http://www.perlmonks.org?node_id=994910


in reply to Re^2: To Automate through a Dynamic Page like that of Twitter, Using www:mechanize:firefox
in thread To Automate through a Dynamic Page like that of Twitter, Using www:mechanize:firefox

There is no direct way with WWW::Mechanize::Firefox. But you can run arbitrary Javascript through it, so you can use that to scroll the page down.

Personally, I would look at what function gets called to load more information.

Also, you are certainly aware of the Twitter API and/or Net::Twitter?