How to write a loop while in Robot Framework

后端 未结 3 764
醉梦人生
醉梦人生 2021-02-13 14:48

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

3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-13 15:20

    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

提交回复
热议问题