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