Uses of Class
org.uitnet.testing.smartfwk.ui.core.objects.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. clone()DOMObjectDOMObjectValidator. getUIObject()DOMObjectDOMObject. updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)Methods in org.uitnet.testing.smartfwk.ui.core.objects with parameters of type DOMObject Modifier and Type Method Description voidDOMObjectValidator. dragAndDrop(DOMObject target, int numRetries)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 numRetries)static StringWebElementUtil. getInputTextValue(SmartAppDriver appDriver, DOMObject domObject, int numRetries)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)