Siva Prasad wrote:
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.
How would a real user know that the button had been clicked
successfully? Presumably if the page URL doesn't change then the
contents of the document must change somehow? Your program should test
for whatever changes when you click that button with a mouse.
HTH,
Rob
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/