I am wondering how to use Ruby to scrape a website, with the goal of launching a new browser with the destination page loaded. This is needed, because the destination page is not stateless, and requires a number of session parameters.
For an example flow, see how Kayak.com does this. 1. Go to Kayak.com, and search for a hotel in Chicago, checking in on 1/21/2010, and checking out on 1/22/2010 2. select the first result, and choose orbitz 3. kayak takes you to the booking page on orbitz. to do so, it has to build a session, since orbitz does not have permalinks to their booking page.
Any thoughts on how to do this with Ruby?