unfortunately me again.
Our application while creating new request sometimes (1 out of 10-20 times) shows popup window with error and button "close".
It is fixable from programmer point of view but fixing this would cost company a lot of money so decision is to go with it

Story starts here where I have to create automation tests. Maybe I could wait for that window and invoke ensure visiblity and then press "close" button on that window.
The main problem here is that; Whenever this window pops up some action is not saved and I need to go back 3 steps in that particular test case to perform them again (these 3 steps).
My question: Is there any way in Ranorex to do that? To force Ranorex of knowing when this window pops up to click "close" button and go back 3 steps and perform them again

Thanks for any help,
and sorry for long post
