FindElement finds potentially many elements in the current page's DOM.
(by, value string)
| 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. |
| 292 | ActiveElement() (WebElement, error) |
| 293 |
no outgoing calls