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