From: "James G. Britt" Date: 2005-02-09T02:44:10+09:00 Subject: Re: web testing with Ruby On Wed, 9 Feb 2005 00:35:54 +0900, Jason Sweat wrote: > I seem to be running into difficulty with mechanize. > ... > agent = WWW::Mechanize.new {|a| a.log = Logger.new(STDERR) } > page = agent.get('https://www.alcoadirect.com/') > p page.forms I wonder if the issue is the use of "https" ? Can you get Mechanize to work with a non-SSL URL? James