Using a custom Firefox profile when running Selenium tests
If you use Selenium for testing web interfaces, you'll probably want to create a custom Firefox profile for use by Selenium. To me, the main reasons for this are to provide more screen real estate (remove toolbars etc.) and to speed up browser loading.
But it's a little tricky to get Selenium to find your saved profile.
Here's a great link for this :
- http://girliemangalo.wordpress.com/2009/02/05/creating-firefox-profile-f...
Here are the highlights, for a Linux/Ubuntu user :
Start Firefox from the command line and create and save your custom profile :