browser-automation / library
zendriver
Capability: zendriver
Use it when
- undetected chrome automation fork
- scrape sites that ban stock chromedriver
What it solves
Install
pip install zendriver
Invoke
import zendriver as zd; browser = await zd.start(); page = await browser.get(url)
Alternatives
No reviewed alternatives recorded yet.