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