Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.49.7 - CDP Mode: Patch 112
4.49.6 - CDP Mode: Patch 111 (and more)
CDP Mode: Patch 111 (and more)
- Fix RuntimeWarning: coroutine 'Event.wait' was never awaited
--> This resolves #4363 - Remove the selenium-wire integration
--> This resolves #4362 - activate_cdp_mode(url) should still open the url if already active
- Save time & memory by only importing sb_install if needed
- Update the CDP Mode activation sequence
- Optimize the pytest-html report plugin
- Refresh Python dependencies
- Update examples
What's Changed
Full Changelog: v4.49.5...v4.49.6
4.49.5 - CDP Mode: Patch 110
4.49.4 - CDP Mode: Patch 109
4.49.3 - CDP Mode: Patch 108
CDP Mode: Patch 108
Improvements:
- Fixed assertion output in CDP Mode.
- Regular mode gets the same
flash()method as CDP mode. - Stealthy headless automation when using CDP Mode.
What's Changed
Full Changelog: v4.49.2...v4.49.3
4.49.2 - CDP Mode: Patch 107
CDP Mode: Patch 107
- Update CDP Mode
--> This resolves #4351 - Refresh Python dependencies
- Refresh Python dependencies
- Update Stealthy Playwright examples
- Update CDP Mode examples
- Update the docs
This simplifies a lot of method calls. Eg. sb.cdp.METHOD() can now be called with sb.METHOD().
Over 40 examples have been updated to include website changes and simplifications.
sb.solve_captcha() now detects more CAPTCHAs than it did before.
What's Changed
Full Changelog: v4.49.1...v4.49.2
4.49.1 - CDP Mode: Patch 106
CDP Mode: Patch 106
- Update CDP Mode
--> Addis_running()to help determine if the browser process is running. (For debugging) - Refresh Python dependencies
What's Changed
Full Changelog: v4.49.0...v4.49.1
4.49.0 - CDP Mode: Patch 105
CDP Mode: Patch 105
SeleniumBase CDP Mode now makes Chrome-for-Testing stealthy!
(Add --cft as a command-line option to use this feature.)
What's Changed
Full Changelog: v4.48.4...v4.49.0