heidi_n
11 years agoRegular Contributor
How to fix Warning "Simulating the ESC keystroke to close the unexpected window."?
How can I fix this warning? Warning "Simulating the ESC keystroke to close the unexpected window." Additional Info: Aliases.browser.Window("#32770", "Internet Explorer 11", 1) Run Browse...
- 11 years agoUsually this msg comes whie handling unexpected window.
If you go to tools/current project properties in menu and click on play back in right panel
You may have ticked press Esc in "On unexpected window"
The problem is your test having some other window, not related to what is being testing at that moment.
So check,
1) the previous windows are properly closed
2) your test designe to give enough time to close previous windows/pages
3) some pop up window came which u didn't handle in test