Releases: seleniumbase/SeleniumBase
Releases · seleniumbase/SeleniumBase
4.27.2 - Refresh Python dependencies
Refresh Python dependencies
4.27.1 - Update a method and refresh dependencies
Update a method and refresh dependencies
- Update sb.open_new_window() for UC Mode
--> This resolves #2823 - Refresh Python dependencies
4.27.0 - Refresh dependencies and fix Wire Mode
Refresh dependencies and fix Wire Mode
- Refresh Python dependencies
--> This includes upgrading toselenium==4.21.0
- Force the "blinker" version in Wire Mode
--> This resolves #2782
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 withSHIFT
thenESC
. - Update UC Mode
--> This resolves #2767 - Refresh Python dependencies
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 aWebElement
for theselector
.
--> Addsself.highlight_elements(selector)
, which highlights all elements that match theselector
.
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)
4.26.1 - Refresh Python dependencies
Refresh Python dependencies
4.26.0 - Refresh Python dependencies
Refresh Python dependencies
- Refresh Python dependencies
--> This includes upgrading toselenium==4.20.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