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.
2 parents efd257b + 804f0a9 commit 7c931aaCopy full SHA for 7c931aa
seleniumbase/console_scripts/sb_install.py
@@ -43,7 +43,7 @@
43
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
44
DEFAULT_CHROMEDRIVER_VERSION = "2.44"
45
DEFAULT_GECKODRIVER_VERSION = "v0.27.0"
46
-DEFAULT_EDGEDRIVER_VERSION = "85.0.564.41"
+DEFAULT_EDGEDRIVER_VERSION = "85.0.564.44"
47
DEFAULT_OPERADRIVER_VERSION = "v.84.0.4147.89"
48
49
setup.py
@@ -54,7 +54,7 @@
54
55
setup(
56
name='seleniumbase',
57
- version='1.48.6',
+ version='1.48.7',
58
description='Web Automation and Test Framework - https://seleniumbase.io',
59
long_description=long_description,
60
long_description_content_type='text/markdown',
0 commit comments