xx97
3 years agoOccasional Contributor
How to Handle Unexpected Window
Hi everyone, I'm working on automated testing for my application. When I start my app with different settings, an unexpected window will appear.
I already went through all the documentation and also the questions in community, still not quite understand how OnUnexpectedWindow works, can someone help me on that?
My steps:
1. Record a keyword test for the pop up window.
2. Add an event for OnUnexpectedWindow.
3. Run the keyword test under OnUnexpectedWindow script.
Thanks a lot.