royd
8 years agoRegular Contributor
Since this morning getting "Microsoft JScript runtime error.", never encountered before!
Using TestComplete 12.2, Windows 7, JScript.
Since I have started using (for about 3+ months) the following, I have never had any errors. Ran the same script yesterday without any trouble!
while (Sys.WaitBrowser("iexplore").Exists) { // if browser open Sys.WaitBrowser("iexplore").Close(500); }
This morning started to have "Microsoft JScript runtime error. Object doesn't support this property or method" error at the
while (Sys.WaitBrowser("iexplore").Exists)
!
Tried several script routines, same error!
Desperately need help solving the issue.
Dave