Skip to content

Releases: seleniumbase/SeleniumBase

4.13.22 - Updates and fixes

09 Apr 01:36
ec5bb9c
Compare
Choose a tag to compare

Updates and fixes

  • Fix an issue with the remote-debugging-port in --uc mode
    --> 082c692
    --> (Uses port 9222 unless changing via chromium_arg="remote-debugging-port=PORT")
    --> This resolves #1827
  • Tours can now be controlled via the Page-Up/Page-Down keys.
    --> Useful if driving a tour as a presentation via a physical clicker device.
  • Tours that previously couldn't be controlled via the Arrow keys have now gained that ability.
  • Refresh Python dependencies
    --> 730c6d0

What's Changed

Full Changelog: v4.13.21...v4.13.22

4.13.21 - PyOpenSSL update

28 Mar 04:08
eabf671
Compare
Choose a tag to compare

PyOpenSSL update

  • Refresh Python dependencies
    --> 08263b8

What's Changed

Full Changelog: v4.13.20...v4.13.21

4.13.20 - Refresh Python dependencies

27 Mar 20:36
1c45b13
Compare
Choose a tag to compare

Refresh Python dependencies

https://github.com/seleniumbase/SeleniumBase/pull/1823/files

  • Required dependencies that changed:
filelock>=3.10.7;python_version>="3.7"
platformdirs>=3.2.0;python_version>="3.7"
parameterized==0.9.0;python_version>="3.7"
typing-extensions==4.5.0;python_version>="3.7" and python_version<"3.9"
rich==13.3.3;python_version>="3.7"

What's Changed

Full Changelog: v4.13.19...v4.13.20

4.13.19 - Selenium update and dependencies

25 Mar 03:15
6625136
Compare
Choose a tag to compare

Selenium update and dependencies

  • Refresh Python dependencies
    --> b7c5b6c

What's Changed

Full Changelog: v4.13.18...v4.13.19

4.13.18 - Update minimum "filelock" version

24 Mar 03:19
1bdd514
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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