KRogersX
7 months agoContributor
Thanks, Scot.
I do have a version of this that looks for all specified dialogs and attempts to manually close them. This works, but is quite slow on the .Exists check if the dialog doesn't currently exist. Also, I have no way currently to watch for system dialogs and close them.
My hope with this feature request is that SmartBear could integrate something into TestComplete that would be faster and more robust than anything I could cobble together in a script.
scot1967
Champion Level 3
7 months agoI use if(Sys.WaitProcess(appProcessName,1000).Exists) this lets me specify how long to wait.