| Package | Description |
|---|---|
| org.fluentlenium.core | |
| org.fluentlenium.core.action |
| Modifier and Type | Method and Description |
|---|---|
KeyboardActions |
FluentDriver.keyboard() |
| Modifier and Type | Method and Description |
|---|---|
KeyboardActions |
InputControl.keyboard()
Execute keyboard actions
|
KeyboardActions |
KeyboardActions.keyDown(org.openqa.selenium.Keys theKey)
Performs a modifier key press.
|
KeyboardActions |
KeyboardActions.keyUp(org.openqa.selenium.Keys theKey)
Performs a modifier key release.
|
KeyboardActions |
KeyboardActions.sendKeys(CharSequence... keysToSend)
Sends keys to the active element.
|
Copyright © 2016 FluentLenium. All Rights Reserved.