Uses of Class
io.fluentlenium.core.action.KeyboardElementActions
-
Uses of KeyboardElementActions in io.fluentlenium.core.action
Modifier and TypeMethodDescriptionKeyboardElementActions.keyDown
(org.openqa.selenium.Keys theKey) Performs a modifier key press after focusing on an element.KeyboardElementActions.keyUp
(org.openqa.selenium.Keys theKey) Performs a modifier key release after focusing on an element.KeyboardElementActions.sendKeys
(CharSequence... keysToSend) Sends keys to the active element. -
Uses of KeyboardElementActions in io.fluentlenium.core.domain
Modifier and TypeMethodDescriptionFluentWebElement.keyboard()
Execute keyboard actions on the element