Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.35.4 - CDP Mode: Patch 40
CDP Mode: Patch 40
- Update CDP Mode
--> This resolves #3584 (Addopen_new_tab(url=None, switch_to=True)
to CDP Mode)
--> This resolves #3585 (Regression withsb.cdp.clear_cookies()
in4.35.3
)
--> This resolves #3586 (sb.wait_for_text_not_visible()
wasn't mapping to the correct CDP Mode method) - Update the CDP Mode docs
- Add a new CDP Mode example
4.35.3 - CDP Mode: Patch 39
CDP Mode: Patch 39
- Update CDP Mode
--> This resolves #3579
--> This resolves #3578 - Update CDP Mode examples
- Refresh Python dependencies
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