Skip to content

Commit b4be010

Browse files
authored
Merge pull request #1970 from seleniumbase/fix-driver-download-script
Fix driver download script
2 parents 9da9b0c + 90e42fb commit b4be010

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "4.16.1"
2+
__version__ = "4.16.2"

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)