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

Method Click

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

Click clicks on the element.

()

Source from the content-addressed store, hash-verified

372type WebElement interface {
373 // Click clicks on the element.
374 Click() error
375 // SendKeys types into the element.
376 SendKeys(keys string) error
377 // Submit submits the button.

Callers

nothing calls this directly

Implementers 1

remoteWEremote.go

Calls

no outgoing calls

Tested by

no test coverage detected