selenium: Update to 4.0.0 (#2907)

This commit is contained in:
Hsiao-nan Cheung 2021-11-09 01:01:15 +08:00 committed by GitHub
parent f72a6b1e44
commit 8bea7309c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ {
"version": "3.141.59", "version": "4.0.0",
"description": "A smart proxy server that allows Selenium tests to route commands to remote web browser instances", "description": "A smart proxy server that allows Selenium tests to route commands to remote web browser instances",
"homepage": "https://selenium.dev", "homepage": "https://selenium.dev",
"license": "Apache-2.0", "license": "Apache-2.0",
@ -9,14 +9,14 @@
"java/oraclejdk" "java/oraclejdk"
] ]
}, },
"url": "https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar#/selenium.jar", "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.0.0/selenium-server-4.0.0.jar#/selenium.jar",
"hash": "acf71b77d1b66b55db6fb0bed6d8bae2bbd481311bcbedfeff472c0d15e8f3cb", "hash": "0e381d119e59c511c62cfd350e79e4150df5e29ff6164dde03631e60072261a5",
"bin": "selenium.jar", "bin": "selenium.jar",
"checkver": { "checkver": {
"url": "https://selenium.dev/downloads/", "github": "https://github.com/SeleniumHQ/selenium",
"regex": "selenium-server-standalone-([\\d.]+)\\.jar" "regex": "selenium-([\\d.]+)"
}, },
"autoupdate": { "autoupdate": {
"url": "https://selenium-release.storage.googleapis.com/$majorVersion.$minorVersion/selenium-server-standalone-$version.jar#/selenium.jar" "url": "https://github.com/SeleniumHQ/selenium/releases/download/selenium-$version/selenium-server-$version.jar#/selenium.jar"
} }
} }