Get the visible (i.e. not hidden by CSS) text of this element, including sub-elements. See W3C WebDriver specification for more details. @return The visible text of this element.
()
| 224 | * @return The visible text of this element. |
| 225 | */ |
| 226 | String getText(); |
| 227 | |
| 228 | /** |
| 229 | * Find all elements within the current context using the given mechanism. When using xpath be |
no outgoing calls