No Dialog Boxes working
- From: herb@xxxxxxxxx (Nuggit)
- Date: Thu, 26 Jun 2008 09:27:52 -0700 (PDT)
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();
clicker->push_confirm_button_ok("Windows Internet Explorer");
$ie->WaitforDone;
Anyone have any idea on what I'm doing wrong?
.
- Prev by Date: How to remove trailing commas and points from a CSV file ?
- Next by Date: Re: How to remove trailing commas and points from a CSV file ?
- Previous by thread: How to remove trailing commas and points from a CSV file ?
- Next by thread: How can I translate it back to @ sign.
- Index(es):