This program will download a Chrome driver that you can use for your Python Selenium code.
-
Download the exact chrome driver based on your OS and installed chrome version.
-
Remove browser control flag
-
Remove signature in javascript
-
Set User-Agent
-
Use maximum resolution
$ pip install lucd
or
$ pip install git+https://github.com/SelmiAbderrahim/CreateUndetectableChromeDriver
from lucd.driver import Driver
driver = Driver()
chrome = driver.create_driver()
chrome.get("https://selmi.tech")
Tested on:
✅ Windows
✅ Linux
❌ Mac