New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

webdriver

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webdriver - npm Package Compare versions

Comparing version

to
5.4.7

{
"name": "webdriver",
"version": "5.4.6",
"version": "5.4.7",
"description": "A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol",

@@ -38,3 +38,3 @@ "author": "Christian Bromann <christian@saucelabs.com>",

},
"gitHead": "c5286005408d3516b6d2ab920e4c39df8f9c2915"
"gitHead": "075e568bc63763fb4a5f1ccd56b06759de55667b"
}

@@ -156,3 +156,16 @@ {

}
},
"/session/:sessionId/sauce/ondemand/performance": {
"POST": {
"command": "assertPerformance",
"description": "Assert against the performance baseline of your app (private beta service, not yet available to the public).",
"ref": "https://wiki.saucelabs.com/display/DOCS/Custom+Sauce+Labs+WebDriver+Extensions+for+Network+and+Log+Commands",
"parameters": [{
"name": "assertOptions",
"type": "object",
"description": "Assert options containing the name of the test and the metrics you want to assert against.",
"required": true
}]
}
}
}