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

Method ActiveElement

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

ActiveElement returns the currently active element on the page.

()

Source from the content-addressed store, hash-verified

290 FindElements(by, value string) ([]WebElement, error)
291 // ActiveElement returns the currently active element on the page.
292 ActiveElement() (WebElement, error)
293
294 // DecodeElement decodes a single element response.
295 DecodeElement([]byte) (WebElement, error)

Callers 1

testActiveElementFunction · 0.65

Implementers 1

remoteWDremote.go

Calls

no outgoing calls

Tested by 1

testActiveElementFunction · 0.52