MoveTo moves the mouse to relative coordinates from center of element, If the element is not visible, it will be scrolled into view.
(xOffset, yOffset int)
| 381 | // MoveTo moves the mouse to relative coordinates from center of element, If |
| 382 | // the element is not visible, it will be scrolled into view. |
| 383 | MoveTo(xOffset, yOffset int) error |
| 384 | |
| 385 | // FindElement finds a child element. |
| 386 | FindElement(by, value string) (WebElement, error) |
nothing calls this directly
no outgoing calls
no test coverage detected