From: Richard Conroy Date: 2010-03-09T01:08:01+09:00 Subject: Re: Login Prompt - how to? --0015173ff316cbb59f04814c442e Content-Type: text/plain; charset=ISO-8859-1 That looks like standard HTTP authentication (Basic/Digest). You will need a regular HTTP client library in order to supply credentials, like Httparty, HttpClient, Mechanize etc. You might have better luck with Celerity ( a JRuby implementation of Watir, that uses a pure java Http Client, instead of automating a browser) - the API might expose methods for dealing with HTTP auth instead of form authentication. There are a LOT of Ruby HTTP libraries out there - you might have to do a bit of homework on them and their feature sets. Also double check the Watir site. Popups of all kinds are a real annoyance there, and they have developed a couple of interesting workarounds. They might also recommend alternatives that I haven't mentioned here. On Mon, Mar 8, 2010 at 3:28 PM, Andrei Caragea wrote: > Hello everyone, > > Can anyone tell me how I can login to a web page using a login prompt? > http://oit.pdx.edu/files/myfiles1.png > > or please point me to a gem or what to study in order to be able to do > this. > > I have used Watir until now for normal login pages, but it doesn't seem > to be able to handle prompts. > -- > Posted via http://www.ruby-forum.com/. > > -- http://richardconroy.blogspot.com --0015173ff316cbb59f04814c442e--