Class HtmlAlert
- java.lang.Object
-
- com.axway.ats.uiengine.elements.UiElement
-
- com.axway.ats.uiengine.elements.UiAlert
-
- com.axway.ats.uiengine.elements.html.HtmlAlert
-
- Direct Known Subclasses:
HiddenHtmlAlert,RealHtmlAlert
public abstract class HtmlAlert extends UiAlert
An HTML Alert. Only one alert can be present at a time.
-
-
Field Summary
-
Fields inherited from class com.axway.ats.uiengine.elements.UiElement
log, properties
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidclickOk(String expectedAlertText)abstract voidverifyProcessed()-
Methods inherited from class com.axway.ats.uiengine.elements.UiElement
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toString
-
-