Skip to content

Commit

Permalink
Update webdriver versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jason0x43 committed Apr 21, 2020
1 parent 71231e7 commit 4459428
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -15212,7 +15212,7 @@
"sources": [
{
"fileName": "webdrivers.json",
"line": 32,
"line": 34,
"character": 15
}
],
Expand All @@ -15235,7 +15235,7 @@
"sources": [
{
"fileName": "webdrivers.json",
"line": 31,
"line": 33,
"character": 15
}
],
Expand All @@ -15260,7 +15260,7 @@
"sources": [
{
"fileName": "webdrivers.json",
"line": 29,
"line": 30,
"character": 15
}
],
Expand All @@ -15283,7 +15283,7 @@
"sources": [
{
"fileName": "webdrivers.json",
"line": 28,
"line": 29,
"character": 15
}
],
Expand Down
4 changes: 2 additions & 2 deletions src/webdrivers.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"chrome": {
"baseUrl": "https://chromedriver.storage.googleapis.com",
"latest": "80.0.3987.106"
"latest": "81.0.4044.69"
},
"firefox": {
"baseUrl": "https://github.com/mozilla/geckodriver/releases/download",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"edgeChromium": {
"baseUrl": "https://msedgedriver.azureedge.net",
"latest": "80.0.361.62"
"latest": "81.0.416.58"
}
}
}

0 comments on commit 4459428

Please sign in to comment.