Uses of Class
io.fluentlenium.core.action.KeyboardElementActions
Packages that use KeyboardElementActions
-
Uses of KeyboardElementActions in io.fluentlenium.core.action
Methods in io.fluentlenium.core.action that return KeyboardElementActionsModifier 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
Methods in io.fluentlenium.core.domain that return KeyboardElementActionsModifier and TypeMethodDescriptionFluentWebElement.keyboard()Execute keyboard actions on the element