MCPcopy Create free account
hub / github.com/tebeka/selenium / ExecuteScriptRaw

Method ExecuteScriptRaw

remote.go:1161–1166  ·  view source on GitHub ↗
(script string, args []interface{})

Source from the content-addressed store, hash-verified

1159}
1160
1161func (wd *remoteWD) ExecuteScriptRaw(script string, args []interface{}) ([]byte, error) {
1162 if !wd.w3cCompatible {
1163 return wd.execScriptRaw(script, args, "")
1164 }
1165 return wd.execScriptRaw(script, args, "/sync")
1166}
1167
1168func (wd *remoteWD) ExecuteScriptAsyncRaw(script string, args []interface{}) ([]byte, error) {
1169 if !wd.w3cCompatible {

Callers

nothing calls this directly

Calls 1

execScriptRawMethod · 0.95

Tested by

no test coverage detected