Skip to content

Releases: seleniumbase/SeleniumBase

4.13.18 - Update minimum "filelock" version

24 Mar 03:19
1bdd514

Choose a tag to compare

Update minimum "filelock" version

  • Update minimum filelock version for a bug-fix
    --> New minimum: filelock>=3.10.3
    --> d95f7c8

What's Changed

Full Changelog: v4.13.17...v4.13.18

4.13.17 - Refactor pytest.ini and more

23 Mar 20:09
3e8b5fa

Choose a tag to compare

Refactor pytest.ini and more

  • Refactor pytest.ini
    --> 402a86d
  • Update SB Commander defaults
    --> 074f0f0
    --> Usage: sbase gui on the command-line
  • Refresh Python dependencies
    --> e1d74a2

What's Changed

Full Changelog: v4.13.16...v4.13.17

4.13.16 - Fix bugs with "--archive-logs" and headless Firefox on Linux without Xvfb

22 Mar 02:04
2a453c4

Choose a tag to compare

Fix bugs with "--archive-logs" and headless Firefox on Linux without Xvfb

  • Fix bug with pytest --archive-logs
    --> b3c995f
    --> This resolves #1812
  • Fix bug with --headless Firefox on Linux without Xvfb
    --> (7fe3306)
    --> This resolves #1813
  • Update commands: sbase methods & sbase options
    --> 2788159
  • Refresh Python dependencies
    --> bd33162

What's Changed

  • Fix bugs with --archive-logs and headless Firefox on Linux without Xvfb by @mdmintz in #1815

Full Changelog: v4.13.15...v4.13.16

4.13.15 - Fix headed mode on Linux and the timezone offset

17 Mar 16:34
8c5005c

Choose a tag to compare

Fix headed mode on Linux and the timezone offset

  • Fix issue with headed mode on Linux
    --> 2ee05ab
    --> (Info: --headed mode still used xvfb, which hid the browser window)
    --> This resolves #1808
  • Fix log time offset from UTC during Daylight Savings
    --> bb2e66d
    --> This resolves #1809
  • Refresh Python dependencies
    --> 43bc256

What's Changed

  • Fix headed mode on Linux and the timezone offset by @mdmintz in #1810

Full Changelog: v4.13.14...v4.13.15

4.13.14 - Toggles, Translations, and Dependencies

14 Mar 19:31
2beac7d

Choose a tag to compare

Toggles, Translations, and Dependencies

  • Fix issue with methods that toggle hidden checkboxes with zero-opacity
    --> This resolves #1804
  • Update translations
    --> 6acbd5d
  • Refresh Python dependencies
    --> d0cd00a

What's Changed

Full Changelog: v4.13.13...v4.13.14

4.13.13 - Refine UC Mode and update pytest-xdist

12 Mar 15:48
0bf9533

Choose a tag to compare

Refine UC Mode and update pytest-xdist

  • Make refinements to UC Mode (--uc)
    --> 1757ef2
    --> This resolves issues with tests that use multiple tabs in UC Mode
  • Also refresh Python dependencies (pytest-xdist)
    --> 100f473
    --> This resolves a pytest-xdist issue with using --dist=worksteal in multithreaded mode.
    --> (Details: pytest-dev/pytest-xdist#884)

What's Changed

Full Changelog: v4.13.12...v4.13.13

4.13.12 - Set Edge options via Chrome options for Remote EdgeDriver

11 Mar 14:30

Choose a tag to compare

Set Edge options via Chrome options for Remote EdgeDriver

What's Changed

Full Changelog: v4.13.11...v4.13.12

4.13.11 - Dependencies and examples

11 Mar 05:27
f015121

Choose a tag to compare

Dependencies and examples

  • Refresh Python dependencies
    --> 9bf2f68
  • Also update examples

What's Changed

Full Changelog: v4.13.10...v4.13.11

4.13.10 - A Few Updates

09 Mar 21:11
8a2b6fb

Choose a tag to compare

A Few Updates

  • Update SeleniumBase Commander
    --> e1edf96
  • Update the code that returns unique links
    --> 5bc6209
  • If deleting cookies, wait for page loads to complete first
    --> ce54ec7
  • Refresh Python dependencies
    --> 7cfd6f9

What's Changed

Full Changelog: v4.13.9...v4.13.10

4.13.9 - Improvements to SB Commander & More

09 Mar 02:03
d640bda

Choose a tag to compare

Improvements to SB Commander & More

  • Make improvements to SeleniumBase Commander
    --> Include more threading options if enough cores.
    --> Add ability to call all tests in a file in one click.
    --> Add option to only reuse the browser session for tests in the same class.
  • Make improvements to SeleniumBase behave-BDD Commander
    --> (Similar improvements as above, except for threading)
  • Also refresh Python dependencies
    --> 47478dd

What's Changed

Full Changelog: v4.13.8...v4.13.9