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

Method ExecuteScriptAsync

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

ExecuteScriptAsync asynchronously executes a script.

(script string, args []interface{})

Source from the content-addressed store, hash-verified

351 ExecuteScript(script string, args []interface{}) (interface{}, error)
352 // ExecuteScriptAsync asynchronously executes a script.
353 ExecuteScriptAsync(script string, args []interface{}) (interface{}, error)
354
355 // ExecuteScriptRaw executes a script but does not perform JSON decoding.
356 ExecuteScriptRaw(script string, args []interface{}) ([]byte, error)

Callers

nothing calls this directly

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by

no test coverage detected