MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / post

Function post

javascript/webdriver/http/http.js:360–360  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

358 }
359
360 function post(path) { return resource('POST', path); }
361 function del(path) { return resource('DELETE', path); }
362 function get(path) { return resource('GET', path); }
363 function resource(method, path) { return {method: method, path: path}; }

Callers 1

http.jsFile · 0.70

Calls 1

resourceFunction · 0.70

Tested by

no test coverage detected