Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/SeleniumHQ/selenium
/ post
Function
post
javascript/selenium-webdriver/lib/http.js:148–150 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
146
}
147
148
function
post(path) {
149
return
resource(
'POST'
, path)
150
}
151
152
function
del(path) {
153
return
resource(
'DELETE'
, path)
Callers
1
http.js
File · 0.70
Calls
1
resource
Function · 0.70
Tested by
no test coverage detected