Skip to content

Commit

Permalink
Added chromedriver 126.0.6478.126
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Umphress authored and sephiroth-j committed Jul 21, 2024
1 parent 7aed6a7 commit db3128c
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": "126.0.6478.126",
"url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/win32/chrome-win32.zip",
"fileMatchInside": ".*chromedriver.exe$"
},
{
"name": "chromedriver",
"platform": "windows",
"bit": "64",
"version": "126.0.6478.126",
"url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/win64/chrome-win64.zip",
"fileMatchInside": ".*chromedriver.exe$"
},
{
"name": "chromedriver",
"platform": "mac",
"bit": "64",
"arch": "amd64",
"version": "126.0.6478.126",
"url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/mac-x64/chrome-mac-x64.zip",
"fileMatchInside": ".*chromedriver$"
},
{
"name": "chromedriver",
"platform": "mac",
"bit": "64",
"arch": "aarch64",
"version": "126.0.6478.126",
"url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/mac-arm64/chrome-mac-arm64.zip",
"fileMatchInside": ".*chromedriver$"
},
{
"name": "chromedriver",
"platform": "linux",
"bit": "64",
"version": "126.0.6478.126",
"url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/linux64/chrome-linux64.zip",
"fileMatchInside": ".*chromedriver$"
},
{
"name": "chromedriver",
"platform": "windows",
Expand Down

0 comments on commit db3128c

Please sign in to comment.