- ashav
- Posts : 4
Join date : 2014-02-10
RESOLVED: Selenium Webdriver - SSL certificate error on IE8
Mon Mar 03, 2014 12:55 pm
How to pass the SSL certificate error on IE8 browser in selenium webdriver ?
I am unable to reach to my login page because the automation script stops @ the SSL certificate error page and shows following message:
Click here to close this webpage.
Continue to this website (not recommended).
Please suggest.
I am unable to reach to my login page because the automation script stops @ the SSL certificate error page and shows following message:
Click here to close this webpage.
Continue to this website (not recommended).
Please suggest.
- bwTester
- Posts : 2
Join date : 2014-03-20
Re: RESOLVED: Selenium Webdriver - SSL certificate error on IE8
Thu Mar 20, 2014 5:15 pm
Is your system time correct?
- ashav
- Posts : 4
Join date : 2014-02-10
Re: RESOLVED: Selenium Webdriver - SSL certificate error on IE8
Thu Mar 20, 2014 6:25 pm
This issue got resolved by following code:
driver.get("");
driver.navigate().to(
"javascript:document.getElementById('overridelink').click()");
driver.get("
driver.navigate().to(
"javascript:document.getElementById('overridelink').click()");
- Selenium Webdriver: Unable to Locate element Link method error
- iexpoloreproxy https certificate error
- Can anyone help me to resolve the cache error in selenium webdriver?
- Selenium RC with NUnit throwing error - File does not exist. File 'c:\Projects\WebDriver\trunk\src\Selenium.Core\HttpCommandProcessor.cs'
- error set cookies on chromedriver this selenium-webdriver node js
Permissions in this forum:
You cannot reply to topics in this forum