@wdio/protocols
Advanced tools
Comparing version 5.15.6 to 5.16.0
{ | ||
"name": "@wdio/protocols", | ||
"version": "5.15.6", | ||
"version": "5.16.0", | ||
"description": "Utility package providing information about automation protocols", | ||
@@ -30,3 +30,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "e0eeb62c247e52e762a16b0b77c86c45d2164869" | ||
"gitHead": "ee9cc7ecb606a316ab157c7cef23cd95bc070aec" | ||
} |
@@ -5,3 +5,3 @@ { | ||
"command": "status", | ||
"description": "Query the server's current status. The server should respond with a general \"HTTP 200 OK\" response if it is alive and accepting commands. The response body should be a JSON object describing the state of the server. All server implementations should return two basic objects describing the server's current platform and when the server was built. All fields are optional; if omitted, the client should assume the value is uknown. Furthermore, server implementations may include additional fields not listed here.", | ||
"description": "Query the server's current status. The server should respond with a general \"HTTP 200 OK\" response if it is alive and accepting commands. The response body should be a JSON object describing the state of the server. All server implementations should return two basic objects describing the server's current platform and when the server was built. All fields are optional; if omitted, the client should assume the value is unknown. Furthermore, server implementations may include additional fields not listed here.", | ||
"ref": "https://github.com/SeleniumHQ/selenium/wiki/JsonWireProtocol#status", | ||
@@ -8,0 +8,0 @@ "parameters": [], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
169075