Archive for October, 2010

Using an exclusive Firefox profile for Selenium WebDriver

Oct 27 2010 Published by under software development

One of stuffs that I really hate when working with Selenium and Ubuntu is that sometimes Selenium just starts Firefox in offline mode (or something like that). I used to create an exclusive Firefox profile for Selenium when working with Selenium RC, and just started Selenium with the -firefoxProfileTemplate parameter, but now I am almost free of Selenium 1.x, and enjoying Selenium 2 with Firefox WebDriver. The question is: how can I specify the Firefox profile to be used in a WebDriver execution? That is really easy… Continue Reading »

6 responses so far