public class DOMObject extends UIObject
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Locator> |
platFormLocators |
displayName, locatorType, uiObjectType| Constructor and Description |
|---|
DOMObject(String displayName,
String xpath) |
DOMObject(UIObjectType elemType,
String displayName,
Map<String,Locator> platFormLocators) |
DOMObject(UIObjectType elemType,
String displayName,
String xpath) |
| Modifier and Type | Method and Description |
|---|---|
DOMObject |
clone() |
Locator |
getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
Map<String,Locator> |
getPlatformLocators() |
DOMObjectValidator |
getValidator(SmartAppDriver appDriver,
org.sikuli.script.Region region) |
DOMObject |
updateLocatorParameterWithValue(AppConfig appConfig,
String paramName,
String paramValue) |
getDisplayName, getLocatorType, getTypepublic DOMObject(UIObjectType elemType, String displayName, String xpath)
public DOMObject(UIObjectType elemType, String displayName, Map<String,Locator> platFormLocators)
public Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)
public DOMObject updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)
updateLocatorParameterWithValue in class UIObjectpublic DOMObjectValidator getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
getValidator in class UIObjectCopyright © 2021. All rights reserved.