browser-automation / library
nodriver
Capability: nodriver
Use it when
- async undetected chrome driver for scrapers
- bot detection blocks selenium
What it solves
Install
pip install nodriver
Invoke
import nodriver as uc; browser = await uc.start(); page = await browser.get(url)
Alternatives
No reviewed alternatives recorded yet.