Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions selenium.go
Original file line number Diff line number Diff line change
Expand Up @@ -442,8 +442,8 @@ type WebElement interface {
Submit() error
// Clear clears the element.
Clear() error
// MoveTo moves the mouse to relative coordinates from center of element, If
// the element is not visible, it will be scrolled into view.
// MoveTo moves the mouse to relative coordinates from the top-left corner of the element.
// If the element is not visible, it will be scrolled into view.
MoveTo(xOffset, yOffset int) error

// FindElement finds a child element.
Expand Down