Interface DialogHandle
- All Superinterfaces:
UiContainer
- All Known Subinterfaces:
AlertHandle, CreateUserDialogHandle, LanguageSelectionDialogHandle, PasswordDialogHandle, RunningProcessesDialogHandle
Handle for a modal
JDialog. Concrete dialog handles add their own actions.
Reach this handle via Session.dialog(DialogMatcher).
-
Method Summary
Modifier and TypeMethodDescriptionvoidClick the title-bar window-close button.getTitle()The dialog's title-bar text.Methods inherited from interface UiContainer
dumpAsString, saveScreenshot
-
Method Details
-
getTitle
The dialog's title-bar text. -
clickWindowClose
void clickWindowClose()Click the title-bar window-close button.
-