GradyJr
5 years agoContributor
iexplore main window not found and RPC server unavailable
This post is actually about two issues. I doubt the second one has anything to do with TestComplete but thought someone here might have seen it and be able to comment on it and both appear in the ima...
- 5 years ago
As BenoitB , there could be an iexplore process running in your Windows environment that doesn't have a UI... this is a pain in my side with regards to iexplore.. even when you close the browser manually, sometimes that process remains memory resident. So, your WaitBrowser process FOUND the browser... but couldn't call the "Close" command because there was no window to close.
What I've taken to doing is, rather than attempting the "Close", I'd actually use "Terminate" to kill the process entirely.