Open GoogleCodeExporter opened 9 years ago
Selenium doesn't load the Firefox user configuration, but a default and clean
one.
To customize a configuration, you need create a profile :
Run "firefox -p" and create the profile "Selenium" for example, launch it and
configure your proxy.
Then to use it in a script:
Dim driver As New SeleniumWrapper.WebDriver
driver.setProfile "Selenium"
driver.start "firefox", "http://www.google.com"
...
Original comment by florentbr
on 25 Feb 2014 at 6:34
All are fine now, I can use my own profile with firefox. Thanks
Original comment by epimethee78
on 27 Feb 2014 at 10:49
Original comment by florentbr
on 8 Sep 2014 at 5:40
Original issue reported on code.google.com by
epimethee78
on 25 Feb 2014 at 5:46