github seleniumbase/SeleniumBase v1.66.11
Specify the driver executable_path as needed (and more)

latest releases: v4.28.3, v4.28.2, v4.28.1...
2 years ago

Specify the driver executable_path as needed (and more)

  • Specify the chromedriver & geckodriver executable_path as needed:
    -- This fixes a Windows issue where the local driver wasn't found, even though it was there.
    -- The local driver in seleniumbase/drivers/ takes priority over a driver on the System PATH.
    -- Unless using a Selenium-Grid, the local driver in seleniumbase/drivers/ is good enough.
    -- The Selenium-Grid requires drivers to exist on the System PATH to be accessible by Grid tests.
    -- For details, see: #1008

  • Add console output details for scripts that create files:
    -- This either prints a file (for a single file) or a tree (for a directory structure).
    -- For Python versions 3.6 and above, there will be rich syntax-highlighting.

  • Refresh Python dependencies:
    -- certifi>=2021.10.8

Don't miss a new SeleniumBase release

NewReleases is sending notifications on new releases.