ScoopInstaller_Main/bucket/selenium.json
2022-06-24 00:33:21 +00:00

20 lines
788 B
JSON

{
"version": "4.3.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"
},
"url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.3.0/selenium-server-4.3.0.jar#/selenium.jar",
"hash": "511585038ff9447e92163bc0da8f49bfa52474698cb738f4c2e63c32f30d0626",
"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"
}
}