jose_pita
12 years agoSuper Contributor
GeneralEvents_OnUnexpectedWindow and GeneralEvents_OnOverlappingWindow
Hi There,
I have these 2 event handlers active:
GeneralEvents_OnOverlappingWindow and GeneralEvents_OnUnexpectedWindow.
Neither of them consider javascript errors in Internet explorer as a unexpected/overlapping window, TC continues running the tests until an object in unreachable... (see attached image)
I've been able to catch this popups by searching for it after each event posted on a log, but this slows down my testes considerably.
The problem with this popups is that, if I don't close it, TC keeps running until an object is not found and then the test stops, instead of just closing the popup and continue the test...
Anyone has a hint on how to make the event handlers work?
Thanks a million.
I have these 2 event handlers active:
GeneralEvents_OnOverlappingWindow and GeneralEvents_OnUnexpectedWindow.
Neither of them consider javascript errors in Internet explorer as a unexpected/overlapping window, TC continues running the tests until an object in unreachable... (see attached image)
I've been able to catch this popups by searching for it after each event posted on a log, but this slows down my testes considerably.
The problem with this popups is that, if I don't close it, TC keeps running until an object is not found and then the test stops, instead of just closing the popup and continue the test...
Anyone has a hint on how to make the event handlers work?
Thanks a million.
- No, you won't need doing this explicitly, it will be done automatically every time when Timer function is invoked.