Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
EdgeDriver is now present on file system (fixes #209)
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Dec 20, 2018
1 parent c2d8505 commit 1f11670
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
language: go

go:
- 1.11.x
- 1.11.1

services:
- docker
Expand Down
8 changes: 4 additions & 4 deletions browsers.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@
"files": {
"windows": {
"386": {
"url": "https://download.microsoft.com/download/F/8/A/F8AF50AB-3C3A-4BC4-8773-DC27B32988DD/MicrosoftWebDriver.exe",
"filename": "MicrosoftWebDriver.exe"
"url": "",
"filename": "C:\\Windows\\System32\\MicrosoftWebDriver.exe"
},
"amd64": {
"url": "https://download.microsoft.com/download/F/8/A/F8AF50AB-3C3A-4BC4-8773-DC27B32988DD/MicrosoftWebDriver.exe",
"filename": "MicrosoftWebDriver.exe"
"url": "",
"filename": "C:\\Windows\\System32\\MicrosoftWebDriver.exe"
}
}
}
Expand Down

0 comments on commit 1f11670

Please sign in to comment.