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

Method ExecuteScriptAsyncRaw

selenium.go:359–359  ·  view source on GitHub ↗

ExecuteScriptAsyncRaw asynchronously executes a script but does not perform JSON decoding.

(script string, args []interface{})

Source from the content-addressed store, hash-verified

357 // ExecuteScriptAsyncRaw asynchronously executes a script but does not
358 // perform JSON decoding.
359 ExecuteScriptAsyncRaw(script string, args []interface{}) ([]byte, error)
360
361 // WaitWithTimeoutAndInterval waits for the condition to evaluate to true.
362 WaitWithTimeoutAndInterval(condition Condition, timeout, interval time.Duration) error

Callers

nothing calls this directly

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by

no test coverage detected