Skip to content

Commit

Permalink
Suggest download Microsoft Webdriver over HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
JLLeitschuh authored and p0deje committed Feb 20, 2019
1 parent eb4a3c4 commit 3282f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/edge/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self, executable_path, port=0, verbose=False, log_path=None):
params = {
"executable": executable_path,
"port": port,
"start_error_message": "Please download from http://go.microsoft.com/fwlink/?LinkId=619687"
"start_error_message": "Please download from https://go.microsoft.com/fwlink/?LinkId=619687"
}

if log_path:
Expand Down

0 comments on commit 3282f0b

Please sign in to comment.