Subject: | Winclick API typo |
Date: | Wed, 16 May 2007 11:11:31 +1000 |
To: | <bug-Win32-IEAutomation [...] rt.cpan.org> |
From: | "Matthew Havilah" <Matthew.Havilah [...] macquarie.com> |
From visual inspection there's a typo in one of your API methods for
WinClicker v0.5:
dloaded from:
http://search.cpan.org/CPAN/authors/id/P/PR/PRASHANT/Win32-IEAutomation-
0.5.tar.gz
sub push_confirm_button_cancle{
my ($self, $title, $wait) = @_;
$wait = 5 unless $wait;
my $window = $self->{autoit}->WinWait($title, "", $wait);
if ($window){
$self->{autoit}->WinActivate($title);
$self->{autoit}->Send('{ESCAPE}');
}
}
should be: push_confirm_button_cancel
Show quoted text
__________________________
Matt Havilah
Information Services Div Group
ISD Equity Markets
Macquarie Bank
Level 4, 1 Martin Pl
Sydney, NSW 2000
T +61 2 8232 5690
E matthew.havilah@macquarie.com
NOTICE
This e-mail and any attachments are confidential and may contain copyright material of Macquarie Bank or third parties. If you are not the intended recipient of this email you should not read, print, re-transmit, store or act in reliance on this e-mail or any attachments, and should destroy all copies of them. Macquarie Bank does not guarantee the integrity of any emails or any attached files. The views or opinions expressed are the author's own and may not reflect the views or opinions of Macquarie Bank.