in reply to Re: 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

Thanks Corion. We need to scroll down the page of twitter in-order to get the next set of 20 tweets, Can we replicate the Scroll down process in WWW::Mechanize::Firefox or, is there any alternate way? Thanks in advance.

  • Comment on Re^2: To Automate through a Dynamic Page like that of Twitter, Using www:mechanize:firefox

Replies are listed 'Best First'.
Re^3: To Automate through a Dynamic Page like that of Twitter, Using www:mechanize:firefox
by Corion (Patriarch) on Sep 21, 2012 at 13:54 UTC

    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?