public class WebPage extends UIObject
displayName, locatorType, uiObjectType| Constructor and Description |
|---|
WebPage(UIObject webPageTitle,
WebPagePath launchPath,
WebPageRecognitionItems pageRecognitionItems) |
| Modifier and Type | Method and Description |
|---|---|
WebPage |
clone() |
WebPagePath |
getLaunchPath() |
WebPageRecognitionItems |
getPageRecognitionItems() |
String |
getReadablePath() |
WebPageStatus |
getStatus() |
UIObject |
getTitle() |
WebPageValidator |
getValidator(WebBrowser browser,
org.sikuli.script.Region region) |
void |
setStatus(WebPageStatus status) |
UIObject |
updateLocatorParameterWithValue(String paramName,
String value) |
getDisplayName, getLocatorType, getTypepublic WebPage(UIObject webPageTitle, WebPagePath launchPath, WebPageRecognitionItems pageRecognitionItems)
webPageTitle - Page titlelaunchPath - The launchPath is a path to locate the web page by performing
certain operations.pageRecognitionItems - Parameters used to recognize the web page once after the page
is being opened by performing certain operations (that are
associated with launchPath).public UIObject getTitle()
public WebPagePath getLaunchPath()
public WebPageRecognitionItems getPageRecognitionItems()
public WebPageValidator getValidator(WebBrowser browser, org.sikuli.script.Region region)
getValidator in class UIObjectpublic WebPageStatus getStatus()
public void setStatus(WebPageStatus status)
public String getReadablePath()
public UIObject updateLocatorParameterWithValue(String paramName, String value)
updateLocatorParameterWithValue in class UIObjectCopyright © 2021. All rights reserved.