|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Question about WWW::Mechanize::Firefoxby ssj262 (Initiate) |
| on Nov 12, 2012 at 10:30 UTC ( #1003406=perlquestion: print w/ replies, xml ) | Need Help?? |
|
ssj262 has asked for the
wisdom of the Perl Monks concerning the following question:
I am a student in biology and have recently started learning perl programming. I have been trying to write a code for my project wherein i need to go to a website search for sequences related to mouse strains and save the data on resulting page in a text file.Earlier i was trying to use Mechanize but then after reading I realized it is not good with javascripts. So i am using WWW::Mechanize::Firefox. I have added the MozRepl and Firebug addon to firefox. The code seems to run but there is no output at the terminal. I am running it on Ubuntu. I have written the code below. Kindly have a look.
I have a strong feeling that there is some problem with following part. $moz->click({ xpath => '//*[@value=">>"]' });The page source for the above button is: <INPUT VALUE=">>" onClick="setReference(queryForm.availableStrains, queryForm.referenceStrain);" TYPE="button">This is my first time on perlmonks and pardon me for such a long question. I am looking forward to replies from fellow monks.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||