|
I found this issue and answer from
http://groups.google.com/group/s ... ad/77cde7b7d09503a8
And I solved the issue already, hope this also can help you
Steps to run HTTPs site with Selenium RC and Chrome:
1. Go to the following location :
\\selenium-server-1.0.3\sslSupport <file://selenium-server-1.0.3/sslSupport> on
your system.
2. Click on "*cybervillainsCA.cer*"
3. Click on *Open* button.
4. Click "*Install Certificate*" button
5. "*Certificate Import Wizard*" dialog comes.
6. Click on "*Next*" button.
7. Select radiobutton : "*Place all certificates in the following store*"
8. Clicks button : "*Browse*"
9. Selects option : "*Trusted Root Certification Authorities*".
10. Clicks btton : "*OK*".
11. Clicks button : "*Next*"
12. Clicks button : "*Finish*"
13. The import was successfull message comes. Clicks button : "*OK*"
Now restart your machine and try testing https sites on Chrome with Selenium
RC. |
|