Class ButtonSD
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.button.Button
org.uitnet.testing.smartfwk.ui.standard.domobj.ButtonSD
public class ButtonSD extends Button
- 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 ButtonSDaddPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue)ButtonSDaddPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue)UIObjectclone()LocatorgetLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType)Map<String,Locator>getPlatformLocators()ButtonValidatorSDgetValidator(SmartAppDriver appDriver, org.sikuli.script.Region region)ButtonSDupdateLocatorParameterWithValue(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
-
ButtonSD
-
ButtonSD
-
ButtonSD
-
-
Method Details
-
addPlatformLocatorForNativeApp
public ButtonSD addPlatformLocatorForNativeApp(PlatformType platform, LocateBy locateBy, String locatorValue) -
addPlatformLocatorForWebApp
public ButtonSD addPlatformLocatorForWebApp(PlatformType platform, WebBrowserType browserType, LocateBy locateBy, String locatorValue) -
getValidator
- Specified by:
getValidatorin classButton
-
getLocator
public Locator getLocator(PlatformType platform, ApplicationType appType, WebBrowserType browserType) -
getPlatformLocators
-
clone
-
updateLocatorParameterWithValue
public ButtonSD updateLocatorParameterWithValue(AppConfig appConfig, String paramName, String paramValue)- Specified by:
updateLocatorParameterWithValuein classUIObject
-