ContributionsMost RecentMost LikesSolutionsRe: How to Handle Unexpected Window Hi Shane, thanks for the reply, but it still cannot handle my pop-up. Do I need to add the Event Handler to execution plan if I have more than one keyword test? And is it related to Playback > On error in project settings as I have saw some documentation which mentioned about this? Thanks. 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. Re: OCR Action That works! Thanks mikef OCR Action Hi, I'm using OCR action to perform click on certain buttons. However, may I know can I skip the first recognized text as some of my buttons consist the same word. eg. There are two buttons: Exit & Exit Now, how do I use OCR action to click on Exit when it will automatically click Exit Now button? Thanks. SolvedRe: Delete Folder error Hi, thanks for the reply. Yes the "folderpath" is declared before aqFileSystem. Delete Folder error Hi, I try to delete a non-empty folder but it says "No folders that correspond to folder path" Here is my code: function Deletingfolder() { aqFileSystem.DeleteFolder("folderpath",true); } Solved