MCPcopy
hub / github.com/SeleniumHQ/selenium / resource

Function resource

javascript/selenium-webdriver/lib/http.js:160–162  ·  view source on GitHub ↗
(method, path)

Source from the content-addressed store, hash-verified

158}
159
160function resource(method, path) {
161 return { method: method, path: path }
162}
163
164/** @typedef {{method: string, path: string}} */
165var CommandSpec

Callers 3

postFunction · 0.70
delFunction · 0.70
getFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected