Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.26.4 - Update options and UC Mode
Update options and UC Mode
- Update options
--> This resolves #2768
--> With--ee: End tests early withESC("Skipped"). End Recorder Mode withSHIFTthenESC. - Update UC Mode
--> This resolves #2767 - Refresh Python dependencies
What's Changed
Full Changelog: v4.26.3...v4.26.4
4.26.3 - Add / improve methods that highlight elements
Add / improve methods that highlight elements
- Add / improve methods that highlight elements
--> This resolves #2747
--> Now,self.highlight(selector)can also accept aWebElementfor theselector.
--> Addsself.highlight_elements(selector), which highlights all elements that match theselector.
What's Changed
Full Changelog: v4.26.2...v4.26.3
4.26.2 - Add command-line shortcuts for `SB()` / `Driver()` formats
Add command-line shortcuts for SB() / Driver() formats
- Add command-line shortcuts for SB() and Driver()
--> This adds the following missing command-line shortcuts forSB()andDriver()formats:
------>--gui/--headed(override the default headless mode on Linux)
------>--xvfb(for theSB()format only)
------>--pls=none(Page Load Strategy)
------>--pls=eager(Page Load Strategy)
------>--pls=normal(Page Load Strategy)
What's Changed
Full Changelog: v4.26.1...v4.26.2
4.26.1 - Refresh Python dependencies
4.26.0 - Refresh Python dependencies
Refresh Python dependencies
- Refresh Python dependencies
--> This includes upgrading toselenium==4.20.0
What's Changed
Full Changelog: v4.25.4...v4.26.0
4.25.4 - Docker overhaul and more
Docker overhaul and more
- Update the Docker integration
--> This resolves #2692
--> This resolves #2690 - Refresh Python dependencies
- Update examples
What's Changed
Full Changelog: v4.25.3...v4.25.4
4.25.3 - Refresh UC Mode and dependencies
Refresh UC Mode and dependencies
- Add UC Mode "driver" methods directly into the "SB" API
--> This resolves #2684 - Update tag names for the UC Mode delayed click
- Refresh Python dependencies
- Update examples
- Update the documentation
What's Changed
Full Changelog: v4.25.2...v4.25.3
4.25.2 - Fix issue with UC Mode
Fix UC Mode issue with selectors that contain quotes in driver.uc_click(selector)
- Fix issue with escaping characters in UC Mode
--> This resolves #2666 - Refresh Python dependencies (1)
- Refresh Python dependencies (2)
- Update an example
- Update the documentation
What's Changed
Full Changelog: v4.25.1...v4.25.2