Or say the title should be changed to "How to scrape your data from your sites that require login"
For anyone who wants to scrape sites that require login I'd recomend Python with Twill. That lets you do the whole thing with ease.
If you needed Javascript you could use one of the Firefox scripting bridges (Selenium or MozRepl).
For anyone who wants to scrape sites that require login I'd recomend Python with Twill. That lets you do the whole thing with ease.