-
Notifications
You must be signed in to change notification settings - Fork 3
/
edgedriver-92.json
35 lines (35 loc) · 1.34 KB
/
edgedriver-92.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
35
{
"version": "92.0.902.55",
"description": "Close the loop on your developer cycle by automating testing of your website in Microsoft Edge (Chromium).",
"homepage": "https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver",
"license": {
"identifier": "Freeware",
"url": "https://az813057.vo.msecnd.net/webdriver/license.html"
},
"notes": "For legacy (EdgeHTML) version, see 'versions/edgedriver-legacy'.",
"architecture": {
"64bit": {
"url": "https://msedgedriver.azureedge.net/92.0.902.55/edgedriver_win64.zip",
"hash": "037cf3d4662c4e0906247803a38d35b93b1e9f92931795291cc50bead1df1d4b"
},
"32bit": {
"url": "https://msedgedriver.azureedge.net/92.0.902.55/edgedriver_win32.zip",
"hash": "69f5af7c881fe4e9464be12e1fab27bdb5dbf949ad7b8496984c03b2f95d67fc"
}
},
"bin": "msedgedriver.exe",
"checkver": {
"url": "https://msedgedriver.azureedge.net/LATEST_STABLE",
"regex": "([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://msedgedriver.azureedge.net/$version/edgedriver_win64.zip"
},
"32bit": {
"url": "https://msedgedriver.azureedge.net/$version/edgedriver_win32.zip"
}
}
}
}