diff --git a/repository-3.0.json b/repository-3.0.json index e67c6d8..c056ac5 100644 --- a/repository-3.0.json +++ b/repository-3.0.json @@ -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",