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>platFormLocatorsFields 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
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(SmartAppDriver appDriver, org.sikuli.script.Region region)ComboBoxValidatorSDgetValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)ComboBoxSDupdateLocatorParameterWithValue(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
-
ComboBoxSD
-
ComboBoxSD
-
ComboBoxSD
-
-
Method Details
-
addPlatformLocatorForNativeApp
public ComboBoxSD addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue) -
addPlatformLocatorForWebApp
public ComboBoxSD addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue) -
getValidator
- Specified by:
getValidatorin classComboBox
-
getValidator
public ComboBoxValidatorSD getValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)- Specified by:
getValidatorin classComboBox
-
getLocator
public Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
getPlatformLocators
-
clone
-
updateLocatorParameterWithValue
public ComboBoxSD updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-