MCPcopy Index your code
hub / github.com/tebeka/selenium / voidCommand

Method voidCommand

remote.go:281–283  ·  view source on GitHub ↗
(urlTemplate string, params interface{})

Source from the content-addressed store, hash-verified

279}
280
281func (wd *remoteWD) voidCommand(urlTemplate string, params interface{}) error {
282 return voidCommand("POST", wd.requestURL(urlTemplate, wd.id), params)
283}
284
285func (wd remoteWD) stringsCommand(urlTemplate string) ([]string, error) {
286 url := wd.requestURL(urlTemplate, wd.id)

Callers 15

SetAsyncScriptTimeoutMethod · 0.95
SetPageLoadTimeoutMethod · 0.95
ForwardMethod · 0.95
BackMethod · 0.95
RefreshMethod · 0.95
SwitchWindowMethod · 0.95
SwitchFrameMethod · 0.95
AddCookieMethod · 0.95
ClickMethod · 0.95
DoubleClickMethod · 0.95
ButtonDownMethod · 0.95

Calls 2

requestURLMethod · 0.95
voidCommandFunction · 0.85

Tested by

no test coverage detected