Uses of Class
io.fluentlenium.core.action.MouseActions
-
Uses of MouseActions in io.fluentlenium.core
Modifier and TypeMethodDescriptiondefault MouseActions
FluentControl.mouse()
FluentDriver.mouse()
-
Uses of MouseActions in io.fluentlenium.core.action
Modifier and TypeMethodDescriptionMouseActions.click()
Clicks at the current mouse location.MouseActions.clickAndHold()
Clicks (without releasing) at the current mouse location.MouseActions.contextClick()
Performs a context-click at the current mouse location.MouseActions.doubleClick()
Performs a double-click at the current mouse location.InputControl.mouse()
Execute mouse actionsMouseActions.moveByOffset
(int xOffset, int yOffset) Moves the mouse from its current position (or 0,0) by the given offset.MouseActions.release()
Releases the depressed left mouse button at the current mouse location.