Class DOMObject
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.DOMObject
public class DOMObject extends UIObject
- Author:
- Madhav Krishna
-
Field Summary
Fields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
-
Method Summary
Modifier and Type Method Description DOMObjectclone()org.openqa.selenium.BygetLocatorAsBy()StringgetLocatorAsXPath()DOMObjectValidatorgetValidator(WebBrowser browser, org.sikuli.script.Region region)DOMObjectupdateLocatorParameterWithValue(String paramName, String value)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
xpath
-
-
Constructor Details
-
DOMObject
-
DOMObject
-
-
Method Details
-
getLocatorAsXPath
-
getLocatorAsBy
public org.openqa.selenium.By getLocatorAsBy() -
updateLocatorParameterWithValue
- Specified by:
updateLocatorParameterWithValuein classUIObject
-
getValidator
- Specified by:
getValidatorin classUIObject
-
clone
-