Text returns the text of the element.
()
| 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. |