Comment 5 for bug 1667208

Revision history for this message
Olivier Tilloy (osomon) wrote :

Note that when using python{,3}-selenium, the default path can be overridden like that:

  from selenium import webdriver
  driver = webdriver.Chrome(executable_path="/usr/lib/chromium-browser/chromedriver")