Class InputActionHandler
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.actions.InputActionHandler
public class InputActionHandler extends Object
- Author:
- Madhav Krishna
-
Constructor Summary
Constructors Constructor Description InputActionHandler(WebBrowser browser, InputActions inputActions) -
Method Summary
Modifier and Type Method Description InputActionsgetInputActions()voidperformActions(org.sikuli.script.Region region, int numRetries)This method is used to open the web page only if it is not already opened.voidsetInputActions(InputActions inputActions)
-
Constructor Details
-
InputActionHandler
-
-
Method Details
-
getInputActions
-
setInputActions
-
performActions
public void performActions(org.sikuli.script.Region region, int numRetries)This method is used to open the web page only if it is not already opened.
-