Hi, I've doing some tests with win32::IEAutomation. when I try to access a Table:
for my $a (@atbl){
my @allRows = $a->rows;
for my $in(@allRows){
my @allCell = $in->cells;
for my $y (@allCell){
print $y->cellText;
}
}
}
Can't locate object method "rows" via package
"Win32::IEAutomation::Element" at C:\Documents and Settings\xxxx
\Desktop\mechanize_tests\iebiofach.pl line 19.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/
