satya283Occasional Contributor15 years agoHow do I wait for a Window to gets closed?I have a Window Object. After doing some operation on the window, I need to wait until the window gets closed. How to do this? I am using Testcomplete 6 with JScript
AlexKarasCommunity Hero15 years agoHi Satya,Something like this (pseudo-code):winObj.Close();while winObj.Exists Delay(500);
Recent DiscussionsSend Request Operation - Response Body?Elements detected, clicked in wrong location with ChromeLatency and Device Disconnect Issues in Test Complete Mobile Testing
Related ContentOpen Powershell window and wait for commandWaiting for a window to close functionality. Jscript or keyword test.Script To Automatically Close 'Active' Window