Uses of Class
org.uitnet.testing.smartfwk.ui.core.objects.DOMObject
-
Packages that use DOMObject Package Description org.uitnet.testing.smartfwk.ui.core.objects org.uitnet.testing.smartfwk.ui.core.utils -
-
Uses of DOMObject in org.uitnet.testing.smartfwk.ui.core.objects
Methods in org.uitnet.testing.smartfwk.ui.core.objects that return DOMObject Modifier and Type Method Description DOMObjectDOMObject. addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)DOMObjectDOMObject. addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)DOMObjectDOMObject. clone()DOMObjectDOMObjectValidator. getUIObject()DOMObjectDOMObject. updateLocatorParameterWithValue(String paramName, String paramValue)Methods in org.uitnet.testing.smartfwk.ui.core.objects with parameters of type DOMObject Modifier and Type Method Description DOMObjectValidatorDOMObjectValidator. dragAndDrop(DOMObject target, int maxIterationsToLocateElements)Constructors in org.uitnet.testing.smartfwk.ui.core.objects with parameters of type DOMObject Constructor Description DOMObjectValidator(SmartAppDriver appDriver, DOMObject domObject, org.sikuli.script.Region region) -
Uses of DOMObject in org.uitnet.testing.smartfwk.ui.core.utils
Methods in org.uitnet.testing.smartfwk.ui.core.utils with parameters of type DOMObject Modifier and Type Method Description static StringWebElementUtil. getElementText(SmartAppDriver appDriver, DOMObject domObject, int maxIterationsToLocateElements)static StringWebElementUtil. getInputTextValue(SmartAppDriver appDriver, DOMObject domObject, int maxIterationsToLocateElements)static booleanWebElementUtil. isElementDisabled(SmartAppDriver appDriver, DOMObject domObject)static booleanWebElementUtil. isElementDisabledButNotReadonly(SmartAppDriver appDriver, DOMObject domObject)static booleanWebElementUtil. isElementReadonly(SmartAppDriver appDriver, DOMObject domObject)static booleanWebElementUtil. isElementSelected(SmartAppDriver appDriver, DOMObject domObject)static booleanWebElementUtil. isElementVisible(SmartAppDriver appDriver, DOMObject domObject)
-