public class DOMObject extends UIObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
xpath |
displayName, locatorType, uiObjectType| Constructor and Description |
|---|
DOMObject(String displayName,
String xpath) |
DOMObject(UIObjectType elemType,
String displayName,
String xpath) |
| Modifier and Type | Method and Description |
|---|---|
DOMObject |
clone() |
org.openqa.selenium.By |
getLocatorAsBy() |
String |
getLocatorAsXPath() |
DOMObjectValidator |
getValidator(WebBrowser browser,
org.sikuli.script.Region region) |
DOMObject |
updateLocatorParameterWithValue(String paramName,
String value) |
getDisplayName, getLocatorType, getTypeprotected String xpath
public DOMObject(UIObjectType elemType, String displayName, String xpath)
public String getLocatorAsXPath()
public org.openqa.selenium.By getLocatorAsBy()
public DOMObject updateLocatorParameterWithValue(String paramName, String value)
updateLocatorParameterWithValue in class UIObjectpublic DOMObjectValidator getValidator(WebBrowser browser, org.sikuli.script.Region region)
getValidator in class UIObjectCopyright © 2021. All rights reserved.