Skip to content

Commit

Permalink
Add chrome driver version 120.0.6099.71 (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo authored Dec 15, 2023
1 parent 8d99e91 commit a7da97c
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions repository-3.0.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
{
"drivers": [
{
"name": "chromedriver",
"platform": "windows",
"bit": "32",
"version": "120.0.6099.71",
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.71/win32/chromedriver-win32.zip",
"fileMatchInside": ".*chromedriver.exe$"
},
{
"name": "chromedriver",
"platform": "windows",
"bit": "64",
"version": "120.0.6099.71",
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.71/win64/chromedriver-win64.zip",
"fileMatchInside": ".*chromedriver.exe$"
},
{
"name": "chromedriver",
"platform": "mac",
"bit": "64",
"arch": "amd64",
"version": "120.0.6099.71",
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.71/mac-x64/chromedriver-mac-x64.zip",
"fileMatchInside": ".*chromedriver$"
},
{
"name": "chromedriver",
"platform": "mac",
"bit": "64",
"arch": "aarch64",
"version": "120.0.6099.71",
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.71/mac-arm64/chromedriver-mac-arm64.zip",
"fileMatchInside": ".*chromedriver$"
},
{
"name": "chromedriver",
"platform": "linux",
"bit": "64",
"version": "120.0.6099.71",
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/120.0.6099.71/linux64/chromedriver-linux64.zip",
"fileMatchInside": ".*chromedriver$"
},
{
"name": "chromedriver",
"platform": "windows",
Expand Down

0 comments on commit a7da97c

Please sign in to comment.