Class ComboBoxSD
- java.lang.Object
-
- org.uitnet.testing.smartfwk.ui.core.objects.UIObject
-
- org.uitnet.testing.smartfwk.ui.core.objects.combobox.ComboBox
-
- org.uitnet.testing.smartfwk.ui.standard.domobj.ComboBoxSD
-
public class ComboBoxSD extends ComboBox
- Author:
- Madhav Krishna
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Locator>platFormLocators-
Fields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType
-
-
Constructor Summary
Constructors Constructor Description ComboBoxSD(String displayName)ComboBoxSD(String displayName, String xpath)ComboBoxSD(String displayName, Map<String,Locator> platFormLocators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComboBoxSDaddPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)ComboBoxSDaddPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)UIObjectclone()LocatorgetLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)Map<String,Locator>getPlatformLocators()ComboBoxValidatorSDgetValidator(SmartCucumberScenarioContext scenarioContext, org.sikuli.script.Region region)ComboBoxValidatorSDgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)ComboBoxSDupdateLocatorParameterWithValue(String paramName, String paramValue)-
Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
-
-
-
Method Detail
-
addPlatformLocatorForNativeApp
public ComboBoxSD addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)
-
addPlatformLocatorForWebApp
public ComboBoxSD addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)
-
getValidator
public ComboBoxValidatorSD getValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)
- Specified by:
getValidatorin classComboBox
-
getValidator
public ComboBoxValidatorSD getValidator(SmartCucumberScenarioContext scenarioContext, org.sikuli.script.Region region)
- Specified by:
getValidatorin classComboBox
-
getLocator
public Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)
-
updateLocatorParameterWithValue
public ComboBoxSD updateLocatorParameterWithValue(String paramName, String paramValue)
- Specified by:
updateLocatorParameterWithValuein classUIObject
-
-