-
MouseElementActions.click()
Clicks in the middle of the given element.
Clicks (without releasing) in the middle of the given element.
Performs a context-click at middle of the given element.
Performs a double-click at middle of the given element.
A convenience method that performs click-and-hold at the location
of this element,
moves by a given offset, then releases the mouse.
A convenience method that performs click-and-hold at the location
of this element,
moves by a given offset of target element, then releases the mouse.
MouseElementActions.dragAndDropFrom
(org.openqa.selenium.WebElement source)
A convenience method that performs click-and-hold at the location
of the source element,
moves to the location of this element (target), then releases the mouse.
MouseElementActions.dragAndDropTo
(org.openqa.selenium.WebElement target)
A convenience method that performs click-and-hold at the location
of this element (source),
moves to the location of the target element, then releases the mouse.
Moves the mouse to the middle of the element.
Moves the mouse to an offset from the top-left corner of the
element.
MouseElementActions.moveToElement
(org.openqa.selenium.WebElement target)
Moves the mouse to the middle of the target element.
MouseElementActions.moveToElement
(org.openqa.selenium.WebElement target,
int xOffset,
int yOffset)
Moves the mouse to an offset from the top-left corner of the
target element.
Releases the depressed left mouse button, in the middle of the
given element.
-
Execute mouse actions on the element