From db3128cb796f326a3e2cc4dfbcf7ed58e1d33685 Mon Sep 17 00:00:00 2001 From: Chris Umphress Date: Wed, 10 Jul 2024 14:11:04 -0500 Subject: [PATCH 1/2] Added chromedriver 126.0.6478.126 --- repository-3.0.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/repository-3.0.json b/repository-3.0.json index e67c6d8..465e70b 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/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", From 68908b6d8c211a9ed75ca883b80b71c731b472c0 Mon Sep 17 00:00:00 2001 From: Trey Turner Date: Sat, 13 Jul 2024 04:13:58 -0500 Subject: [PATCH 2/2] Use chromedriver url instead of chrome for 126.0.6478.126 --- repository-3.0.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/repository-3.0.json b/repository-3.0.json index 465e70b..c056ac5 100644 --- a/repository-3.0.json +++ b/repository-3.0.json @@ -5,7 +5,7 @@ "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$" }, { @@ -13,7 +13,7 @@ "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$" }, { @@ -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$" }, { @@ -31,7 +31,7 @@ "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$" }, { @@ -39,7 +39,7 @@ "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$" }, {