Uses of Class
org.uitnet.testing.smartfwk.ui.core.events.InputEvent
-
Uses of InputEvent in org.uitnet.testing.smartfwk.ui.core.actions
Methods in org.uitnet.testing.smartfwk.ui.core.actions that return InputEvent Modifier and Type Method Description InputEventInputAction. getEvent()Constructors in org.uitnet.testing.smartfwk.ui.core.actions with parameters of type InputEvent Constructor Description InputAction(UIObject item, InputEvent event) -
Uses of InputEvent in org.uitnet.testing.smartfwk.ui.core.events
Subclasses of InputEvent in org.uitnet.testing.smartfwk.ui.core.events Modifier and Type Class Description classKeyboardEventclassMouseEvent -
Uses of InputEvent in org.uitnet.testing.smartfwk.ui.core.objects
Methods in org.uitnet.testing.smartfwk.ui.core.objects with parameters of type InputEvent Modifier and Type Method Description <EVENTNAME>
voidUIObjectValidator. performAction(InputEvent<EVENTNAME> event, int numRetries) -
Uses of InputEvent in org.uitnet.testing.smartfwk.ui.core.objects.webpage
Methods in org.uitnet.testing.smartfwk.ui.core.objects.webpage that return InputEvent Modifier and Type Method Description InputEventPathItem. getEvent()Constructors in org.uitnet.testing.smartfwk.ui.core.objects.webpage with parameters of type InputEvent Constructor Description PathItem(UIObject item, InputEvent event)