Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.34.7 - URL schemes and dependencies
URL schemes and dependencies
4.34.6 - Fix issue with loading multiple extensions
Fix issue with loading multiple extensions
- Fix issue with using multiple extension directories
--> This resolves #3468
4.34.5 - CDP Mode - Patch 28
CDP Mode - Patch 28
- Fix methods for switching drivers in CDP Mode
--> This resolves #3465 - Improve output when Rosetta 2 is missing/needed on macOS
--> This resolves #3466 - Refresh Python dependencies
4.34.4 - CFT and CHS refactoring
CFT and CHS refactoring
("Chrome for Testing" and "Chrome-Headless-Shell" refactoring)
4.34.3 - Add shortcuts and error-handling
Add shortcuts and error-handling
- Add shortcuts for using "Chrome for Testing" and "Chrome-Headless-Shell"
-->--cft
/cft=True
********--chs
/chs=True
- Error early when combining UC Mode with Chrome-Headless-Shell
--> You can't combine UC Mode with Chrome-Headless-Shell
--> Chrome-Headless-Shell is incredibly fast, but not stealthy - Refresh Python dependencies
4.34.2 - Add support for downloading browsers, and more
Add support for downloading browsers, and more
- Add support for downloading browsers
--> This resolves #3450 - Add special options for setting the binary location
--> This lets you directly useChrome for Testing
andChrome-Headless-Shell
--> See #3450 for info - Refresh Python dependencies
- Do some refactoring
- Update examples
- Update the docs
4.34.1 - CDP Mode - Patch 27
CDP Mode - Patch 27
- Update CDP Mode
--> The conversion about it was on Discord: https://discord.gg/EdhQTn3EyE
4.34.0 - CDP Mode - Patch 26
CDP Mode - Patch 26
- Update uc_gui_click_captcha()
- Refactor Headless Mode
--> This resolves #3434 - Refactor BaseCase
- Fix --xvfb compatibility with --reuse-session / --rs
--> This resolves #3440 - Update "sbase gui" / "sbase commander" settings
- Refactor completed pytest-html reports
- Refresh Python dependencies
- Update examples
- Update the docs
4.33.15 - CDP Mode - Patch 25
CDP Mode - Patch 25
- Fix missing argument bug in CDP Mode
--> This resolves #3415
4.33.14 - CDP Mode - Patch 24
CDP Mode - Patch 24
- Update the UC Mode driver patcher
--> This resolves #3406 - Update uc_gui_handle_captcha()
- Update examples