Hi,
I am running a lot of test cases and for debugging purpose I use Global variables in order to be able to reimport a specific test case and start from failing command with all variables created in the previous steps (since if I not using Global variables all variables are lost after reimport of the test case). But I do not need to share variables between test cass so I would like to remove all Global variables manually after the last step of a test case.
Obviously there is no command which provides such functionality but I am wondering if it is possible to e.g. execute JS in order to remove Global variables. I could not find the values in the DOM so I guess all JS content is stored in the local storage of the Browser, right? Did someone know any solution for this case?
Cheers,
Uwe