Selenium and HTTPS/SSL
Posted
by NerdyNick
on Stack Overflow
See other posts from Stack Overflow
or by NerdyNick
Published on 2010-03-09T00:03:40Z
Indexed on
2010/03/09
0:06 UTC
Read the original article
Hit count: 400
I'm running selenium-rc 1.0.3 on a Mac OS X & Windows 7 and both seem to be giving my the annoying accept cert error in firefox. In reading the docs they say I should be able to just use the *firefox run mode and rc should take care of it for me via a proxy or something, but this appears to not work. The only solution that I was able to find on the internet was to create a skeleton profile and pass the path into the rc startup, but thats not a real option. As that doesn't solve problems of testing in IE/Chrome/Safari. Does any know of any other solution that will work.
Selenium-RC docs on HTTPS - http://seleniumhq.org/docs/05_selenium_rc.html#handling-https-and-security-popups
© Stack Overflow or respective owner