|
|
| Think about Loose Coupling | |
| PerlMonks |
Javascript Navigation with WWW::Mechanize::Firefoxby Matt™ (Acolyte) |
| on Sep 20, 2012 at 14:40 UTC ( #994675=perlquestion: print w/ replies, xml ) | Need Help?? |
|
Matt™ has asked for the
wisdom of the Perl Monks concerning the following question:
Hello Monks, Need your help for Javascript Navigation with WWW::Mechanize::Firefox I need to navigate to next page of this URL https://performancemanager5.successfactors.eu/career?company=Sulzer&career_ns=job_listing_summary&navBarLevel=JOB_SEARCH&customFilter_filter1= How can i click on "Onclick" in a code like this <li title="Next Page" class="next" onclick="juic.fire("30:","_next",event);"><span class="alt">Next Page</span></li> I can use $mech->post(WWW::Mechanize) in this case but wont get the actual page that i need(the html should look same as in the website). It will return only the Post page and should parse using Regex. Pls be kind to answer my question Monks, I am new to WWW::Mechanize::Firefox. Thanks in advance :)
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||