ContributionsMost RecentMost LikesSolutionsRe: How to resolve this error Window was destroyed during method execution'.??Thanks Alexei Karas. Will install Test Complete 10 on my machine. Does TestComplete 9.31 license work for version 10? Or do we need to purchase a separate License for Test Complete 10?Re: How to resolve this error Window was destroyed during method execution'.??Team, I am waiting for reply. Some one please respond. Thank youRe: How to resolve this error Window was destroyed during method execution'.??Thank you Alexei Karas. I uninstalled and installed Chrome and the issue resolved. I am still on Chrome 32. Now I dont find the issue which I have mentioned above. But now, I am facing another issue when using Keys. Example:: Sys.Browser("chrome").Page("*").Keys("ramesh"); Error:: The window with the handle 0x00000000 does not exist. Most likely, this error occurred because the tested object (window or control) or its parent object was deleted or recreated during the method call or before it. For instance, the window could be destroyed or recreated after you stored the object reference to a variable and before you called the object method through this variable. If the object is recreated, then to avoid the error, check the object's Exists property before calling the method, and if the object does not exist, obtain a reference to the new object. Can you please help me out in resolving this issue. Thank you Ramesh Re: How to resolve this error Window was destroyed during method execution'.??When I am trying to open an URL in chrome using Sys.Browser("chrome").ToUrl("www.google.com") I am getting the following JScript runtime error "Cannot find the window with handle 0" Environment: Win7 TC 9.31 Chrome 32.0 Can anyone help me in resolving this issue. Thanks Ramesh