Skip to content

Specify the driver executable_path as needed (and more)

Compare
Choose a tag to compare
@mdmintz mdmintz released this 09 Oct 04:19
· 3868 commits to master since this release
386bfea

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