| Package | Description |
|---|---|
| org.fluentlenium.core.action | |
| org.fluentlenium.core.domain |
| Modifier and Type | Method and Description |
|---|---|
MouseElementActions |
MouseElementActions.click()
Clicks in the middle of the given element.
|
MouseElementActions |
MouseElementActions.clickAndHold()
Clicks (without releasing) in the middle of the given element.
|
MouseElementActions |
MouseElementActions.contextClick()
Performs a context-click at middle of the given element.
|
MouseElementActions |
MouseElementActions.doubleClick()
Performs a double-click at middle of the given element.
|
MouseElementActions |
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 |
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 |
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 |
MouseElementActions.moveToElement()
Moves the mouse to the middle of the element.
|
MouseElementActions |
MouseElementActions.moveToElement(int xOffset,
int yOffset)
Moves the mouse to an offset from the top-left corner of the element.
|
MouseElementActions |
MouseElementActions.release()
Releases the depressed left mouse button, in the middle of the given element.
|
| Modifier and Type | Method and Description |
|---|---|
MouseElementActions |
FluentWebElement.mouse()
Execute mouse actions on the element
|
Copyright © 2018 FluentLenium. All Rights Reserved.