Skip to content

Releases: seleniumbase/SeleniumBase

4.14.5 - GUI colors and fixes

02 May 04:59
dc6fb95
Compare
Choose a tag to compare

GUI colors and fixes

  • Update colors of GUI apps
    --> 7e29953
    --> This resolves #1862
  • Fix issue with self.has_exception()
    --> c1b355d
    --> This resolves #1861
  • Refresh Python dependencies
    --> d05532e

What's Changed

Full Changelog: v4.14.4...v4.14.5

4.14.4 - Update tours and mobile mode

29 Apr 03:51
f1444b4
Compare
Choose a tag to compare

Update tours and mobile mode

  • Update tour logic
    --> 5f5dca8
  • Update error-handling
    --> 7cb08f9
  • Set default user_agent in mobile mode if not set
    --> 1757793
  • Refresh Python dependencies
    --> 4eb176e

What's Changed

Full Changelog: v4.14.3...v4.14.4

4.14.3 - Refresh dependencies

26 Apr 20:21
3c714ef
Compare
Choose a tag to compare

Refresh dependencies

  • Refresh Python dependencies
    --> c86fa7e

What's Changed

Full Changelog: v4.14.2...v4.14.3

4.14.2 - Not-connected exception-handling

24 Apr 03:48
a9cd002
Compare
Choose a tag to compare

Not-connected exception-handling

  • Improve exception-handling when Internet is unreachable
    --> f8eff16
    --> This resolves #1855
  • Refresh Python dependencies
    --> 074d124

What's Changed

Full Changelog: v4.14.1...v4.14.2

4.14.1 - Update geckodriver and fix MasterQA Mode

21 Apr 19:09
1ee9ee9
Compare
Choose a tag to compare

Update geckodriver and fix MasterQA Mode

  • Update the default geckodriver version (to v0.33.0)
    --> e89b337
    --> This resolves #1853
  • Fix jconfirm dialog boxes in MasterQA Mode
    --> f39ea1f
    --> This resolves #1852
  • Get ready for Shadow-DOM support in Firefox 113
    --> ae26113
  • Refresh the setuptools dependency
    --> d441108

What's Changed

Full Changelog: v4.14.0...v4.14.1

4.14.0 - Upgrade selenium and more

21 Apr 03:42
326f0fc
Compare
Choose a tag to compare

Upgrade selenium and more

  • Refresh Python dependencies:
    --> 7ccd4a5
    --> This resolves #1850
  • Fix issue with the output of deferred text asserts:
    --> 5f36890
    --> This resolves #1848
  • Add options for downloading drivers via proxy as needed:
    --> 0881de9
    --> This resolves #1844

If you want to download a driver via proxy directly, use:

  • sbase get DRIVER --proxy=server:port or sbase get DRIVER --proxy=user:pass@server:port
    --> Eg. sbase get chromedriver --proxy=user:[email protected]:1234

If you want tests that already use a proxy to also download the driver via the same proxy:

  • pytest TEST.py --proxy=server:port --proxy-driver
  • pytest TEST.py --proxy=user:pass@server:port --proxy-driver
    (If you don't add the --proxy-driver option, the tests will still use proxy settings from --proxy=PROXY, but the driver will be downloaded without using a proxy.)

What's Changed

Full Changelog: v4.13.26...v4.14.0

4.13.26 - Refresh Python dependencies

19 Apr 06:04
d70426b
Compare
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
Compare
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
Compare
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
Compare
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