Skip to content

Commit 72750da

Browse files
committed
Fix driver download script
1 parent 9da9b0c commit 72750da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,8 @@ def main(override=None, intel_for_uc=None):
256256
).split(".")[0]
257257
if int(major_chrome_version) < 72:
258258
major_chrome_version = None
259+
elif int(major_chrome_version) > 114:
260+
major_chrome_version = "114"
259261
except Exception:
260262
major_chrome_version = None
261263
if major_chrome_version and major_chrome_version.isnumeric():

0 commit comments

Comments
 (0)