HI!
I am having trouble recording actions in a pop-up window for a windows application. The pop-up window is launched during execution when the user clicks a button. During recording the steps seem to be recorded properly, but when executing the test an element not found error occurs. The window doesn't seem to appear in the images of the fail report and the elements of the pop-up window don't seem to be found in the DOM explorer. The window also doesn't seem to be launched as a separate process. If it helps I think the application that I'm testing is very old or parts of it are running very old code (possibly VB6). I'm not sure if this error is due to compatibility or if I am missing a simple step. I was wondering if anyone knew how to fix this. If more details are needed let me know. Thank you so much!
Hi William,
The issue you describe seems to be related to this bug.
As a workaround until a fix is implemented, I would suggest adding an Execution Delay step before the failing step. Several seconds should be enough.