diprajpatra / selenium-stealth

Trying to make python selenium more stealthy.
MIT License
606 stars 88 forks source link

Not working anymore with Chromedriver 87.0.4280.88 on bet365 #3

Open apulidoc opened 3 years ago

apulidoc commented 3 years ago

Im making my proper DB with result from this site but using python 3.6 with selenium and selenium_stealth this code is not working anymore, the page always appears empty.

options = webdriver.ChromeOptions() options.add_argument("start-maximized") options.add_experimental_option("excludeSwitches", ["enable-automation"]) options.add_experimental_option('useAutomationExtension', False) browser = webdriver.Chrome(options=options, executable_path=r"chromedriver.exe") stealth(browser, languages=["en-US", "en"], vendor="Google Inc.", platform="Win32", webgl_vendor="Intel Inc.", renderer="Intel Iris OpenGL Engine", fix_hairline=True, )

Screenshot_6

Giranda22-Git commented 2 years ago

@apulidoc Hello, how did you solve this problem?, I have the same problem