Please suggest me, how to open the SSL urls using selenium-rc?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can open them exactly how you open non-SSL URL's. See the Selenium RC documentation |
|||
|
|
|
You can use selenium attribute trustallSSLCertificates to handle SSL certificate error |
|||
|
|
|
If you use Firefox you should add and save an exception for your https-URL to avoid certificate warning |
|||
|
|