Hỏi đáp
Chia sẻ kiến thức, cùng nhau phát triển
private void Button_Click(object sender, RoutedEventArgs e)
{
ChromeOptions options = new ChromeOptions();
if (!Directory.Exists(ProfileFoderPath))
{
Directory.CreateDirectory(ProfileFoderPath);
}
if (Directory.Exists(ProfileFoderPath))
{
int nameCount = 0;
options.AddArguments("user-data-dir=" + ProfileFoderPath + "\\" + nameCount);
}
web1 = new ChromeDriver(options); // dòng này khi chạy bị báo lỗi là sao ạ ai thông não giúp e với