No Dialog Boxes working

2008-06-26 Thread nuggit
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(

how to click span link in Win32::IEAutomation

2008-06-26 Thread nuggit
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/