ActiveElement returns the currently active element on the page.
()
| 290 | FindElements(by, value string) ([]WebElement, error) |
| 291 | // ActiveElement returns the currently active element on the page. |
| 292 | ActiveElement() (WebElement, error) |
| 293 | |
| 294 | // DecodeElement decodes a single element response. |
| 295 | DecodeElement([]byte) (WebElement, error) |
no outgoing calls