Class RealHtmlLink
- java.lang.Object
-
- com.axway.ats.uiengine.elements.UiElement
-
- com.axway.ats.uiengine.elements.UiLink
-
- com.axway.ats.uiengine.elements.html.HtmlLink
-
- com.axway.ats.uiengine.elements.html.realbrowser.RealHtmlLink
-
public class RealHtmlLink extends HtmlLink
An HTML Link- See Also:
RealHtmlElement
-
-
Field Summary
-
Fields inherited from class com.axway.ats.uiengine.elements.UiElement
log, properties
-
-
Constructor Summary
Constructors Constructor Description RealHtmlLink(UiDriver uiDriver, UiElementProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclick()Click the linkvoidclickAndDownloadFile()Click link and download file-
Methods inherited from class com.axway.ats.uiengine.elements.UiElement
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toString
-
-
-
-
Constructor Detail
-
RealHtmlLink
public RealHtmlLink(UiDriver uiDriver, UiElementProperties properties)
-
-
Method Detail
-
clickAndDownloadFile
public void clickAndDownloadFile()
Click link and download file- Specified by:
clickAndDownloadFilein classHtmlLink
-
-