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

Commit

Permalink
Merge pull request #312 from vania-pooh/master
Browse files Browse the repository at this point in the history
Switched to Chromium-based edgedriver
  • Loading branch information
vania-pooh authored Jan 14, 2022
2 parents 7e544fe + cc74168 commit b1c37d6
Showing 1 changed file with 23 additions and 7 deletions.
30 changes: 23 additions & 7 deletions browsers.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"chrome": {
"command": "%s --whitelisted-ips= --verbose",
"command": "%s --allowed-ips='' --verbose",
"files": {
"linux": {
"amd64": {
Expand Down Expand Up @@ -60,7 +60,7 @@
},

"opera": {
"command": "%s --whitelisted-ips='' --verbose",
"command": "%s --allowed-ips='' --verbose",
"files": {
"linux": {
"amd64": {
Expand Down Expand Up @@ -117,16 +117,32 @@
},

"MicrosoftEdge": {
"command": "%s --host=127.0.0.1 --verbose",
"command": "%s --allowed-ips='' --verbose",
"files": {
"linux": {
"amd64": {
"url": "https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/97.0.1072.8/edgedriver_linux64.zip",
"filename": "msedgedriver"
}
},
"darwin": {
"amd64": {
"url": "https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/97.0.1072.8/edgedriver_mac64.zip",
"filename": "msedgedriver"
},
"arm64": {
"url": "https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/97.0.1072.8/edgedriver_arm64.zip",
"filename": "msedgedriver"
}
},
"windows": {
"386": {
"url": "",
"filename": "C:\\Windows\\System32\\MicrosoftWebDriver.exe"
"url": "https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/97.0.1072.8/edgedriver_win32.zip",
"filename": "msedgedriver.exe"
},
"amd64": {
"url": "",
"filename": "C:\\Windows\\System32\\MicrosoftWebDriver.exe"
"url": "https://msedgewebdriverstorage.blob.core.windows.net/edgewebdriver/97.0.1072.8/edgedriver_win64.zip",
"filename": "msedgedriver.exe"
}
}
}
Expand Down

0 comments on commit b1c37d6

Please sign in to comment.