Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. deeperperl

    Using html::Form to submit a form with different buttons

    I changed the code to use WWW::Mechanize; my $mech = WWW::Mechanize->new(); $mech->get( $url ); ... $mech->click_button(value=>'Add'); I get “Nothing to request” message. - S
  2. deeperperl

    Using html::Form to submit a form with different buttons

    Hello! I am trying to see how we can automate the submission on a form. I am trying to use HTML::FORM to do this. I am able to fill out all the values in the form except for one field. In this field, I am adding the inputs and I need to click on the "Add" button which has no specific name. I...
  3. deeperperl

    Using html::Form to submit a form with different buttons

    Hello! I am trying to see how we can automate the submission on a form. I am trying to use HTML::FORM to do this. I am able to fill out all the values in the form except for one field. In this field, I am adding the inputs and I need to click on the “Add” button which has no specific name. I...

Part and Inventory Search

Back
Top