On 1/5/07, MGautam <[EMAIL PROTECTED]> wrote:
Hi,
How do we use win32::guitest to get a particular content of the webpage into
a variable.

I have a task:

1) open a browser
2) hit the url
3) hit few tabs and fill the required information then "submit" the form
4) after submit, it leads to new page. (Here i need to check for particular
msg. (success/failure) to a variable, so that i can run regexp on that
variable and come to know whether the operation was success or not.


Here I can do till step 3. But can somebody help in how to do the step 4?
(and  how to get the whole content of the webpage ?)

I'm not familiar with win32::guitest, maybe someone else can answer
your specific question, but I would recommend WWW::Mechanize or
<http://www.openqa.org/selenium/> instead of win32::guitest if you
have a choice of method.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to