Selenium, secure connection failed, security certificate
- From: Kga Agk <lord_kga@xxxxxxxx>
- Date: Mon, 6 Jul 2009 04:47:27 -0500
I am doing some testing with Selenium, and i have a problem.
The site I am testing is a secure site with username and password. And i
have one problem. When i start Selenium tests from a ruby program then a
new browser is opened, and this browser is cleen like a freshly
installed firefox browser.
My problem is that the site I am testing gives this error:
Secure Connection Failed
xxx uses an invalid security certificate.
The certificate is not trusted because the issuer certificate is
unknown.
The certificate is only valid for xxx
(Error code: sec_error_unknown_issuer)
This stops my test and i also has to accept this every time, it wont
remember that I acceptet it earlyer because it always starts a fresh
cleen firefox browser.
Is there a way to start the regular browser insted. A browser that
remember that i have acceptet this before?
When i start the test from the Selenium IDE then it uses my regular
browser: I want it to use my regular browser when I start it from a ruby
program to. How do I do that?
--
Posted via http://www.ruby-forum.com/.
.
- Prev by Date: Re: file.seek and unused bytes
- Next by Date: Re: file.seek and unused bytes
- Previous by thread: Web Designing
- Next by thread: How to test %x[] calls?
- Index(es):
Relevant Pages
|