Skip to content

Commit 7d233ef

Browse files
authored
Remove newline to enable hyperlink in VS Code (#11719)
When inspecting/hovering over the Edge class in VS Code, the link for the MSEdgedriver executable does not correctly display as a hyperlink. Removing the newline here should fix the problem. I only have the Python VS code extenstion is installed. [skip ci]
1 parent 63e8543 commit 7d233ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

py/selenium/webdriver/edge/webdriver.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ class WebDriver(ChromiumDriver):
3131
"""Controls the Microsoft Edge driver and allows you to drive the browser.
3232
3333
You will need to download the MSEdgeDriver (Chromium) executable
34-
from https://developer.microsoft.com/en-us/microsoft-
35-
edge/tools/webdriver/
34+
from https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
3635
"""
3736

3837
def __init__(

0 commit comments

Comments
 (0)