in reply to Re: Question about WWW::Mechanize::Firefox
in thread Question about WWW::Mechanize::Firefox
Thank you for your reply. I checked and first part of the code is working. The problem is with the code below.
$moz->select($variation,$varvalue); $moz->select($func_class,$funcvalue); $moz->set_fields( geneSymname => 'chrnb2' ); $moz->select($output,$outformat); $moz->submit( $form_name1 );
For the first part I can see strains being added to the box. But for multiple select, I don't see any action happening on the webpage.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Question about WWW::Mechanize::Firefox
by Anonymous Monk on Nov 12, 2012 at 11:42 UTC | |
by ssj262 (Initiate) on Nov 12, 2012 at 11:51 UTC |