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