TagName returns the element's name.
()
| 389 | |
| 390 | // TagName returns the element's name. |
| 391 | TagName() (string, error) |
| 392 | // Text returns the text of the element. |
| 393 | Text() (string, error) |
| 394 | // IsSelected returns true if element is selected. |
nothing calls this directly
no outgoing calls
no test coverage detected