browser-automation / library
undetected-chromedriver
Capability: undetected-chromedriver
Use it when
- undetected chromedriver for bot walls
- selenium detected as automation
What it solves
Install
pip install undetected-chromedriver
Invoke
import undetected_chromedriver as uc; driver = uc.Chrome(); driver.get(url)
Alternatives
No reviewed alternatives recorded yet.