FindElement finds a child element.
(by, value string)
| 384 | |
| 385 | // FindElement finds a child element. |
| 386 | FindElement(by, value string) (WebElement, error) |
| 387 | // FindElement finds multiple children elements. |
| 388 | FindElements(by, value string) ([]WebElement, error) |
| 389 |
nothing calls this directly
no outgoing calls
no test coverage detected