-
Notifications
You must be signed in to change notification settings - Fork 3
/
chromedriver-117.json
34 lines (34 loc) · 1.36 KB
/
chromedriver-117.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"version": "117.0.5938.88",
"description": "An open source tool for automated testing of webapps across many browsers",
"homepage": "https://chromedriver.chromium.org/",
"license": "BSD-3-Clause",
"architecture": {
"64bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.88/win64/chromedriver-win64.zip",
"hash": "a3f9829c22f270e0817a07f9bc2f77efd338d91af8056e517da15b6687c9391a",
"extract_dir": "chromedriver-win64"
},
"32bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/117.0.5938.88/win32/chromedriver-win32.zip",
"hash": "a5e7b2da0ec5c997e2ae305bacacd9ddc4289404a6dd86d631e3ac2bbae2f09d",
"extract_dir": "chromedriver-win32"
}
},
"bin": "chromedriver.exe",
"checkver": {
"url": "https://googlechromelabs.github.io/chrome-for-testing/last-known-good-versions-with-downloads.json",
"jsonpath": "$.channels.Stable.version",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$version/win64/chromedriver-win64.zip"
},
"32bit": {
"url": "https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/$version/win32/chromedriver-win32.zip"
}
}
}
}