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