Class ListBoxSD
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.listbox.ListBox
org.uitnet.testing.smartfwk.ui.standard.domobj.ListBoxSD
public class ListBoxSD extends ListBox
- 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
-
Method Summary
Modifier and Type Method Description ListBoxSDaddPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)ListBoxSDaddPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)UIObjectclone()LocatorgetLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)Map<String,Locator>getPlatformLocators()ListBoxValidatorSDgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)ListBoxValidatorSDgetValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)ListBoxSDupdateLocatorParameterWithValue(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
-
ListBoxSD
-
ListBoxSD
-
ListBoxSD
-
-
Method Details
-
addPlatformLocatorForNativeApp
public ListBoxSD addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue) -
addPlatformLocatorForWebApp
public ListBoxSD addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue) -
getValidator
- Specified by:
getValidatorin classListBox
-
getValidator
public ListBoxValidatorSD getValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)- Specified by:
getValidatorin classListBox
-
getLocator
public Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
getPlatformLocators
-
clone
-
updateLocatorParameterWithValue
public ListBoxSD updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-