Missing a way to record "onApplicationStart" flows
Hi,
the debugging capabilities in the tool are really amazing. The way to record the execution of flows and there elements with all the input / output information are very helpful.
How ever, this is cool for flows executed by user interactions (like a click). There is unfortunately no way to record flows directly from start of the application which makes it hard to debug onApplicationStart flows.
I would like to hit the record button and then do a page refresh to record the ApplicationStart flows but the refresh button is disabled once the record is activated.
@SoftHai,
Thanks. I'll mark it as an enhancement. However, I don't know how to put it into practice yet.
I would imagine to do it somehow similar as you do it in a browser:
- Activating record (like setting the break point)
- Refresh the page and record from the first second of the application load.