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

Method FindElement

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

FindElement finds a child element.

(by, value string)

Source from the content-addressed store, hash-verified

384
385 // FindElement finds a child element.
386 FindElement(by, value string) (WebElement, error)
387 // FindElement finds multiple children elements.
388 FindElements(by, value string) ([]WebElement, error)
389

Callers

nothing calls this directly

Implementers 1

remoteWEremote.go

Calls

no outgoing calls

Tested by

no test coverage detected