Skip to content

Commit

Permalink
Merge pull request #118 from EpicVoyage/master
Browse files Browse the repository at this point in the history
Added chromedriver 126.0.6478.126
  • Loading branch information
sephiroth-j authored Jul 26, 2024
2 parents 7aed6a7 + 68908b6 commit 38fb4d8
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/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/chromedriver-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/chromedriver-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/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/chromedriver-linux64.zip",
"fileMatchInside": ".*chromedriver$"
},
{
"name": "chromedriver",
"platform": "windows",
Expand Down

0 comments on commit 38fb4d8

Please sign in to comment.