Skip to content

Commit eec27ba

Browse files
authored
Merge pull request #660 from seleniumbase/update-default-edgedriver-version
Update the default EdgeDriver version
2 parents a69d6df + 80cbde6 commit eec27ba

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ Tests are run with "pytest". Browsers are controlled by WebDriver.
6161
* A [Python virtual env](https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/) is recommended. <i><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/virtualenv_instructions.md">See shortcut</a>.</i>
6262

6363
Upgrade **[pip](https://pypi.org/project/pip/)** to prevent warnings:
64+
6465
* macOS/Linux: ``python3 -m pip install -U pip``
6566
* Windows(Cmd): ``py -m pip install -U pip``
6667

seleniumbase/console_scripts/sb_install.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
seleniumbase install chromedriver latest
1818
seleniumbase install chromedriver -p
1919
seleniumbase install chromedriver latest -p
20-
seleniumbase install edgedriver 84.0.522.59
20+
seleniumbase install edgedriver 84.0.522.61
2121
Output:
2222
Installs the chosen webdriver to seleniumbase/drivers/
2323
(chromedriver is required for Chrome automation)
@@ -41,7 +41,7 @@
4141
LOCAL_PATH = "/usr/local/bin/" # On Mac and Linux systems
4242
DEFAULT_CHROMEDRIVER_VERSION = "2.44"
4343
DEFAULT_GECKODRIVER_VERSION = "v0.27.0"
44-
DEFAULT_EDGEDRIVER_VERSION = "84.0.522.59"
44+
DEFAULT_EDGEDRIVER_VERSION = "84.0.522.61"
4545
DEFAULT_OPERADRIVER_VERSION = "v.84.0.4147.89"
4646

4747

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.46.9',
57+
version='1.46.10',
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)