Class WebPage
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.webpage.WebPage
public class WebPage extends UIObject
- Author:
- Madhav Krishna
-
Field Summary
Fields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description WebPage(UIObject webPageTitle, WebPagePath launchPath, WebPageRecognitionItems pageRecognitionItems) -
Method Summary
Modifier and Type Method Description WebPageclone()WebPagePathgetLaunchPath()WebPageRecognitionItemsgetPageRecognitionItems()StringgetReadablePath()WebPageStatusgetStatus()UIObjectgetTitle()WebPageValidatorgetValidator(WebBrowser browser, org.sikuli.script.Region region)voidsetStatus(WebPageStatus status)UIObjectupdateLocatorParameterWithValue(String paramName, String value)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Constructor Details
-
WebPage
public WebPage(UIObject webPageTitle, WebPagePath launchPath, WebPageRecognitionItems pageRecognitionItems)- Parameters:
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).
-
-
Method Details
-
getTitle
-
getLaunchPath
-
getPageRecognitionItems
-
getValidator
- Specified by:
getValidatorin classUIObject
-
getStatus
-
setStatus
-
getReadablePath
-
clone
-
updateLocatorParameterWithValue
- Specified by:
updateLocatorParameterWithValuein classUIObject
-