I want to ask whether it is possible to use for-loop or while-loop together with splinter and lettuce BBD test.
One of my scenario is that: I want to loop a table and change each entry status until all entries status are changed. I can change one entry status and go back to the table. How can I do it in a loop? Thanks.