Could we please have an activity of “Element NOT exist”? It’s quite useful to use with “Retry scope” activity.
Thanks!
S.
@lakshman & @ashley11: There’s no Reply bttn for me, so I am editing here.
I would like to use “Element NOT exist” activity in the “Condition” section of a “Retry scope” activity = Retry some activity until the element in “Element NOT exist” activity not existing.
@ashley11: My idea is that: For example: I would like robot to keep clicking to a button (eg 3 times) until a popup is not existing. Without using Retry scope: if I use “Wait Image/Element vanish” or “Element exist” activity, I need to put these activities in a Flowchart, then use “Flow decision”/“If” activity, create a variable to know if the popup is still existing or not.
So, instead of using many steps above, if we have an “Element NOT existing” activity, I can simply put the activity to the “Condition” section and put the “Click” activity to the “Action” section of a “Retry scope” .