Wesley Kerfoot
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
deletefb/tools/chrome_driver.py
|
@ -78,7 +78,7 @@ def get_chrome_version(chrome_binary_path=None): |
|
|
""" |
|
|
""" |
|
|
Extract the chrome major version. |
|
|
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: |
|
|
for location in driver_locations: |
|
|
if location: |
|
|
if location: |
|
|