Skip to content

Releases: seleniumbase/SeleniumBase

4.27.4 - Refactor Chromium options

05 Jun 23:44
109842b
Compare
Choose a tag to compare

Refactor Chromium options

What's Changed

Full Changelog: v4.27.3...v4.27.4

4.27.3 - Downgrade the `pytest` version to fix an issue

05 Jun 18:33
bbf8299
Compare
Choose a tag to compare

Downgrade the pytest version to fix an issue

What's Changed

  • Downgrade the pytest version to fix an issue by @mdmintz in #2834

Full Changelog: v4.27.2...v4.27.3

4.27.2 - Refresh Python dependencies

05 Jun 04:48
ef9a438
Compare
Choose a tag to compare

Refresh Python dependencies

What's Changed

Full Changelog: v4.27.1...v4.27.2

4.27.1 - Update a method and refresh dependencies

03 Jun 17:51
43b11b2
Compare
Choose a tag to compare

Update a method and refresh dependencies

What's Changed

Full Changelog: v4.27.0...v4.27.1

4.27.0 - Refresh dependencies and fix Wire Mode

16 May 23:50
83a51d0
Compare
Choose a tag to compare

Refresh dependencies and fix Wire Mode

What's Changed

Full Changelog: v4.26.4...v4.27.0

4.26.4 - Update options and UC Mode

13 May 04:52
3656fd6
Compare
Choose a tag to compare

Update options and UC Mode

What's Changed

Full Changelog: v4.26.3...v4.26.4

4.26.3 - Add / improve methods that highlight elements

03 May 21:46
419cedc
Compare
Choose a tag to compare

Add / improve methods that highlight elements

  • Add / improve methods that highlight elements
    --> This resolves #2747
    --> Now, self.highlight(selector) can also accept a WebElement for the selector.
    --> Adds self.highlight_elements(selector), which highlights all elements that match the selector.

What's Changed

  • Add / improve methods that highlight elements by @mdmintz in #2748

Full Changelog: v4.26.2...v4.26.3

4.26.2 - Add command-line shortcuts for `SB()` / `Driver()` formats

02 May 17:14
06a495e
Compare
Choose a tag to compare

Add command-line shortcuts for SB() / Driver() formats

  • Add command-line shortcuts for SB() and Driver()
    --> This adds the following missing command-line shortcuts for SB() and Driver() formats:
    ------> --gui / --headed (override the default headless mode on Linux)
    ------> --xvfb (for the SB() format only)
    ------> --pls=none (Page Load Strategy)
    ------> --pls=eager (Page Load Strategy)
    ------> --pls=normal (Page Load Strategy)

What's Changed

  • Add command-line shortcuts for SB() / Driver() formats by @mdmintz in #2740

Full Changelog: v4.26.1...v4.26.2

4.26.1 - Refresh Python dependencies

01 May 17:01
6ae5ee3
Compare
Choose a tag to compare

Refresh Python dependencies

What's Changed

Full Changelog: v4.26.0...v4.26.1

4.26.0 - Refresh Python dependencies

26 Apr 03:59
b77a1c0
Compare
Choose a tag to compare

Refresh Python dependencies

What's Changed

Full Changelog: v4.25.4...v4.26.0