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

Method ExecuteScript

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

ExecuteScript executes a script.

(script string, args []interface{})

Source from the content-addressed store, hash-verified

349
350 // ExecuteScript executes a script.
351 ExecuteScript(script string, args []interface{}) (interface{}, error)
352 // ExecuteScriptAsync asynchronously executes a script.
353 ExecuteScriptAsync(script string, args []interface{}) (interface{}, error)
354

Callers 4

testWindowsFunction · 0.65
testExecuteScriptFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 4

testWindowsFunction · 0.52
testExecuteScriptFunction · 0.52