The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 07-17-2008
jyo123.jyothi jyo123.jyothi is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 11
Thanks kevin,
I read modules and wrote the following script:
my $popup = $ie->getPopupWindow("Request Acknowledged-Phaser 4510DT");
$popup->getTable('id:', "headingtext")->Click;

When i use this in my script i am getting error like this:
-Use of uninitialized value $counter in numeric le(<=) at E:/Perl/site/lib/win32/IEAutomation.pm line 537
-Can't call method "title" on an undefined value at E:/Perl/site/lib/win32/IEAutomation.pm line 542.

please give me some suggestions on how to get rid of this error