How do you Click a cell in a table. I have tried every imaginable combination. Here is my latest version:
my $mytable = $ie->getTable("id:","SN_include"); my $HR = $mytable->tableCells(4, 4); my $CT = $HR->cellText; print "HR=$HR celltext=$CT\n"; $EL = Win32::IEAutomation::getElement($HR); print "EL=$EL\n"; Win32::IEAutomation::Element::Click($HR);
20071026 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips
In reply to IEAutomation Cell Click by tnhurst57
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |