Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / uitest / ui_logger_dsl / General_commands.tx
blob2be59ce75f1a8a5ba531662363753baf690f779a
1 /*
2     This file is for the log statements that are general for all applications.
3     We can use them as general rules for commands and relate them to the
4     applications found in starter_commands.tx
5     Zoom is also general as it is better to treat it that way.
6 */
8 import type_options
10 GeneralCommand:
11     SideBar | setZoom_command | Select_command | General_type_command_on_UI_Object
13 SideBar:
14     'From SIDEBAR ' 'Choose ' '{"PANEL":' name=STRING '}'
16 setZoom_command:
17     'Set Zoom to ' zoom_value=INT
19 Select_command:
20     'Select ' '{"OBJECT":' name=STRING '}'
23 // This part is for typing text in any of these UI elements
25 General_type_command_on_UI_Object:
26   'Type on' UI_Obj=STRING  what_to_type=Type_options 'from' parent_id=ID