Class InputActions
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.actions.InputActions
public class InputActions extends Object
- Author:
- Madhav Krishna
-
Constructor Summary
Constructors Constructor Description InputActions(String name, WebPage webPage) -
Method Summary
Modifier and Type Method Description InputActionsappend(InputAction action)InputActionsappendPageRecognitionItem(UIObject item)InputActionHandlergetActionHandler(WebBrowser browser)List<InputAction>getActions()WebPagegetExpectedWebPage()This method returns the expected page title only.StringgetName()List<UIObject>getPageRecognitionItems()StringgetReadablePath()WebPagegetWebPage()voidsetWebPage(WebPage webPage)
-
Constructor Details
-
InputActions
-
-
Method Details
-
getName
-
append
-
getActions
-
getActionHandler
-
getWebPage
-
setWebPage
-
appendPageRecognitionItem
-
getPageRecognitionItems
-
getReadablePath
-
getExpectedWebPage
This method returns the expected page title only. Other information will not be present. Title name will contain the whole path of the expected webpage.- Returns:
-