Hi,
I cannot figure this out myself. I have a long test process that opens several webpages checks for the elements using App State activity.
I look for the specific word. If I find the word on any of the the pages. I would like to stop the process from continuing. Lets say I found word on the 2 nd page, then rest 5 pages should not open.
I cannot figure out how to do that with StudioX.
With Studio I would use element exists and then use If and then would throw process to the catch phase, or kill the loop (if that would be loop process) but I canot do the with App State.
App State provides 2 options and there is no throw