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

Method AlertText

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

AlertText returns the current alert text.

()

Source from the content-addressed store, hash-verified

344 AcceptAlert() error
345 // AlertText returns the current alert text.
346 AlertText() (string, error)
347 // SetAlertText sets the current alert text.
348 SetAlertText(text string) error
349

Callers 1

testAcceptAlertFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testAcceptAlertFunction · 0.52