Skip to content

Commit

Permalink
Merge pull request #1698 from remontees/patch-1
Browse files Browse the repository at this point in the history
Update webdrivertools.py
  • Loading branch information
emanlove committed Oct 10, 2022
2 parents 75bf148 + 7426549 commit 8afcf10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def create_edge(
remote_url,
options=None,
service_log_path=None,
executable_path="MicrosoftWebDriver.exe",
executable_path="msedgedriver",
):
if remote_url:
defaul_caps = webdriver.DesiredCapabilities.EDGE.copy()
Expand Down

0 comments on commit 8afcf10

Please sign in to comment.