Skip to content

Commit 84af4b7

Browse files
committed
Change the default version of OperaDriver (Chromium)
1 parent 7f842c9 commit 84af4b7

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
@@ -42,7 +42,7 @@
4242
DEFAULT_CHROMEDRIVER_VERSION = "2.44"
4343
DEFAULT_GECKODRIVER_VERSION = "v0.26.0"
4444
DEFAULT_EDGEDRIVER_VERSION = "84.0.522.59"
45-
DEFAULT_OPERADRIVER_VERSION = "v.81.0.4044.113"
45+
DEFAULT_OPERADRIVER_VERSION = "v.84.0.4147.89"
4646

4747

4848
def invalid_run_command():

0 commit comments

Comments
 (0)