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