public class HyperlinkSD extends Hyperlink
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Locator> |
platFormLocators |
displayName, locatorType, uiObjectType| Constructor and Description |
|---|
HyperlinkSD(String displayName) |
HyperlinkSD(String displayName,
Map<String,Locator> platFormLocators) |
HyperlinkSD(String displayName,
String xpath) |
| Modifier and Type | Method and Description |
|---|---|
HyperlinkSD |
addPlatformLocatorForNativeApp(PlatformType platform,
LocateBy locateBy,
String locatorValue) |
HyperlinkSD |
addPlatformLocatorForWebApp(PlatformType platform,
WebBrowserType browserType,
LocateBy locateBy,
String locatorValue) |
UIObject |
clone() |
Locator |
getLocator(PlatformType platform,
ApplicationType appType,
WebBrowserType browserType) |
Map<String,Locator> |
getPlatformLocators() |
HyperlinkValidatorSD |
getValidator(SmartAppDriver appDriver,
org.sikuli.script.Region region) |
HyperlinkSD |
updateLocatorParameterWithValue(AppConfig appConfig,
String paramName,
String paramValue) |
getDisplayName, getLocatorType, getTypepublic HyperlinkSD(String displayName)
public HyperlinkSD addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)
public HyperlinkSD addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)
public HyperlinkValidatorSD getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
getValidator in class Hyperlinkpublic Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)
public HyperlinkSD updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)
updateLocatorParameterWithValue in class UIObjectCopyright © 2021. All rights reserved.