in reply to Re^7: How to browse using WWW::Mechanize::Firefox
in thread How to browse using WWW::Mechanize::Firefox

Thanks corion, RSS was a helpful for this application and I can directly put the calendar content into my outlook calendar. But only thing I couldn't make is that after clicking Link tab the HTML contents scrapped are not the updated one, I always get the previous content. Any suggestions?
$mech->click({ selector => '#ui-btn-calendarlist-list', synchronize => + 0 }); print $mech->content;#should fetch updated contents
Update: On using Click function, the contents get changed on web page as according but on fetching that page using $mech->content gives previous contents.

Replies are listed 'Best First'.
Re^9: How to browse using WWW::Mechanize::Firefox
by Anonymous Monk on May 30, 2012 at 07:13 UTC
    What did click return? Maybe you want to use the synchronize option to click?
      On printing click command,I get HTTP::Response=HASH(0x1448b64)
        Dump it