summaryrefslogtreecommitdiff
path: root/uitest/ui_logger_dsl/General_commands.tx
blob: 1eb15f17733dffee4999633abcc67a5b7bb2e8c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
    This file for the log statments that is general for all application
    we can use it as general commands then relate it to its application 
    as we have starter command
    //====================================
    also I make set zoom to be general as it will be better
*/ 
GeneralCommand:
    SideBar | setZoom_command | Select_command
;
SideBar:
    'From SIDEBAR ' 'Choose ' '{"PANEL":' name=STRING '}'
;
setZoom_command:
    'Set Zoom to ' zoom_value=INT
;
Select_command:
    'Select ' '{"OBJECT":' name=STRING '}'
;