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

Method GetAttribute

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

GetAttribute returns the named attribute of the element.

(name string)

Source from the content-addressed store, hash-verified

399 IsDisplayed() (bool, error)
400 // GetAttribute returns the named attribute of the element.
401 GetAttribute(name string) (string, error)
402 // Location returns the element's location.
403 Location() (*Point, error)
404 // LocationInView returns the element's location once it has been scrolled

Callers 2

testGetAttributeNotFoundFunction · 0.65
testActiveElementFunction · 0.65

Implementers 1

remoteWEremote.go

Calls

no outgoing calls

Tested by 2

testGetAttributeNotFoundFunction · 0.52
testActiveElementFunction · 0.52