EspDialog.Spec| Constructor and Description |
|---|
EspSupportAlertDialog(EspDialog.Spec spec)
Create new instance with given specification.
|
EspSupportAlertDialog(EspSupportAlertDialog template)
Create new instance based on given element matcher.
|
| Modifier and Type | Method and Description |
|---|---|
static EspSupportAlertDialog |
build()
Create new element instance.
|
static EspDialog.Spec |
spec()
Deprecated.
Currently not supported please use a different element creator.
|
byId, cancelButton, confirmButton, denyButton, dismiss, message, titleassertIsDisabled, assertIsDisplayedOnScreen, assertIsEnabled, assertIsHidden, assertIsNotSelected, assertIsPartiallyDisplayedOnly, assertIsPartiallyDisplayedOnScreen, assertIsSelected, assertIsVisible, assertNotExist, baseMatcher, byAll, click, createMatcherList, doubleClick, findView, findView, longClick, swipeDown, swipeUppublic EspSupportAlertDialog(EspDialog.Spec spec)
Create new instance with given specification.
spec - Dialog specification for common buttons and text views.public EspSupportAlertDialog(EspSupportAlertDialog template)
Create new instance based on given element matcher.
template - Pre configured element matcher.public static EspSupportAlertDialog build()
Create new element instance.
@Deprecated public static EspDialog.Spec spec()