Is there any possibility to leave dev tools (inspector) opened during a robot test run?
I included a manual step into my "semi-automated" test in which I open the dev tools (F12), but after click on PASS for the Execute Manual Step other automated steps follow and the dev tool is immediately automatically closed.
Just overview of the structure of my test:
Semi-automated robot test
do some automated steps
execute manual step open developers console
do some other automated steps
execute manual step check something in dev console
I have no idea how to handle the dev tools during robot test. Even if I open the dev tool in separate window during the manual step, it is still closed during automated steps...
Thanks for any idea :-)
