public class ImageObject extends UIObject
| Modifier and Type | Field and Description |
|---|---|
protected String |
image |
displayName, locatorType, uiObjectType| Constructor and Description |
|---|
ImageObject(UIObjectType elemType,
String displayName,
String image) |
| Modifier and Type | Method and Description |
|---|---|
UIObject |
clone() |
String |
getImage() |
ImageObjectValidator |
getValidator(SmartAppDriver appDriver,
org.sikuli.script.Region region) |
ImageObject |
updateLocatorParameterWithValue(AppConfig appConfig,
String paramName,
String paramValue) |
getDisplayName, getLocatorType, getTypeprotected String image
public ImageObject(UIObjectType elemType, String displayName, String image)
public ImageObjectValidator getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
getValidator in class UIObjectpublic String getImage()
public ImageObject updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)
updateLocatorParameterWithValue in class UIObjectCopyright © 2021. All rights reserved.