Alright, so here\'s the dealio: I\'m working on a Ruby app that\'ll take data from a website, and aggregate that data into an XML file.
The website I need to take data f
For what it's worth, you could check out Webrat. It is meant to be used a tool for automated acceptance tests, but I think you could use it to simulate filling out the login fields, then click through links by their names, and grab the needed HTML as a string. Haven't tried doing anything like it, tho.