public abstract class UiPrompt extends UiElement
log, properties| Modifier and Type | Method and Description |
|---|---|
abstract void |
clickCancel()
Clicks Cancel button
|
abstract void |
clickCancel(String expectedText)
Clicks Cancel button if the actual prompt text is equal to expected
|
abstract void |
clickOk(String promptValue)
Clicks OK button
|
abstract void |
clickOk(String expectedText,
String promptValue)
Clicks OK button if the actual prompt text is equal to expected
|
checkTypeAndRules, getElementProperties, getElementProperty, getPropertyNamesToUseForMatch, getUiDriver, logAction, toStringpublic UiPrompt(UiDriver uiDriver)
public abstract void clickOk(String promptValue)
public abstract void clickOk(String expectedText, String promptValue)
public abstract void clickCancel()
public abstract void clickCancel(String expectedText)
Copyright © 2017 Axway Software. All rights reserved.