ContributionsMost RecentMost LikesSolutionsIntial run passes, object not recognized in subsequent runsI was not able to find this question being asked previously -- I apologize in advance if I missed it. I have a script which passes on the initial run and successfully closes out the browser window at the end (IE). When I attempt to run it a second time, however, it is unable to recognize an object in the first function (Windows Security login dialog - unchanged from the first run). If I close TestComplete and restart it however, the object is recognized and the test completes successfully. I am not sure why closing and reopening TestComplete would make a difference. I have a theory that it might be because of a global variable I'm using, but have not been able to figure out which one or why. Does anyone have any tips on how to troubleshoot further, or ideas of any other factors/settings that might be involved? Thanks in advance.Re: "Windows Security" dialog not recognized during playbackNishnatha, the box you mention is not ticked. Helen, changing the code as you suggested seems to have fixed the issue. Thank you both for the responses!"Windows Security" dialog not recognized during playbackI am a new user and I apologize if this has come up before. I am attempting to record Jscript as I log into a website (the name of the website is changed for this example). 1. In IE 8, navigate to www.test.com. 2. "Windows Security" pop-up appears and I enter my credentials. 3. I am logged into the website. 4. I close the browser window. All of these steps are recorded, including my username and password. The Windows Security dialog is recognized during the recording. But when I play it back, the Windows Security dialog is never recognized. It hangs on "Navigating to www.test.com". I found one other thread where the following advice is given: "I successfully expose Windows Security dialogs after adding the "DirectUIHWND" class name to the list of accepted windows on my Windows 7 system." I performed these steps, but this did not resolve the problem. In fact now I am seeing a recorded function that does not include my username and password, so I think it was a step in the wrong direction. Thanks in advance for any help.Solved