Forum Discussion
pradeep_kamatha
12 years agoContributor
Hi Sarma,
I recommend to kill your firefox browser instance and run your application. Ideally browser should open another instance even though it has opened already. Since your browser is alrady opened check this process should run under object browser "Sys.Process("firefox") " . Kill this process with the following steps.
1. Right click on the process
2. Click on the Terminate process ( firefox will be killed)
Then re run your test.
I recommend to kill your firefox browser instance and run your application. Ideally browser should open another instance even though it has opened already. Since your browser is alrady opened check this process should run under object browser "Sys.Process("firefox") " . Kill this process with the following steps.
1. Right click on the process
2. Click on the Terminate process ( firefox will be killed)
Then re run your test.