Hỏi đáp

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

undetected_chromedriver

19:58 18-10-2021 801 lượt xem 1 bình luận

có bác nào chỉ giáo 

undetected_chromedriver không ạ e cảm ơn ạ

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
huydn117 đã bình luận 06:49 03-12-2023

Mình làm đến đây rồi mà không biết làm sao ra profile, ai biết giúp mình với ạ. thanks

using Selenium.WebDriver.UndetectedChromeDriver;
ChromeOptions options = new ChromeOptions();

for(int i=1;i<=10;i++){
 var webBrowser=Selenium.WebDriver.UndetectedChromeDriver.UndetectedChromeDriver.Instance("profile"+i,options);
 webBrowser.GoTo("https://google.com");
webBrowser.Quit();
}

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