I make my first simple test case, and I have one problem.
Is it possible write a loop in Robot Framework?
I want to retrieve the value from the address and the a
As the above answer said, Robot doesn't support native WHILE loop. But this one may help if you insist. https://github.com/robotframework/robotframework/issues/3235