ContributionsMost RecentMost LikesSolutionsRe: How can I work with IE Browser back button?Hi Jared and Alexei, I would like to click on IE7/IE8 browser back button for testing my web application. Please provide the help topic or code for this. Thanks, OTRe: Jscript does not recognize I.E MSGBoxHi Alex, It worked!! Thank you so much,Re: Jscript does not recognize I.E MSGBoxHi David, Thanks for your response. I added 20 secs waiting, it still does not recognize the msgbox warning window. Re: Jscript does not recognize I.E MSGBoxI recorded this test then run, the test failed "Cannot obtain the window class'#32770', window caption 'Windows Internet Explorer' and index -1." Please help!!!!! Jscript does not recognize I.E MSGBox I am using TC8 to generate an automation test for a web application, in the test appears a MSGBox windows. TC Jscript does not recognize the msgbox. Here is my code: page["Wait"](); var WarningWin = Sys.Process("iexplore").WaitWindow("#32770", "Windows Internet Explorer"); if(Sys.Process("iexplore").WaitWindow("#32770", "W*").Exists) { //Warning Windows. WarningWin.Window("Button", "OK").ClickButton(); } P.s: I evaluated the msgbox window, it's not exist !!!! Thanks for any help.