I'm trying to click dialog boxes using Win32::IEAutomation::WinClicker-
>new();
I'm having no success in getting this buttons to click in the dialog
boxes.
Below is the code I'm using.
$ie->getButton('caption:', "Add")->Click(1);
my $clicker = Win32::IEAutomation::WinClicker->new(
Has anyone been able to click a span link, if so how to do it?
Source behind my link is:
Add
Partition
is this possible with $ie->getLink?
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/