Skip to content

Commit

Permalink
Use chromedriver url instead of chrome for 126.0.6478.126
Browse files Browse the repository at this point in the history
  • Loading branch information
treyturner authored and sephiroth-j committed Jul 21, 2024
1 parent db3128c commit 68908b6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions repository-3.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"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",
"url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/win32/chromedriver-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",
"url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/win64/chromedriver-win64.zip",
"fileMatchInside": ".*chromedriver.exe$"
},
{
Expand All @@ -22,7 +22,7 @@
"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",
"url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/mac-x64/chromedriver-mac-x64.zip",
"fileMatchInside": ".*chromedriver$"
},
{
Expand All @@ -31,15 +31,15 @@
"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",
"url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/mac-arm64/chromedriver-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",
"url": "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.126/linux64/chromedriver-linux64.zip",
"fileMatchInside": ".*chromedriver$"
},
{
Expand Down

0 comments on commit 68908b6

Please sign in to comment.