Skip to content

Commit 2732705

Browse files
committed
- removing some ss as it is not needed
1 parent b874bd4 commit 2732705

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Framework/Built_In_Automation/Sequential_Actions/action_declarations/common.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
{ "name": "voice command response", "function": "voice_command_response", "screenshot": "none" },
3737
{ "name": "compare partial variables", "function": "Compare_Partial_Variables", "screenshot": "none" },
3838
{ "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" },
4444

4545
# Mail actions
4646
{ "name": "send mail", "function": "send_mail", "screenshot": "none" },
@@ -52,12 +52,12 @@
5252
{ "name": "remove item from global list variable", "function": "remove_item_from_global_list_variable", "screenshot": "none" },
5353

5454
# 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" },
6161
)
6262

6363
module_name = "common"

Framework/Built_In_Automation/Sequential_Actions/action_declarations/selenium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
{ "name": "navigate", "function": "Navigate", "screenshot": "web" },
2626
{ "name": "get location", "function": "get_location_of_element", "screenshot": "web" },
2727
{ "name": "validate table", "function": "validate_table", "screenshot": "web" },
28-
{ "name": "handle alert", "function": "Handle_Browser_Alert", "screenshot": "web" },
28+
{ "name": "handle alert", "function": "Handle_Browser_Alert", "screenshot": "desktop" },
2929
{ "name": "browser", "function": "Open_Browser_Wrapper", "screenshot": "web" },
3030
{ "name": "teardown", "function": "Tear_Down_Selenium", "screenshot": "web" },
3131
{ "name": "open new tab", "function": "open_new_tab", "screenshot": "web" },

0 commit comments

Comments
 (0)