mld has asked for the wisdom of the Perl Monks concerning the following question:
How to perform an onClick event in a "HTML TABLE CELL" using PERL.
Using Win32::IEAutomation I have accessed the particular cell of the table.using $IE->getTable('id:','xxxx')->tablecells(3,1)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Click on a cell of HTML table
by thunders (Priest) on Aug 13, 2009 at 14:42 UTC | |
Re: Click on a cell of HTML table
by Anonymous Monk on Aug 13, 2009 at 15:42 UTC | |
Re: Click on a cell of HTML table
by Anonymous Monk on Aug 13, 2009 at 14:58 UTC |