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 inseleniumbase/drivers/
takes priority over a driver on the System PATH.
-- Unless using a Selenium-Grid, the local driver inseleniumbase/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 berich
syntax-highlighting. -
Refresh Python dependencies:
--certifi>=2021.10.8