SelmiAbderrahim / CreateUndetectableChromeDriver

Download undetectable chrome driver for selenium [Python]
MIT License
6 stars 4 forks source link

Chrome and detectable #3

Closed 7nelas closed 2 years ago

7nelas commented 2 years ago

He is not passing the webdriver test image

SelmiAbderrahim commented 2 years ago

Thanks for mentioning that. Please update to the latest version. Then try the debugging option.

from lucd.driver import Driver
driver = Driver()
chrome=driver.create_driver(debugging=True)

antibot