Please suggest me, how to open the SSL urls using selenium-rc?开发者_高级运维
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
精彩评论