Skip to content

Commit d111bb8

Browse files
committed
Update default driver versions
1 parent 51c93ea commit d111bb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
4646
DEFAULT_CHROMEDRIVER_VERSION = "2.44" # (Specify "latest" to get the latest)
4747
DEFAULT_GECKODRIVER_VERSION = "v0.30.0"
48-
DEFAULT_EDGEDRIVER_VERSION = "93.0.961.52" # (Looks for LATEST_STABLE first)
49-
DEFAULT_OPERADRIVER_VERSION = "v.88.0.4324.104"
48+
DEFAULT_EDGEDRIVER_VERSION = "96.0.1054.62" # (Looks for LATEST_STABLE first)
49+
DEFAULT_OPERADRIVER_VERSION = "v.96.0.4664.45"
5050

5151

5252
def invalid_run_command():

0 commit comments

Comments
 (0)