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

Method FindElements

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

FindElement finds potentially many elements in the current page's DOM.

(by, value string)

Source from the content-addressed store, hash-verified

288 FindElement(by, value string) (WebElement, error)
289 // FindElement finds potentially many elements in the current page's DOM.
290 FindElements(by, value string) ([]WebElement, error)
291 // ActiveElement returns the currently active element on the page.
292 ActiveElement() (WebElement, error)
293

Callers 1

testFindElementsFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testFindElementsFunction · 0.52