Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
Release list
4.49.10 - CDP Mode: Patch 114
CDP Mode: Patch 114
- Update CDP Mode
-- Improve error-handling for various edge-cases
-- Make sure all CDP Mode methods can be called viasb.METHOD(rather thansb.cdp.METHOD) - Optimize imports in browser_launcher.py
-- A few of the big imports are not always needed - Update examples
- Update the docs
What's Changed
Full Changelog: v4.49.9...v4.49.10
4.49.9 - CDP Mode: Patch 113
CDP Mode: Patch 113
- Add functionality for handling downloads in CDP Mode
-- This resolves #4376 - Add method for extracting all links in CDP Mode
-- This resolves #4377 - Allow custom messages with failed assertions in CDP Mode
- Update the docs
- Update examples
- Refresh Python dependencies
What's Changed
Full Changelog: v4.49.8...v4.49.9
4.49.8 - The Great Refactor
The Great Refactor
- Update the self-hosted dashboard
-- This resolves #4372 - Refactor code, examples, and docs
-- This resolves #4370
-- This resolves #4371 - Refresh Python dependencies
What's Changed
Full Changelog: v4.49.7...v4.49.8
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