Update chrome_driver.py #127

Merged
weskerfoot merged 1 commits from update-chrome-bin-list into master 4 years ago
  1. 2
      deletefb/tools/chrome_driver.py

2
deletefb/tools/chrome_driver.py

@ -78,7 +78,7 @@ def get_chrome_version(chrome_binary_path=None):
"""
Extract the chrome major version.
"""
driver_locations = [which(loc) for loc in ["google-chrome", "google-chrome-stable", "chromium", "chrome.exe"]]
driver_locations = [which(loc) for loc in ["google-chrome", "google-chrome-stable", "chromium", "chromium-browser", "chrome.exe"]]
for location in driver_locations:
if location:

Loading…
Cancel
Save