Class InputActions

java.lang.Object
org.uitnet.testing.smartfwk.ui.core.actions.InputActions

public class InputActions
extends Object
Author:
Madhav Krishna
  • Constructor Details

    • InputActions

      public InputActions​(String name, WebPage webPage)
  • Method Details

    • getName

      public String getName()
    • append

      public InputActions append​(InputAction action)
    • getActions

      public List<InputAction> getActions()
    • getActionHandler

      public InputActionHandler getActionHandler​(WebBrowser browser)
    • getWebPage

      public WebPage getWebPage()
    • setWebPage

      public void setWebPage​(WebPage webPage)
    • appendPageRecognitionItem

      public InputActions appendPageRecognitionItem​(UIObject item)
    • getPageRecognitionItems

      public List<UIObject> getPageRecognitionItems()
    • getReadablePath

      public String getReadablePath()
    • getExpectedWebPage

      public WebPage 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: