-
- All Implemented Interfaces:
-
com.kaspersky.components.kautomator.component.common.actions.UiBaseActions,com.kaspersky.components.kautomator.component.common.assertions.UiBaseAssertions,com.kaspersky.components.kautomator.intercept.base.UiInterceptable
public final class UiAlertDialog extends UiBaseView<UiAlertDialog>
View for acting and asserting on default AlertDialog
-
-
Field Summary
Fields Modifier and Type Field Description private final UiButtonpositiveButtonprivate final UiButtonnegativeButtonprivate final UiButtonneutralButtonprivate final UiTextViewtitleprivate final UiTextViewmessageprivate final UiObjectInteractionDelegateview
-
Constructor Summary
Constructors Constructor Description UiAlertDialog(String packageName)
-
Method Summary
Modifier and Type Method Description final UiButtongetPositiveButton()final UiButtongetNegativeButton()final UiButtongetNeutralButton()final UiTextViewgetTitle()final UiTextViewgetMessage()final UiObjectInteractionDelegategetView()-
Methods inherited from class com.kaspersky.components.kautomator.component.dialog.UiAlertDialog
invoke -
Methods inherited from class com.kaspersky.components.kautomator.component.common.views.UiBaseView
click, doubleClick, intercept, isClickable, isDisabled, isDisplayed, isEnabled, isFocusable, isFocused, isNotClickable, isNotDisplayed, isNotFocusable, isNotFocused, isNotSelected, isSelected, longClick, reset -
Methods inherited from class com.kaspersky.components.kautomator.component.common.actions.UiBaseActions
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
UiAlertDialog
UiAlertDialog(String packageName)
-
-
Method Detail
-
getPositiveButton
final UiButton getPositiveButton()
-
getNegativeButton
final UiButton getNegativeButton()
-
getNeutralButton
final UiButton getNeutralButton()
-
getTitle
final UiTextView getTitle()
-
getMessage
final UiTextView getMessage()
-
getView
final UiObjectInteractionDelegate getView()
-
-
-
-