Get the title of the current page. See W3C WebDriver specification for more details. @return The title of the current page, with leading and trailing whitespace stripped, or null if one is not already set
()
| 88 | * if one is not already set |
| 89 | */ |
| 90 | @Nullable String getTitle(); |
| 91 | |
| 92 | /** |
| 93 | * Find all elements within the current page using the given mechanism. This method is affected by |
no outgoing calls