Skip to content

Commit 7c931aa

Browse files
authored
Merge pull request #677 from seleniumbase/edgedriver-update
Set default EdgeDriver (Chromium) version to 85.0.564.44
2 parents efd257b + 804f0a9 commit 7c931aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

seleniumbase/console_scripts/sb_install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
4444
DEFAULT_CHROMEDRIVER_VERSION = "2.44"
4545
DEFAULT_GECKODRIVER_VERSION = "v0.27.0"
46-
DEFAULT_EDGEDRIVER_VERSION = "85.0.564.41"
46+
DEFAULT_EDGEDRIVER_VERSION = "85.0.564.44"
4747
DEFAULT_OPERADRIVER_VERSION = "v.84.0.4147.89"
4848

4949

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454

5555
setup(
5656
name='seleniumbase',
57-
version='1.48.6',
57+
version='1.48.7',
5858
description='Web Automation and Test Framework - https://seleniumbase.io',
5959
long_description=long_description,
6060
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)