You are on page 1of 1

A CTIONS

MOVE TO ELEMENT
Releases the depressed left mouse button, in the middle of
the given element
SELENIUM

CLICK AND HOLD


Clicks (without releasing) in the middle of the given element

DOUBLE CLICK
Performs a double-click at middle of the given element.

MOVE BY OFFSET
Moves the mouse from its current position (or 0,0) by the
given offset

CONTEXT CLICK
Performs the right click at middle of the given element

DRAG AND DROP


Performs click-and-hold at the location of the source
element, moves to the location of the target element, then
releases the mouse

DRAG AND DROP BY


Performs click-and-hold at the location of the source
element, moves by a given offset, then releases the mouse.

You might also like