Uses of Class
org.fluentlenium.core.action.KeyboardElementActions
-
Packages that use KeyboardElementActions Package Description org.fluentlenium.core.action org.fluentlenium.core.domain -
-
Uses of KeyboardElementActions in org.fluentlenium.core.action
Methods in org.fluentlenium.core.action that return KeyboardElementActions Modifier and Type Method Description KeyboardElementActionsKeyboardElementActions. keyDown(org.openqa.selenium.Keys theKey)Performs a modifier key press after focusing on an element.KeyboardElementActionsKeyboardElementActions. keyUp(org.openqa.selenium.Keys theKey)Performs a modifier key release after focusing on an element.KeyboardElementActionsKeyboardElementActions. sendKeys(java.lang.CharSequence... keysToSend)Sends keys to the active element. -
Uses of KeyboardElementActions in org.fluentlenium.core.domain
Methods in org.fluentlenium.core.domain that return KeyboardElementActions Modifier and Type Method Description KeyboardElementActionsFluentWebElement. keyboard()Execute keyboard actions on the element
-