Class TextBoxSD
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.textbox.TextBox
org.uitnet.testing.smartfwk.ui.standard.domobj.TextBoxSD
public class TextBoxSD extends TextBox
- 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 TextBoxSDaddPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)TextBoxSDaddPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)UIObjectclone()LocatorgetLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)Map<String,Locator>getPlatformLocators()TextBoxValidatorSDgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)TextBoxValidatorSDgetValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)TextBoxSDupdateLocatorParameterWithValue(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
-
TextBoxSD
-
TextBoxSD
-
TextBoxSD
-
-
Method Details
-
addPlatformLocatorForNativeApp
public TextBoxSD addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue) -
addPlatformLocatorForWebApp
public TextBoxSD addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue) -
getValidator
- Specified by:
getValidatorin classTextBox
-
getValidator
public TextBoxValidatorSD getValidator(SmartCucumberUiScenarioContext scenarioContext, org.sikuli.script.Region region)- Specified by:
getValidatorin classTextBox
-
getLocator
public Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
getPlatformLocators
-
clone
-
updateLocatorParameterWithValue
public TextBoxSD updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-