Amar has asked for the wisdom of the Perl Monks concerning the following question:
to my code.push( @{$browser->requests_redirectable}, 'POST' );
A few lines of my code looks like this
Monks,Please help me out.$response = $browser->get($url); checkResponseFromURL(); $response = $browser->click("btnFindXYZ"); checkResponseFromURL(); $browser->field("txtAddress", "some Text",1); $browser->redirect_ok(); $response = $browser->click("btnFind"); checkResponseFromURL();
Sincerly
Amar
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: WWW Mechanize (redirect_ok) problem
by gargle (Chaplain) on Sep 21, 2005 at 09:43 UTC | |
by Amar (Sexton) on Sep 21, 2005 at 11:06 UTC | |
by gargle (Chaplain) on Sep 21, 2005 at 11:57 UTC |