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 9da9b0c commit 72750daCopy full SHA for 72750da
seleniumbase/console_scripts/sb_install.py
@@ -256,6 +256,8 @@ def main(override=None, intel_for_uc=None):
256
).split(".")[0]
257
if int(major_chrome_version) < 72:
258
major_chrome_version = None
259
+ elif int(major_chrome_version) > 114:
260
+ major_chrome_version = "114"
261
except Exception:
262
263
if major_chrome_version and major_chrome_version.isnumeric():
0 commit comments