in reply to Re: Javascript Navigation with WWW::Mechanize::Firefox
in thread Javascript Navigation with WWW::Mechanize::Firefox

Thanks Corion, Its working with the same code $mech->click({xpath => '//li[@class="next"]', synchronize=>0, });

Thanks for your valuable time. :)