lery 发表于 2012-1-9 16:41:28

How to use selenium RC test HTTPS site on Google Chrome ?

I found this issue and answer from
http://groups.google.com/group/selenium-developers/browse_thread/thread/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.
页: [1]
查看完整版本: How to use selenium RC test HTTPS site on Google Chrome ?