--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/webdriver?hl=en.
DesiredCapabilities ieCap = DesiredCapabilities.internetExplorer();
ieCap.setCapability(CapabilityType.
ACCEPT_SSL_CERTS,true);
webdriver=new RemoteWebDriver(ieCap);
webdriver.get(https://10.8.8.221:9387/login.jsp);
In the case of IE, you cannot bypass cert exceptions (due to invalid certs) as how you do it in Firefox.Open IE, install the cert manually and retry. That is the only option.
Thanks & Regards
Krishnan Mahadevan
"All the desirable things in life are either illegal, expensive, fattening or in love with someone else!"
On Sat, May 19, 2012 at 3:06 AM, bsri wrote:
DesiredCapabilities ieCap = DesiredCapabilities.internetExplorer();
ieCap.setCapability(CapabilityType.ACCEPT_SSL_CERTS,true);
webdriver=new RemoteWebDriver(ieCap);
This code does not allow me to bypass a https invalid certificate
error. I don't see a resolved thread of email regarding this issue. Is
there a solution?
I am using IE9 on Windows 7.
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+unsubscribe@googlegroups.com.
On Sat, May 19, 2012 at 3:06 AM, bsri wrote:
DesiredCapabilities ieCap = DesiredCapabilities.internetExplorer();
ieCap.setCapability(CapabilityType.ACCEPT_SSL_CERTS,true);
webdriver=new RemoteWebDriver(ieCap);
This code does not allow me to bypass a https invalid certificate
error. I don't see a resolved thread of email regarding this issue. Is
there a solution?
I am using IE9 on Windows 7.
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+unsubscribe@googlegroups.com.
On Sat, May 19, 2012 at 3:06 AM, bsri wrote:
DesiredCapabilities ieCap = DesiredCapabilities.internetExplorer();
ieCap.setCapability(CapabilityType.ACCEPT_SSL_CERTS,true);
webdriver=new RemoteWebDriver(ieCap);
This code does not allow me to bypass a https invalid certificate
error. I don't see a resolved thread of email regarding this issue. Is
there a solution?
I am using IE9 on Windows 7.
--
You received this message because you are subscribed to the Google Groups "webdriver" group.
To post to this group, send email to webd...@googlegroups.com.
To unsubscribe from this group, send email to webdriver+unsubscribe@googlegroups.com.