Class WebPageTitleSD
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.label.Label
org.uitnet.testing.smartfwk.ui.standard.domobj.WebPageTitleSD
public class WebPageTitleSD extends Label
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Locator>platFormLocatorsFields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description WebPageTitleSD(String displayName)WebPageTitleSD(String displayName, String xpath)WebPageTitleSD(String displayName, Map<String,Locator> platFormLocators) -
Method Summary
Modifier and Type Method Description WebPageTitleSDaddPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)WebPageTitleSDaddPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)UIObjectclone()LocatorgetLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)Map<String,Locator>getPlatformLocators()WebPageTitleValidatorSDgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)WebPageTitleSDupdateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
platFormLocators
-
-
Constructor Details
-
WebPageTitleSD
-
WebPageTitleSD
-
WebPageTitleSD
-
-
Method Details
-
addPlatformLocatorForNativeApp
public WebPageTitleSD addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue) -
addPlatformLocatorForWebApp
public WebPageTitleSD addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue) -
getValidator
public WebPageTitleValidatorSD getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)- Specified by:
getValidatorin classLabel
-
getLocator
public Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
getPlatformLocators
-
clone
-
updateLocatorParameterWithValue
public WebPageTitleSD updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-