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

Method SetAlertText

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

SetAlertText sets the current alert text.

(text string)

Source from the content-addressed store, hash-verified

346 AlertText() (string, error)
347 // SetAlertText sets the current alert text.
348 SetAlertText(text string) error
349
350 // ExecuteScript executes a script.
351 ExecuteScript(script string, args []interface{}) (interface{}, error)

Callers

nothing calls this directly

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by

no test coverage detected