webdriver
Advanced tools
Comparing version
{ | ||
"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 | ||
}] | ||
} | ||
} | ||
} |
196503
0.31%5197
0.25%