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.
1 parent d7b0b09 commit 8225b28Copy full SHA for 8225b28
py/selenium/webdriver/edge/webdriver.py
@@ -30,8 +30,8 @@
30
class WebDriver(ChromiumDriver):
31
"""Controls the Microsoft Edge driver and allows you to drive the browser.
32
33
- You will need to download the MSEdgeDriver (Chromium) executable
34
- from https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
+ You will need to download the MSEdgeDriver executable from
+ https://developer.microsoft.com/microsoft-edge/tools/webdriver/
35
"""
36
37
def __init__(
0 commit comments