I have a problem with selenium IDE, I need it to iterate over a list that has 2 values (for example username and password). I saw a section on selenium IDE's website for iterating over a collection but it does not seem to work for me: https://www.selenium.dev/selenium-ide/docs/en/introduction/control-flow
These are the 2 versions I tried, in the first one I tried to make a list but I am not sure I did correctly. In the 2 nd version of the code I try iterating over the 2nd list using array position (${MyArray}[0]}, it only works when the value is a number, when I try to replace it with ${count} it does not work anymore.
Any idea what I can do? Any help would be appreciated?