Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.35.7 - CDP Mode: Patch 42
4.35.6 - Update the JS checker
Update the JS checker
- Update assert_no_js_errors()
--> This resolves #3596 - Update examples
What's Changed
Full Changelog: v4.35.5...v4.35.6
4.35.5 - CDP Mode: Patch 41
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
What's Changed
Full Changelog: v4.35.3...v4.35.4
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
What's Changed
Full Changelog: v4.35.2...v4.35.3
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
What's Changed
Full Changelog: v4.35.1...v4.35.2
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
What's Changed
Full Changelog: v4.35.0...v4.35.1
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
What's Changed
Full Changelog: v4.34.17...v4.35.0
4.34.17 - CDP Mode - Patch 35
CDP Mode - Patch 35
- Add
element.gui_click()
to CDP Mode - Make updates for pynose compatibility
- Update examples
- Update the docs
- Refresh Python dependencies
What's Changed
Full Changelog: v4.34.16...v4.34.17