Class WebElementUtil

java.lang.Object
org.uitnet.testing.smartfwk.ui.core.utils.WebElementUtil

public class WebElementUtil
extends Object
Author:
Madhav Krishna
  • Method Details

    • isElementDisabled

      public static boolean isElementDisabled​(SmartAppDriver appDriver, DOMObject domObject)
    • isElementDisabledButNotReadonly

      public static boolean isElementDisabledButNotReadonly​(SmartAppDriver appDriver, DOMObject domObject)
    • isElementReadonly

      public static boolean isElementReadonly​(SmartAppDriver appDriver, DOMObject domObject)
    • isElementVisible

      public static boolean isElementVisible​(SmartAppDriver appDriver, DOMObject domObject)
    • isElementSelected

      public static boolean isElementSelected​(SmartAppDriver appDriver, DOMObject domObject)
    • getElementText

      public static String getElementText​(SmartAppDriver appDriver, DOMObject domObject, int maxIterationsToLocateElements)
    • getInputTextValue

      public static String getInputTextValue​(SmartAppDriver appDriver, DOMObject domObject, int maxIterationsToLocateElements)