Here I have attached error screenshot. This will be getting while running any Test Script into Firefox browser but same code working fine into Chrome browser. I am using the latest geckodriver and Firefox browser
Asked
Active
Viewed 157 times
-2
-
3Please share your code which have you tried as well.. – Saurabh Gaur Jul 04 '16 at 07:30
1 Answers
0
You can not control the Homepage using Selenium, But what I think is your homepage is causing any obstruction in your script then you can change your Firefox homepage by going to -->
FireFox--> **options** --> **General** --> set Home page as "**Show a Blank Page**" from dropdown

Sandeep
- 455
- 4
- 26
-
Actually, you can manage browser Homepage with appropriate `FirefoxProfile` preferences. However, I don't think that this is an issue OP concern about – Andersson Jul 04 '16 at 15:27