Add "break loop if element exists" option.
I'd like to be able to do an operation in a loop, then break the loop if the operation succeeds. For example, I'd like a flow that says "try to log in. If this succeeds (which I can check by finding an element on the success page), break the loop ...