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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.