-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathedgedriver-121.json
35 lines (35 loc) · 1.28 KB
/
edgedriver-121.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": "121.0.2277.83",
"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/121.0.2277.83/edgedriver_win64.zip",
"hash": "8af526f0b9c04d0d4afdfccd3b364ca0c0b1fa657f9445441e4ba6a3053a6894"
},
"32bit": {
"url": "https://msedgedriver.azureedge.net/121.0.2277.83/edgedriver_win32.zip",
"hash": "f80b8af870163c3f7cfb301c63260d04975285a762243a78493e4f8f3bb1ff9c"
}
},
"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"
}
}
}
}