Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.40.0 - Upgrades all around
Upgrades all around
- Fix CDP Mode crash issue
--> This resolves #3862 - Add support for multiple drivers
--> This resolves #3861 - Add methods to assist with A/B testing
--> This resolves #3860 - Add way to override the default drivers folder
--> This resolves #3859 - Refresh Python dependencies
--> This upgrades theselenium
version to4.34.0
. - Update list of package folders
--> Part of supporting multiple versions ofchromedriver
. - Update Markdown format in the docs
--> This may improve the syntax-coloring of the documentation. - Refactor the integrations for CFT and CHS
--> (Refactoring for Chrome-for-Testing and Chrome-Headless-Shell)
What's Changed
Full Changelog: v4.39.6...v4.40.0
4.39.6 - Fix PyAutoGUI targeting issue on Linux
Fix PyAutoGUI targeting issue on Linux
- Fix PyAutoGUI targeting issue on Linux
--> This resolves #3854 - Refresh Python dependencies
What's Changed
Full Changelog: v4.39.5...v4.39.6
4.39.5 - CDP Mode: Patch 50
CDP Mode: Patch 50
- Add sb.cdp.reset_permissions()
--> This resolves #3829 - Refresh Python dependencies
What's Changed
Full Changelog: v4.39.4...v4.39.5
4.39.4 - CDP Mode: Patch 49
CDP Mode: Patch 49
- Update CDP Mode
--> This resolves #3814
--> This resolves #3813 - Refresh optional Python dependencies
What's Changed
Full Changelog: v4.39.3...v4.39.4
4.39.3 - Update dependencies and refactor
Update dependencies and refactor
- Refresh Python dependencies
- Update pytest_plugin.py to handle changes in pytest
- Update cookie methods that use "expiry"
What's Changed
Full Changelog: v4.39.2...v4.39.3
4.39.2 - Support IntelliSense and fix locale settings
Support IntelliSense and fix locale settings
- Add IntelliSense autocompletion support
--> This resolves #3791 - Fix locale settings
--> This resolves #3787
What's Changed
Full Changelog: v4.39.1...v4.39.2
4.39.1 - Fix extensions on Chrome 137+
Fix extensions on Chrome 137+
- Fix extensions on Chrome 137+
--> This resolves #3771 - Refresh Python dependencies
What's Changed
Full Changelog: v4.39.0...v4.39.1
4.39.0 - Refresh dependencies and refactor code
Refresh dependencies and refactor code
- Refresh Python dependencies
--> This includes aselenium
upgrade. - Update Python dependencies
--> Update the previous dependency change. - Update UC Mode / CDP Mode
--> Includes improved error-handling.
--> Addsquit()
as a duplicate ofstop()
. - Refactor the code
--> Lots of various cleanup. - Update the pure CDP Mode examples
--> Addstop()
to quit browser directly.
What's Changed
Full Changelog: v4.38.3...v4.39.0
4.38.3 - CDP Mode: Patch 48
CDP Mode: Patch 48
- Update UC Mode / CDP Mode
--> (Includes 3 bug fixes)
--> This resolves #3765
--> This resolves an issue with combining UC Mode and CDP Mode methods.
--> This resolves an issue that may occur when overriding the driver. - Update error messages to handle a 1-second timeout
- Refresh Python dependencies
What's Changed
Full Changelog: v4.38.2...v4.38.3
4.38.2 - Fix headless UC Mode
Fix headless UC Mode
- Fix bug with headless UC Mode
--> This resolves #3744
--> (This fixes a regression in the previous release.)
What's Changed
Full Changelog: v4.38.1...v4.38.2