Home > Archive > PERL Beginners > November 2007 > how to know whether the cick on the psuh button is success or not
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
how to know whether the cick on the psuh button is success or not
|
|
| Siva Prasad 2007-11-22, 7:59 am |
|
Hi
In Win32::IEAutomation If I click on a button, I wanted to know whether the
click on the button is successful or not.
Below are the details:
I wanted to know whether the click with the following function is successful
or not
$ie->getButton('caption:', "get")->Click;;
After clicking there will be no change in url.
Thanks,
Siva
| |
| Jenda Krynicky 2007-11-22, 7:00 pm |
| From: "Siva Pra " <perlpra@gmail.com>
> In Win32::IEAutomation If I click on a button, I wanted to know whether the
> click on the button is successful or not.
>
> Below are the details:
> I wanted to know whether the click with the following function is successful
> or not
>
> $ie->getButton('caption:', "get")->Click;;
>
> After clicking there will be no change in url.
1. Define "successful"
2. Test it
Jenda
===== Jenda@Krynicky.cz === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed
to get drunk and croon as much as they like.
-- Terry Pratchett in Sourcery
|
|
|
|
|