Forum Discussion
jsc
12 years agoRegular Contributor
I might have identified the problem:
in the OnStartTestEvent all browsers are closed by terminating the processes via script.
Afterwards the Run Browser or Navigate Function is not working properly.
I disabled this script, when the browser is still open the test works fine but there is the warning, that the browser is already running.
How can I close the browser so that it is working correctly afterwards?
I checked these webpages: http://support.smartbear.com/viewarticle/59764/
But either is the browser not closed or is the process not terminated so that the browser is not started by the run browser call.
in the OnStartTestEvent all browsers are closed by terminating the processes via script.
Afterwards the Run Browser or Navigate Function is not working properly.
I disabled this script, when the browser is still open the test works fine but there is the warning, that the browser is already running.
How can I close the browser so that it is working correctly afterwards?
I checked these webpages: http://support.smartbear.com/viewarticle/59764/
But either is the browser not closed or is the process not terminated so that the browser is not started by the run browser call.