Skip to content

Commit 6e2767c

Browse files
committed
Use LATEST_STABLE for the default version of EdgeDriver
1 parent 62e70ca commit 6e2767c

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
@@ -298,7 +298,7 @@ def main(override=None):
298298
name = "edgedriver"
299299
last = (
300300
"https://msedgewebdriverstorage.blob.core.windows.net"
301-
"/edgewebdriver/LATEST_BETA"
301+
"/edgewebdriver/LATEST_STABLE"
302302
)
303303
get_latest = False
304304
if num_args == 3:

0 commit comments

Comments
 (0)