mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
23 lines
867 B
JSON
23 lines
867 B
JSON
{
|
|
"version": "3.141.59",
|
|
"description": "A smart proxy server that allows Selenium tests to route commands to remote web browser instances",
|
|
"homepage": "https://selenium.dev",
|
|
"license": "Apache-2.0",
|
|
"suggest": {
|
|
"JDK": [
|
|
"java/openjdk",
|
|
"java/oraclejdk"
|
|
]
|
|
},
|
|
"url": "https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar#/selenium.jar",
|
|
"hash": "acf71b77d1b66b55db6fb0bed6d8bae2bbd481311bcbedfeff472c0d15e8f3cb",
|
|
"bin": "selenium.jar",
|
|
"checkver": {
|
|
"url": "https://selenium.dev/downloads/",
|
|
"regex": "selenium-server-standalone-([\\d.]+)\\.jar"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://selenium-release.storage.googleapis.com/$majorVersion.$minorVersion/selenium-server-standalone-$version.jar#/selenium.jar"
|
|
}
|
|
}
|