Class WebElementUtil


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

      • isElementDisabledButNotReadonly

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

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

        public static String getInputTextValue​(SmartAppDriver appDriver,
                                               org.openqa.selenium.WebElement webElem)