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

Method ExecuteScriptAsyncRaw

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

Source from the content-addressed store, hash-verified

1166}
1167
1168func (wd *remoteWD) ExecuteScriptAsyncRaw(script string, args []interface{}) ([]byte, error) {
1169 if !wd.w3cCompatible {
1170 return wd.execScriptRaw(script, args, "_async")
1171 }
1172 return wd.execScriptRaw(script, args, "/async")
1173}
1174
1175func (wd *remoteWD) Screenshot() ([]byte, error) {
1176 data, err := wd.stringCommand("/session/%s/screenshot")

Callers

nothing calls this directly

Calls 1

execScriptRawMethod · 0.95

Tested by

no test coverage detected