Skip to content

Update the default webdriver search path

Compare
Choose a tag to compare
@mdmintz mdmintz released this 11 Oct 05:17
· 6538 commits to master since this release
e003980

Update the default webdriver search path:

  • In case webdrivers exist in multiple places on the System PATH, SeleniumBase will use the ones found in the seleniumbase/drivers folder.
  • seleniumbase install chromedriver downloads chromedriver to "seleniumbase/drivers"
  • seleniumbase install geckodriver downloads geckodriver (Firefox driver) to "seleniumbase/drivers"