Getting the following error "about:blank&utm_content=firstrun" in firefox, when I run the selenium web driver from eclipse
Asked
Active
Viewed 573 times
-1
-
Hi Arun,Have you managed to solve this. I am facing this issue too – A user Nov 01 '16 at 11:09
2 Answers
0
I got the same problem. In my case I had to downgrade my firefox version from latest 49 to 43 in order my script finds the requested URL.

Angelos Mavrogiannakis
- 93
- 1
- 7
0
Just add below preferences into your Firefox profile object:
firefoxProfile.setPreference("browser.startup.homepage_override.mstone", "ignore");
firefoxProfile.setPreference("startup.homepage_welcome_url.additional", "about:blank");

tuomastik
- 4,559
- 5
- 36
- 48

Nitish Kumar
- 41
- 5