We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb7f10 commit b67a5e7Copy full SHA for b67a5e7
seleniumbase/console_scripts/sb_install.py
@@ -71,11 +71,11 @@ def main():
71
inner_folder = None
72
73
if name == "chromedriver":
74
- latest_version = "2.46"
+ latest_version = "2.44" # It's not the latest, but most compatible
75
if "darwin" in sys_plat:
76
file_name = "chromedriver_mac64.zip"
77
elif "linux" in sys_plat:
78
- latest_version = "2.40" # Linux machines may need the old driver
+ latest_version = "2.44" # Linux machines may need the old driver
79
file_name = "chromedriver_linux64.zip"
80
elif "win32" in sys_plat or "win64" in sys_plat or "x64" in sys_plat:
81
file_name = "chromedriver_win32.zip" # Works for win32 / win_x64
0 commit comments