David Niergarth wrote on 11/22/2005 11:14:30 AM:
> I have some tests written for a Zope site. So far I've handled the 
> initial https authentication manually -- once I log in, the tests run 
> fine. My question: Is there a way to automate the log-in step? There 
> is no log-in page to enter the site (the browser kicks up a password 
> dialog when you first enter the site). I'm using standard Selenium 
> from svn (rather than from Plone or Zope/Zelenium).

You can try puting the name and password in the url like so:

| open | https://name:[EMAIL PROTECTED]:8080 ||

-Jason



_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to