ELEMENT EXISTS Issue

I am trying to setup a sequence that will click through pop up boxes, if the element exists. The problem that i am having is after the element exists, it tries 1 more time and it take forever for the

“ELEMENT exists” to become false, which would break me out of the loop.

I tried using the timeout milliseconds, but usng this causes the pop ups to pop up too quickly.

@daryl_pressley

Try using nominal wait time like 5 seconds or so…that might be ambient and as well click if exists

Or if there is any other element which would come after the pop ups are clicked then you can use parallel activity with both the element exists which ever is found it would move forward

cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.