Hi, there are several ways to pass more than 3 values (variables) to the UI.Vision Selenium IDE. I know these options:
-
${!cmd_var1}, ${!cmd_var2}, ${!cmd_var3} => only 3 possible, as you mentioned
-
Send values in a string e. g. “value1XXXvalue2XXXvalue3XXX…” in ${!cmd_var1} and split the string.
-
Store values in CSV file and read the CSV in the macro. <= for lots values that is the best options.