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

Method ExecuteScriptAsync

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

Source from the content-addressed store, hash-verified

1152}
1153
1154func (wd *remoteWD) ExecuteScriptAsync(script string, args []interface{}) (interface{}, error) {
1155 if !wd.w3cCompatible {
1156 return wd.execScript(script, args, "_async")
1157 }
1158 return wd.execScript(script, args, "/async")
1159}
1160
1161func (wd *remoteWD) ExecuteScriptRaw(script string, args []interface{}) ([]byte, error) {
1162 if !wd.w3cCompatible {

Callers

nothing calls this directly

Calls 1

execScriptMethod · 0.95

Tested by

no test coverage detected