Uses of Class
io.fluentlenium.core.action.KeyboardActions
Packages that use KeyboardActions
-
Uses of KeyboardActions in io.fluentlenium.core
Methods in io.fluentlenium.core that return KeyboardActionsModifier and TypeMethodDescriptiondefault KeyboardActionsFluentControl.keyboard()FluentDriver.keyboard() -
Uses of KeyboardActions in io.fluentlenium.core.action
Methods in io.fluentlenium.core.action that return KeyboardActionsModifier and TypeMethodDescriptionInputControl.keyboard()Execute keyboard actionsKeyboardActions.keyDown(org.openqa.selenium.Keys theKey) Performs a modifier key press.KeyboardActions.keyUp(org.openqa.selenium.Keys theKey) Performs a modifier key release.KeyboardActions.sendKeys(CharSequence... keysToSend) Sends keys to the active element.