summaryrefslogtreecommitdiff
path: root/uitest/ui_logger_dsl/dialog_commands.tx
blob: abe32a53a9927a166981febbb6e78113b5549ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//this file for the Dialog commands

DialogCommand:
  OpenDialog | CloseDialog
;

OpenDialog:
  'Open' dialog_name=ID
;

CloseDialog:
  'Close Dialog'
;