in reply to Re^7: How to browse using WWW::Mechanize::Firefox
in thread How to browse using WWW::Mechanize::Firefox
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.$mech->click({ selector => '#ui-btn-calendarlist-list', synchronize => + 0 }); print $mech->content;#should fetch updated 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 | |
by ckj (Chaplain) on May 30, 2012 at 07:27 UTC | |
by Anonymous Monk on May 30, 2012 at 07:52 UTC | |
by Corion (Patriarch) on May 30, 2012 at 07:57 UTC |