mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 08:11:20 +00:00
Add selenium version 3.5.3
This commit is contained in:
parent
1e68888454
commit
1b688b7e27
15
selenium.json
Normal file
15
selenium.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "3.5.3",
|
||||
"homepage": "http://www.seleniumhq.org/",
|
||||
"url": "https://selenium-release.storage.googleapis.com/3.5/selenium-server-standalone-3.5.3.jar#/selenium.jar",
|
||||
"hash": "66c137224997e631573aa2354c13db4f467dccb08a5345aea15ea70b69728f2f",
|
||||
"bin": "selenium.cmd",
|
||||
"pre_install": "\"@java -jar \"\"$dir\\selenium.jar\"\" %*\" | out-file -en oem \"$dir\\selenium.cmd\"",
|
||||
"checkver": {
|
||||
"url": "http://www.seleniumhq.org/download/",
|
||||
"re": "Download version\\s+<a href=\".*\">(?<version>(?<short>[\\d.]+).[\\d.]+)</"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://selenium-release.storage.googleapis.com/$matchShort/selenium-server-standalone-$version.jar#/selenium.jar"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user