Class HyperlinkSI
java.lang.Object
org.uitnet.testing.smartfwk.ui.core.objects.UIObject
org.uitnet.testing.smartfwk.ui.core.objects.link.Hyperlink
org.uitnet.testing.smartfwk.ui.standard.imgobj.HyperlinkSI
public class HyperlinkSI extends Hyperlink
- Author:
- Madhav Krishna
-
Field Summary
Fields Modifier and Type Field Description protected StringhyperlinkImgprotected ObjectLocationhyperlinkImgLocationFields inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
displayName, locatorType, uiObjectType -
Constructor Summary
Constructors Constructor Description HyperlinkSI(String displayName, String hyperlinkImg, ObjectLocation hyperlinkImgLocation) -
Method Summary
Modifier and Type Method Description HyperlinkSIclone()StringgetHyperlinkImage()ObjectLocationgetHyperlinkImageLocation()HyperlinkValidatorSIgetValidator(WebBrowser browser, org.sikuli.script.Region region)HyperlinkSIupdateLocatorParameterWithValue(String paramName, String value)Methods inherited from class org.uitnet.testing.smartfwk.ui.core.objects.UIObject
getDisplayName, getLocatorType, getType
-
Field Details
-
hyperlinkImg
-
hyperlinkImgLocation
-
-
Constructor Details
-
HyperlinkSI
-
-
Method Details
-
getHyperlinkImage
-
getHyperlinkImageLocation
-
getValidator
- Specified by:
getValidatorin classHyperlink
-
clone
-
updateLocatorParameterWithValue
- Specified by:
updateLocatorParameterWithValuein classUIObject
-