Maintainer
zendriver
A blazing fast, async-first, undetectable webscraping/web automation framework based on ultrafunkamsterdam/nodriver. Now with Docker support!
What I shipped there
What landed in this repository, straight from the GitHub API.
- chore: update cdp
- fix: react input issues
- feat/fix: allow reset expect and intercept
- enabling mypy strict mode
- feat: expose target info properties + remove __getattr__
- fix: gracefully close browser
- moving the repo (update docs links)
- Feat/intercept
- update cdp schemas
- feat: code coverage tracking
- Docs/cdp tutorial
- playing with cdp tutorial
- Fixes
- Fix/expect ensure loading finished
- Fix/flash point
- refactor: allow consuming without blocking the listening loop
- feat: use language option from browser configuration
- feat: import xpath from nodriver
- feat: add clear_input_by_deleting method to simulate delete key presses
- feat: add option to wait for promise in Element.apply method