A blazing fast, async-first, undetectable web scraping and automation framework with stealth features to avoid bot detection. Current version 0.15.3, actively maintained with weekly releases.
pip install zendriverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage: launch a browser, navigate, wait for element, and print title.
Wrap all calls in async functions and use await. Refer to migration guide: https://github.com/ultrafunkamsterdam/zendriver#migration-from-0.13
Always use public imports: from zendriver import Driver, WebElement, By.
Change from Driver(browser_path=...) to Driver(browser_executable_path=...).
No resource links recorded.