Skip to content

Update driver installation options

Compare
Choose a tag to compare
@mdmintz mdmintz released this 06 Aug 00:55
· 4082 commits to master since this release
92e49fe

Update driver installation options

  • Add a shortcut that installs one version below the latest chromedriver:
    -- sbase install chromedriver latest-1
    -- (because sometimes the latest chromedriver gets ahead of the latest version of Chrome)
  • Add a script that installs the chromedriver version that matches the installed Chrome:
    -- (https://github.com/seleniumbase/SeleniumBase/blob/master/examples/upgrade_chromedriver.py)
  • Refresh Python dependencies:
    -- ipython==7.26.0;python_version>="3.7"
    -- rich==10.7.0;python_version>="3.6"