Re: Fwd: click_button gives error on a existing button
- From: rcook@xxxxxxxxxxx (Owen)
- Date: Fri, 29 Dec 2006 07:45:02 +1100
On Thu, 28 Dec 2006 09:53:05 +0100
"Tatiana Lloret Iglesias" <tlloreti@xxxxxxxxx> wrote:
Thanks Owen,
but in this case, inspecting the html page i see that the button hasn't got
NAME attribute but only VALUE that's why i've used value command.
The strange thing is that to pass from page 1 to page 2 it works but to
pass from page 2 to page 3 it fails ... although the code is the same and
the button exists!
On 12/28/06, Owen Cook <rcook@xxxxxxxxxxx> wrote:
On Thu, Dec 28, 2006 at 08:46:25AM +0100, Tatiana Lloret Iglesias wrote:
Hi!
I'm executing this perl and I get an error in this line_
$browser2->click_button( value => "Next 25 records");
but i dont understand why because Next 25 records button exists!!
Can you help me with this please?
You can download the script from:
http://tlloreti.googlepages.com/pct3.pl
Normally buttons have names.
$browser2->click_button( value => "Next 25 records",
name => "Whatever");
Then you have a "Whatever" button, and when clicked, sends "Next 25
records" back to the server
You need to track down the origin of
$browser2->click_button( value =>"Next 25 records");
At the start of your program there should be some use statements, like 'use strict;'
What other use statements are there?
Then you will need to look a little further down the program and maybe find something like
$browser2 = new->browser(some args perhaps);
So have you got anything like that?
Owen
.
- Follow-Ups:
- Re: Fwd: click_button gives error on a existing button
- From: Tatiana Lloret Iglesias
- Re: Fwd: click_button gives error on a existing button
- References:
- click_button gives error on a existing button
- From: Tatiana Lloret Iglesias
- Re: click_button gives error on a existing button
- From: Owen Cook
- Fwd: click_button gives error on a existing button
- From: Tatiana Lloret Iglesias
- click_button gives error on a existing button
- Prev by Date: Deleting files remotely
- Next by Date: Re: HoA building
- Previous by thread: Fwd: click_button gives error on a existing button
- Next by thread: Re: Fwd: click_button gives error on a existing button
- Index(es):