From: Sofie Willander Date: 2010-12-03T02:19:51+09:00 Subject: Screen scraping an aspx site with Mechanize Hi, I've been googleing for over a week now, but I can't find out how to screen scrape an aspx-site with Mechanize (and I must use mechanize). The site (https://portal.if.se/kopforsakring/ProductList.aspx?linkID=4) contains a button with the text "Bil" that I want to click, and after that click the continue button (green one with the text "Fortsätt"). I've tried using Firebug to find viewstate, but I don't know what to do with it once I've found it. Am I one the right track? Can anybody help me? -- Posted via http://www.ruby-forum.com/.