Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
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
4.33.13 - CDP Mode - Patch 23
CDP Mode - Patch 23
- Update CDP Mode
--> This resolves #3389 - Update examples
- Refresh Python dependencies
4.33.12 - CDP Mode - Patch 22
4.33.11 - CDP Mode - Patch 21
4.33.10 - CDP Mode - Patch 20
CDP Mode - Patch 20
- Fix a bug in CDP Mode
--> This resolves #3337 - Add a new CDP Mode example
4.33.9 - CDP Mode - Patch 19
CDP Mode - Patch 19
- Update CDP Mode
--> Addsb.cdp.find_element_by_text(text, tag_name=None)
--> Updatesb.cdp.find_elements_by_text(text, tag_name=None)