Uses of Class
org.uitnet.testing.smartfwk.ui.core.events.KeyboardEventName
| Package | Description |
|---|---|
| org.uitnet.testing.smartfwk.ui.core.events |
-
Uses of KeyboardEventName in org.uitnet.testing.smartfwk.ui.core.events
Methods in org.uitnet.testing.smartfwk.ui.core.events that return KeyboardEventName Modifier and Type Method Description static KeyboardEventNameKeyboardEventName. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyboardEventName[]KeyboardEventName. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.uitnet.testing.smartfwk.ui.core.events with parameters of type KeyboardEventName Constructor Description KeyboardEvent(KeyboardEventName name, org.openqa.selenium.Keys key, String inputTextBeforeKeyAction, NewTextLocation textLocation)