Class HyperlinkSD
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.link.Hyperlink
org.uitnet.testing.smartfwk.ui.standard.domobj.HyperlinkSD
public class HyperlinkSD extends Hyperlink
- 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 HyperlinkSD(String displayName)HyperlinkSD(String displayName, String xpath)HyperlinkSD(String displayName, Map<String,Locator> platFormLocators) -
Method Summary
Modifier and Type Method Description HyperlinkSDaddPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)HyperlinkSDaddPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)UIObjectclone()LocatorgetLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)Map<String,Locator>getPlatformLocators()HyperlinkValidatorSDgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)HyperlinkValidatorSDgetValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)HyperlinkSDupdateLocatorParameterWithValue(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
-
HyperlinkSD
-
HyperlinkSD
-
HyperlinkSD
-
-
Method Details
-
addPlatformLocatorForNativeApp
public HyperlinkSD addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue) -
addPlatformLocatorForWebApp
public HyperlinkSD addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue) -
getValidator
public HyperlinkValidatorSD getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)- Specified by:
getValidatorin classHyperlink
-
getValidator
public HyperlinkValidatorSD getValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)- Specified by:
getValidatorin classHyperlink
-
getLocator
public Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
getPlatformLocators
-
clone
-
updateLocatorParameterWithValue
public HyperlinkSD updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-