| 1. |
While Trying To Execute My Tests With Firefox I Encountered Following Error "firefox Refused Shutdown While Preparing A Profile". How Do I Solve It? |
|
Answer» This message simply MEANS that SELENIUM is not able to launch FF browser as it is ALREADY running on your system. To overcome this you should CLOSE all running instances of FF browser. You should also check your system process if there is any hidden FF profile running which is not visible on screen. You should kill all FF processes and following this your tests should run smooth This message simply means that Selenium is not able to launch FF browser as it is already running on your system. To overcome this you should close all running instances of FF browser. You should also check your system process if there is any hidden FF profile running which is not visible on screen. You should kill all FF processes and following this your tests should run smooth |
|