Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.35.2 - CDP Mode: Patch 38
CDP Mode: Patch 38
- Update CDP Mode
--> This resolves #3567 - "Simplify CDP Mode imports when using the pure CDP formats"
--> This resolves #3569 - "Setting thelang
arg via thecdp_driver
isn't taking effect"
--> This resolves #3570 - "Intermittent proxy-with-auth not being set before page load"
--> This resolves #3571 - "Simplify the pure CDP Mode API" - Update CDP Mode examples
--> This resolves #3572 - "Simplify CDP Mode examples" - Update the docs
- Refresh Python dependencies
4.35.1 - CDP Mode: Patch 37
CDP Mode: Patch 37
- Update CDP Mode
- Fix issue with post_message(message)
--> This resolves #3563 - Fix issue with "pytest -h"
--> This resolves #3561 - Update CDP Mode examples
4.35.0 - CDP Mode: Patch 36
CDP Mode: Patch 36
- Update CDP Mode
--> Addsb.cdp.wait_for_element_not_visible(selector, timeout=None)
--> Addsb.cdp.wait_for_element_absent(selector, timeout=None)
--> Always pass thetimeout
arg when mapping fromsb
tosb.cdp
. - Update CDP Mode examples
--> Multiple examples updated. One new example added. - Upgrade Selenium
-->selenium==4.29.0
4.34.17 - CDP Mode - Patch 35
4.34.16 - CDP Mode - Patch 34
4.34.15 - Manifest V3 proxy extension
Manifest V3 proxy extension
- Update proxy extension for Manifest V3 compatibility
--> This resolves #3517
--> This extension is needed for authenticated proxy - Refactor browser_launcher.py
- Update the proxy test
4.34.14 - CDP Mode - Patch 33
CDP Mode - Patch 33
- Update CDP Mode
--> This resolves #3512 - Update examples
4.34.13 - CDP Mode - Patch 32 (and more)
CDP Mode - Patch 32 (and more)
- Fix UC Mode issue with chromedriver 133
--> This resolves #3501 - Add get_parent() to the SB / CDP APIs
--> This resolves #3507 - Update extensions for Manifest V3 compatibility
--> This resolves #3504
--> This resolves #3506 - Refresh Python dependencies
- Update examples
- Update the docs
4.34.12 - Revert proxy scheme change
Revert proxy scheme change
- Revert the proxy scheme change from the previous release
--> The previous change uncovered issues that weren't originally seen
--> Going back to the way done in https://stackoverflow.com/a/35293284
4.34.11 - More proxy schemes
More proxy schemes
- Add more proxy schemes
--> This affects the Chrome extension that allows for proxy-with-auth.
--> This modifies the StackOverflow solution for proxy extensions.
--> The update:scheme: ["http", "https", "socks4", "socks5"]