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(WebBrowser browser,
org.sikuli.script.Region region) |
ImageObject |
updateLocatorParameterWithValue(String paramName,
String value) |
getDisplayName, getLocatorType, getTypeprotected String image
public ImageObject(UIObjectType elemType, String displayName, String image)
public ImageObjectValidator getValidator(WebBrowser browser, org.sikuli.script.Region region)
getValidator in class UIObjectpublic String getImage()
public ImageObject updateLocatorParameterWithValue(String paramName, String value)
updateLocatorParameterWithValue in class UIObjectCopyright © 2021. All rights reserved.