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

Method Text

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

Text returns the text of the element.

()

Source from the content-addressed store, hash-verified

391 TagName() (string, error)
392 // Text returns the text of the element.
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.

Callers 1

ExampleFunction · 0.65

Implementers 1

remoteWEremote.go

Calls

no outgoing calls

Tested by 1

ExampleFunction · 0.52