ScoopInstaller_Main/bucket/selenium.json
2021-11-09 01:01:15 +08:00

23 lines
842 B
JSON

{
"version": "4.0.0",
"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://github.com/SeleniumHQ/selenium/releases/download/selenium-4.0.0/selenium-server-4.0.0.jar#/selenium.jar",
"hash": "0e381d119e59c511c62cfd350e79e4150df5e29ff6164dde03631e60072261a5",
"bin": "selenium.jar",
"checkver": {
"github": "https://github.com/SeleniumHQ/selenium",
"regex": "selenium-([\\d.]+)"
},
"autoupdate": {
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$version/selenium-server-$version.jar#/selenium.jar"
}
}