FindElement finds multiple children elements.
(by, value string)
| 386 | FindElement(by, value string) (WebElement, error) |
| 387 | // FindElement finds multiple children elements. |
| 388 | FindElements(by, value string) ([]WebElement, error) |
| 389 | |
| 390 | // TagName returns the element's name. |
| 391 | TagName() (string, error) |
nothing calls this directly
no outgoing calls
no test coverage detected