Uses of
Class
io.fluentlenium.core.action.MouseElementActions
Packages that use MouseElementActions
-
Uses of MouseElementActions in io.fluentlenium.core.action
Methods in io.fluentlenium.core.action that return MouseElementActionsModifier and TypeMethodDescriptionMouseElementActions.click()
Clicks in the middle of the given element.MouseElementActions.clickAndHold()
Clicks (without releasing) in the middle of the given element.MouseElementActions.contextClick()
Performs a context-click at middle of the given element.MouseElementActions.doubleClick()
Performs a double-click at middle of the given element.MouseElementActions.dragAndDropBy
(int xOffset, int yOffset) A convenience method that performs click-and-hold at the location of this element, moves by a given offset, then releases the mouse.MouseElementActions.dragAndDropByWithTargetOffset
(org.openqa.selenium.WebElement target, int xOffset, int yOffset) 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.MouseElementActions.moveToElement()
Moves the mouse to the middle of the element.MouseElementActions.moveToElement
(int xOffset, int yOffset) 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.MouseElementActions.release()
Releases the depressed left mouse button, in the middle of the given element. -
Uses of MouseElementActions in io.fluentlenium.core.domain
Methods in io.fluentlenium.core.domain that return MouseElementActions