Skip to content

Commit f1f756c

Browse files
committed
Update a comment.
1 parent e80cd92 commit f1f756c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def main():
8282
latest_version = "2.40"
8383
download_url = ("http://chromedriver.storage.googleapis.com/"
8484
"%s/%s" % (latest_version, file_name))
85-
# Chromedriver 2.41 (latest) may have issues. Forcing 2.40 for now.
85+
# Forcing Chromedriver v2.40 for now, even though it's not the latest.
8686
get_latest = False
8787
if get_latest:
8888
last = "http://chromedriver.storage.googleapis.com/LATEST_RELEASE"

0 commit comments

Comments
 (0)