Class HiddenHtmlLink
- 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.hiddenbrowser.HiddenHtmlLink
-
public class HiddenHtmlLink extends HtmlLink
An HTML Link- See Also:
HiddenHtmlElement
-
-
Field Summary
-
Fields inherited from class com.axway.ats.uiengine.elements.UiElement
log, properties
-
-
Constructor Summary
Constructors Constructor Description HiddenHtmlLink(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
-
HiddenHtmlLink
public HiddenHtmlLink(UiDriver uiDriver, UiElementProperties properties)
-
-
Method Detail
-
clickAndDownloadFile
public void clickAndDownloadFile()
Click link and download file- Specified by:
clickAndDownloadFilein classHtmlLink
-
-