MCPcopy Index your code
hub / github.com/tebeka/selenium / FindElement

Method FindElement

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

FindElement finds exactly one element in the current page's DOM.

(by, value string)

Source from the content-addressed store, hash-verified

286
287 // FindElement finds exactly one element in the current page's DOM.
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.

Callers 15

testChromeExtensionFunction · 0.65
testErrorFunction · 0.65
testWindowsFunction · 0.65
testFindElementFunction · 0.65
testSendKeysFunction · 0.65
testClickFunction · 0.65
testLocationFunction · 0.65
testLocationInViewFunction · 0.65
testSizeFunction · 0.65
testIsSelectedFunction · 0.65
testIsDisplayedFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 15

testChromeExtensionFunction · 0.52
testErrorFunction · 0.52
testWindowsFunction · 0.52
testFindElementFunction · 0.52
testSendKeysFunction · 0.52
testClickFunction · 0.52
testLocationFunction · 0.52
testLocationInViewFunction · 0.52
testSizeFunction · 0.52
testIsSelectedFunction · 0.52
testIsDisplayedFunction · 0.52