- mgurusam
- Posts : 1
Join date : 2010-10-13
Getting Firefox Browser already running pop-up frequently while executing test code
Wed Oct 13, 2010 6:31 pm
Hello Experts,
I am new to selenium. Tried to execute the TestNG selenium test class in Firefox browser. Frequently I am getting the Firefox browser is already running pop-up. But no Firefox processes are logged in Task Manager. Reboot my machine, restart the eclipse IDE & Selenium server in command line but still facing the same problem.
Created the new FF profile and started the selenium server with that profile,
C:\> java -jar selenium-server.jar -fire
foxProfileTemplate "C:\Documents and Settings\user\Application Data\Mozilla\
Firefox\Profiles\selenium.default"
But still the problem is exist.
Any configuration problem with TestNG or selenium ?.
Please suggest me the steps to resolve this issue.
I am new to selenium. Tried to execute the TestNG selenium test class in Firefox browser. Frequently I am getting the Firefox browser is already running pop-up. But no Firefox processes are logged in Task Manager. Reboot my machine, restart the eclipse IDE & Selenium server in command line but still facing the same problem.
Created the new FF profile and started the selenium server with that profile,
C:\> java -jar selenium-server.jar -fire
foxProfileTemplate "C:\Documents and Settings\user\Application Data\Mozilla\
Firefox\Profiles\selenium.default"
But still the problem is exist.
Any configuration problem with TestNG or selenium ?.
Please suggest me the steps to resolve this issue.
Re: Getting Firefox Browser already running pop-up frequently while executing test code
Sat Dec 11, 2010 8:52 pm
Hi
Try to create new profile in firefox and make that one a default profile. I also faced same problem during R&D.
The reasom for that is your default file crash and now your browser not able to read it. create a new profile and make all settings which you made in default profile like bookmark and addon. After that start firefox with that profile and make it default.
Delete the non working profile and your problem will resolved.
Hope this will help you. Best of luck.
Try to create new profile in firefox and make that one a default profile. I also faced same problem during R&D.
The reasom for that is your default file crash and now your browser not able to read it. create a new profile and make all settings which you made in default profile like bookmark and addon. After that start firefox with that profile and make it default.
Delete the non working profile and your problem will resolved.
Hope this will help you. Best of luck.
Permissions in this forum:
You cannot reply to topics in this forum