Hỏi đáp

Chia sẻ kiến thức, cùng nhau phát triển

google chrome không thể đọc ghi dữ liệu vào thư mục : Profile/0

23:06 01-07-2024 928 lượt xem 0 bình luậ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 

Bình luận

Để bình luận, bạn cần đăng nhập bằng tài khoản Howkteam.

Đăng nhập

Câu hỏi mới nhất