![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Perl in Win32 | Paris Heng | Windows & DOS: Issues & Discussions | 1 | 04-07-2008 03:17 AM |
| execution status of gotoURL in Win32::IEAutomation | gurukottur | Shell Programming and Scripting | 2 | 11-22-2007 03:27 AM |
| perl win32::ieautomation | gurukottur | Shell Programming and Scripting | 0 | 11-06-2007 08:59 AM |
| perl script using Win32::IEAutomation | gurukottur | Shell Programming and Scripting | 5 | 10-29-2007 01:14 AM |
| X windows on win32 | rein | UNIX for Advanced & Expert Users | 4 | 01-14-2005 10:39 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
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 |
|
||||
|
That is not a script, that is two lines of code totally out of context of the larger script they must come from. No way to tell by looking at those two lines. I am not familiar with the module anyway and will not be able to help with detailed suggestions.
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|