Getting Firefox Browser already running pop-up frequently while executing test code
Page 1 of 1 • Share •
Getting Firefox Browser already running pop-up frequently while executing test code
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.
mgurusam- Posts: 1
Join date: 2010-10-13
Re: Getting Firefox Browser already running pop-up frequently while executing test code
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.
Similar topics» test 12123
» 6300 and 3110c security test failed
» MOTOROLA LOCK & SECURITY CODE READER"Tested"
» All China mobile phone Restore Factory Settings code
» Getting Firefox Browser already running pop-up frequently while executing test code
» 6300 and 3110c security test failed
» MOTOROLA LOCK & SECURITY CODE READER"Tested"
» All China mobile phone Restore Factory Settings code
» Getting Firefox Browser already running pop-up frequently while executing test code
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

» sample webdriver code for php users
» which standalone server to use
» Dynamic Drop Down Selection
» It is possible to find list of all URL's exist in any web page in selenium ide
» It is possible to compare 2 same images in selenium IDE.
» how to compare 2 ULR's which is exist in same web page (View page source).
» Web Driver: Unable to click a link present inside the frame of a frameset
» Help me to get dynamicaly loaded options of dropdown in Selenium RC -Junit test case