github seleniumbase/SeleniumBase v4.14.0
4.14.0 - Upgrade selenium and more

latest releases: v4.30.8, v4.30.7, v4.30.6...
17 months ago

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:pass@1.2.3.4: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.)

Don't miss a new SeleniumBase release

NewReleases is sending notifications on new releases.