Jacobvu84 / Automated-Software-Testing

Nơi lữu trữ các vấn đề được trao đổi bởi cộng đồng Automated Software Testing
2 stars 4 forks source link

Selenium webdriver: Modifying navigator.webdriver flag to prevent selenium detection #52

Open Jacobvu84 opened 2 years ago

Jacobvu84 commented 2 years ago

Cách giải quyết. Thử với các cấu hình sau.

options.addArguments("--disable-blink-features=AutomationControlled");

hoặc 

chrome_options.add_experimental_option("excludeSwitches", ['enable-automation'])

Tham khảo ở đây