Loop to compare countdown timer to 00:00

I would write a while loop with inside

  1. a Pause of a few seconds or so (so it does not run crazy)
  2. a xPathCount of the “time value” that would return 1 once the “00:00” is found
  3. Assign that value to a variable that you can use to exit your while loop (if PathCountVariable > 0)

Hope that helps

1 Like