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

Method IsEnabled

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

IsEnabled returns true if the element is enabled.

()

Source from the content-addressed store, hash-verified

395 IsSelected() (bool, error)
396 // IsEnabled returns true if the element is enabled.
397 IsEnabled() (bool, error)
398 // IsDisplayed returns true if the element is displayed.
399 IsDisplayed() (bool, error)
400 // GetAttribute returns the named attribute of the element.

Callers

nothing calls this directly

Implementers 1

remoteWEremote.go

Calls

no outgoing calls

Tested by

no test coverage detected