Skip to content

Releases: seleniumbase/SeleniumBase

4.13.26 - Refresh Python dependencies

19 Apr 06:04
d70426b

Choose a tag to compare

Refresh Python dependencies

  • 5ec2d1c
  • This includes improvements to the debugger.

What's Changed

Full Changelog: v4.13.25...v4.13.26

4.13.25 - Refresh dependencies and fix a bug

15 Apr 17:28
c0c694a

Choose a tag to compare

Refresh dependencies and fix a bug

  • Refresh Python dependencies
    --> 0ab6609
  • Use Guest Mode by default for Edge tests on Windows
    --> 50430d6
    --> This resolves #1842

What's Changed

Full Changelog: v4.13.24...v4.13.25

4.13.24 - Update GUI Apps and the HTML Inspector

11 Apr 23:47
299cc2c

Choose a tag to compare

Update GUI Apps and the HTML Inspector

What's Changed

Full Changelog: v4.13.23...v4.13.24

4.13.23 - Multithreading Improvements

11 Apr 04:12
18b18f9

Choose a tag to compare

Multithreading Improvements

  • Add option to support multiple proxies with auth in parallel
    --> 2865690
    --> This resolves #1832
  • Fix issue with multithreaded tests in UC Mode
    --> 96f967e
    --> This resolves #1833
  • Fix issue with multithreaded tests in Remote Debug Mode
    --> 6e72fd3
    --> This resolves #1834
  • Refresh Python dependencies
    --> fff5991

What's Changed

Full Changelog: v4.13.22...v4.13.23

4.13.22 - Updates and fixes

09 Apr 01:36
ec5bb9c

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

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

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

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

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