|
36 | 36 | { "name": "voice command response", "function": "voice_command_response", "screenshot": "none" }, |
37 | 37 | { "name": "compare partial variables", "function": "Compare_Partial_Variables", "screenshot": "none" }, |
38 | 38 | { "name": "save variable by list difference", "function": "save_variable_by_list_difference", "screenshot": "none" }, |
39 | | - { "name": "split string", "function": "split_string", "screenshot": "desktop" }, |
40 | | - { "name": "create/append to list or dictionary", "function": "save_into_variable", "screenshot": "desktop" }, |
41 | | - { "name": "save into variable", "function": "save_into_variable", "screenshot": "desktop" }, |
42 | | - { "name": "save length", "function": "save_length", "screenshot": "desktop" }, |
43 | | - { "name": "validate schema", "function": "validate_schema", "screenshot": "desktop" }, |
| 39 | + { "name": "split string", "function": "split_string", "screenshot": "none" }, |
| 40 | + { "name": "create/append to list or dictionary", "function": "save_into_variable", "screenshot": "none" }, |
| 41 | + { "name": "save into variable", "function": "save_into_variable", "screenshot": "none" }, |
| 42 | + { "name": "save length", "function": "save_length", "screenshot": "none" }, |
| 43 | + { "name": "validate schema", "function": "validate_schema", "screenshot": "none" }, |
44 | 44 |
|
45 | 45 | # Mail actions |
46 | 46 | { "name": "send mail", "function": "send_mail", "screenshot": "none" }, |
|
52 | 52 | { "name": "remove item from global list variable", "function": "remove_item_from_global_list_variable", "screenshot": "none" }, |
53 | 53 |
|
54 | 54 | # Excel actions |
55 | | - { "name": "write into single cell in excel", "function": "write_into_single_cell_in_excel", "screenshot": "desktop" }, |
56 | | - { "name": "run macro in excel", "function": "run_macro_in_excel", "screenshot": "desktop" }, |
57 | | - { "name": "get excel table", "function": "get_excel_table", "screenshot": "desktop" }, |
58 | | - { "name": "write into excel", "function": "excel_write", "screenshot": "desktop" }, |
59 | | - { "name": "excel comparison", "function": "excel_comparison", "screenshot": "desktop" }, |
60 | | - { "name": "read from excel", "function": "excel_read", "screenshot": "desktop" }, |
| 55 | + { "name": "write into single cell in excel", "function": "write_into_single_cell_in_excel", "screenshot": "none" }, |
| 56 | + { "name": "run macro in excel", "function": "run_macro_in_excel", "screenshot": "none" }, |
| 57 | + { "name": "get excel table", "function": "get_excel_table", "screenshot": "none" }, |
| 58 | + { "name": "write into excel", "function": "excel_write", "screenshot": "none" }, |
| 59 | + { "name": "excel comparison", "function": "excel_comparison", "screenshot": "none" }, |
| 60 | + { "name": "read from excel", "function": "excel_read", "screenshot": "none" }, |
61 | 61 | ) |
62 | 62 |
|
63 | 63 | module_name = "common" |
|
0 commit comments