Skip to content

Commit f36c1ab

Browse files
initial implementation of new compare variables
1 parent b1c26f7 commit f36c1ab

File tree

2 files changed

+390
-0
lines changed

2 files changed

+390
-0
lines changed

Framework/Built_In_Automation/Sequential_Actions/action_declarations/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
{ "name": "wait disable", "function": "Wait_For_Element", "screenshot": "none" },
66
{ "name": "save text", "function": "Save_Text", "screenshot": "none" },
77
{ "name": "compare variable", "function": "Compare_Variables", "screenshot": "none" },
8+
{ "name": "compare variables", "function": "New_Compare_Variables", "screenshot": "none" },
89
{ "name": "compare list", "function": "Compare_Lists_or_Dicts", "screenshot": "none" },
910
{ "name": "compare dictionary", "function": "Compare_Lists_or_Dicts", "screenshot": "none" },
1011
{ "name": "save variable", "function": "Save_Variable", "screenshot": "none" },

0 commit comments

Comments
 (0)