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