| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.action |
| Modifier and Type | Method and Description |
|---|---|
MouseActions |
FluentDriver.mouse() |
| Modifier and Type | Method and Description |
|---|---|
MouseActions |
MouseActions.click()
Clicks at the current mouse location.
|
MouseActions |
MouseActions.clickAndHold()
Clicks (without releasing) at the current mouse location.
|
MouseActions |
MouseActions.contextClick()
Performs a context-click at the current mouse location.
|
MouseActions |
MouseActions.doubleClick()
Performs a double-click at the current mouse location.
|
MouseActions |
InputControl.mouse()
Execute mouse actions
|
MouseActions |
MouseActions.release()
Releases the depressed left mouse button at the current mouse location.
|
Copyright © 2016 FluentLenium. All Rights Reserved.