Skip to content

Commit

Permalink
Added chrome driver version 116.0.5845.96
Browse files Browse the repository at this point in the history
Added chrome driver version 116.0.5845.96 for:

- Windows
- Linux
- Intel mac x64
- Apple Silicon mac x64

Signed-off-by: Ronny Perinke <[email protected]>
Co-authored-by: Ronny Perinke <[email protected]>
  • Loading branch information
albciff and sephiroth-j authored Sep 26, 2023
1 parent fd9abda commit 8d99e91
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": "116.0.5845.96",
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/win32/chromedriver-win32.zip",
"fileMatchInside": ".*chromedriver.exe$"
},
{
"name": "chromedriver",
"platform": "windows",
"bit": "64",
"version": "116.0.5845.96",
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/win64/chromedriver-win64.zip",
"fileMatchInside": ".*chromedriver.exe$"
},
{
"name": "chromedriver",
"platform": "mac",
"bit": "64",
"arch": "amd64",
"version": "116.0.5845.96",
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/mac-x64/chromedriver-mac-x64.zip",
"fileMatchInside": ".*chromedriver$"
},
{
"name": "chromedriver",
"platform": "mac",
"bit": "64",
"arch": "aarch64",
"version": "116.0.5845.96",
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/mac-arm64/chromedriver-mac-arm64.zip",
"fileMatchInside": ".*chromedriver$"
},
{
"name": "chromedriver",
"platform": "linux",
"bit": "64",
"version": "116.0.5845.96",
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip",
"fileMatchInside": ".*chromedriver$"
},
{
"name": "geckodriver",
"platform": "windows",
Expand Down

0 comments on commit 8d99e91

Please sign in to comment.