sam649
4 years agoNew Contributor
What is the best way to reuse Keyword Test
Hi, My main project contains a utility project which contains many Keyword Tests. I would like to reuse these Keyword Tests inside my testing projects. However, I don't want to import the Keyword Te...
- 6 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.