mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-06 18:17:26 +08:00
[Windows] Upgrade Selenium server version from 3 to 4 (#4473)
This commit is contained in:
committed by
GitHub
parent
f8c50c93b5
commit
47a60e0776
@@ -362,8 +362,8 @@
|
||||
}
|
||||
],
|
||||
"selenium": {
|
||||
"version": "3",
|
||||
"binary_name": "selenium-server-standalone"
|
||||
"version": "4",
|
||||
"binary_name": "selenium-server"
|
||||
},
|
||||
"npm": {
|
||||
"global_packages": [
|
||||
|
||||
@@ -394,8 +394,8 @@
|
||||
}
|
||||
],
|
||||
"selenium": {
|
||||
"version": "3",
|
||||
"binary_name": "selenium-server-standalone"
|
||||
"version": "4",
|
||||
"binary_name": "selenium-server"
|
||||
},
|
||||
"npm": {
|
||||
"global_packages": [
|
||||
|
||||
@@ -256,8 +256,8 @@
|
||||
}
|
||||
],
|
||||
"selenium": {
|
||||
"version": "3",
|
||||
"binary_name": "selenium-server-standalone"
|
||||
"version": "4",
|
||||
"binary_name": "selenium-server"
|
||||
},
|
||||
"npm": {
|
||||
"global_packages": [
|
||||
|
||||
Reference in New Issue
Block a user