Class RadioButtonGroupSD
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.radio.RadioButtonGroup
org.uitnet.testing.smartfwk.ui.standard.domobj.RadioButtonGroupSD
public class RadioButtonGroupSD extends RadioButtonGroup
- 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 RadioButtonGroupSD(String displayName)RadioButtonGroupSD(String displayName, String xpath)RadioButtonGroupSD(String displayName, Map<String,Locator> platFormLocators) -
Method Summary
Modifier and Type Method Description RadioButtonGroupSDaddPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)RadioButtonGroupSDaddPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)UIObjectclone()LocatorgetLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)Map<String,Locator>getPlatformLocators()RadioButtonGroupValidatorSDgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)RadioButtonGroupSDupdateLocatorParameterWithValue(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
-
RadioButtonGroupSD
-
RadioButtonGroupSD
-
RadioButtonGroupSD
-
-
Method Details
-
addPlatformLocatorForNativeApp
public RadioButtonGroupSD addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue) -
addPlatformLocatorForWebApp
public RadioButtonGroupSD addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue) -
getValidator
public RadioButtonGroupValidatorSD getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)- Specified by:
getValidatorin classRadioButtonGroup
-
getLocator
public Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
getPlatformLocators
-
clone
-
updateLocatorParameterWithValue
public RadioButtonGroupSD updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-