Version 6.4.0.0.beta1, tag libreoffice-6.4.0.0.beta1
[LibreOffice.git] / uitest / ui_logger_dsl / General_commands.tx
blob5f5c404402f59c7f46953888cb4d654b3d6af331
1 /*
2     This file for the log statements that is general for all application
3     we can use it as general commands then relate it to its application
4     as we have in the starter command
5     //====================================
6     also I make set zoom to be general as it will be better
7 */
9 import type_options
11 GeneralCommand:
12     SideBar | setZoom_command | Select_command | General_type_command_on_UI_Object
14 SideBar:
15     'From SIDEBAR ' 'Choose ' '{"PANEL":' name=STRING '}'
17 setZoom_command:
18     'Set Zoom to ' zoom_value=INT
20 Select_command:
21     'Select ' '{"OBJECT":' name=STRING '}'
24 //==================================================
25 //This Part if you want to type text in any of these UI elements This will be handled with this Grammar
27 General_type_command_on_UI_Object:
28   'Type on' UI_Obj=STRING  what_to_type=Type_options 'from' parent_id=ID