MCPcopy Create free account
hub / github.com/tebeka/selenium / MoveTo

Method MoveTo

selenium.go:383–383  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Implementers 1

remoteWEremote.go

Calls

no outgoing calls

Tested by

no test coverage detected