enter image description here I am getting this error while i run in firefox(version 42.0). when i check it in chrome , it does not show up.Please help me to resolve this issue.
Asked
Active
Viewed 211 times
0
-
If you look at the URLs in FireFox vs Chrome, do they differ? You get this warning because you as submitting a form using HTTP and not HTTPS, so perhaps the URLs are different. – Mattias Lindberg Nov 09 '15 at 07:57
-
Hello No, URL In both of them is the same. – parsa Nov 11 '15 at 10:21
1 Answers
0
You can pass through security warning using selenide by the following:
WebDriverRunner.getWebDriver().switchTo().alert().accept();

parsa
- 3
- 4