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

Method IsSelected

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

IsSelected returns true if element is selected.

()

Source from the content-addressed store, hash-verified

393 Text() (string, error)
394 // IsSelected returns true if element is selected.
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.

Callers 1

testIsSelectedFunction · 0.65

Implementers 1

remoteWEremote.go

Calls

no outgoing calls

Tested by 1

testIsSelectedFunction · 0.52