I use RoboMaker to check on several unrealted web pages, from within the same robot. Each page is independent, and I use branches in my robot to achieve that.
In case there is an error on a page (tag not found for example), at everystep I specify Error handling: Own Error: "Ignore and Skip Branch".
After some time, some branches make an error. I would like to have a report from OpenKapow to know if I have any robot with broken branches and which branches are broken, so I can edit the robots and fix them.
Could you offer such a service?
The only alternative I have now is to open robots 1 by 1 and check with the debugger each branch separately, which is a big time waister. I wished I could be informed of the branches that fail.