FindElement finds exactly one element in the current page's DOM.
(by, value string)
| 286 | |
| 287 | // FindElement finds exactly one element in the current page's DOM. |
| 288 | FindElement(by, value string) (WebElement, error) |
| 289 | // FindElement finds potentially many elements in the current page's DOM. |
| 290 | FindElements(by, value string) ([]WebElement, error) |
| 291 | // ActiveElement returns the currently active element on the page. |
no outgoing calls