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 e80cd92 commit f1f756cCopy full SHA for f1f756c
seleniumbase/console_scripts/sb_install.py
@@ -82,7 +82,7 @@ def main():
82
latest_version = "2.40"
83
download_url = ("http://chromedriver.storage.googleapis.com/"
84
"%s/%s" % (latest_version, file_name))
85
- # Chromedriver 2.41 (latest) may have issues. Forcing 2.40 for now.
+ # Forcing Chromedriver v2.40 for now, even though it's not the latest.
86
get_latest = False
87
if get_latest:
88
last = "http://chromedriver.storage.googleapis.com/LATEST_RELEASE"
0 commit comments