Browse Source

Update chrome_driver.py (#127)

pull/129/head
Wesley Kerfoot 4 years ago
committed by GitHub
parent
commit
bf93cf0b08
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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