Connecting Tech Pros Worldwide Forums | Help | Site Map

Accessing cell of a HTML table using Perl

Newbie
 
Join Date: Aug 2009
Posts: 1
#1: Aug 14 '09
I am automating the testing of an web application. The application consist of HTML table with the list of items. I wanted to click on particular item of the table.
I have provided the source code of the application.
I am able to access particluar cell of the table, but I have click on the particular cell.
For an instance.. I want to click on the item "chain1A1" of the listed items.
Attached Files
File Type: txt Step3.txt (6.1 KB, 25 views)

KevinADC's Avatar
Expert
 
Join Date: Jan 2007
Location: Southern California USA
Posts: 4,091
#2: Aug 14 '09

re: Accessing cell of a HTML table using Perl


Quote:

Originally Posted by mahalakshmiDevi View Post

I am automating the testing of an web application. The application consist of HTML table with the list of items. I wanted to click on particular item of the table.
I have provided the source code of the application.
I am able to access particluar cell of the table, but I have click on the particular cell.
For an instance.. I want to click on the item "chain1A1" of the listed items.

I have no clue what you are asking or what you need help with. What does any of this have to do with perl?
numberwhun's Avatar
Site Moderator
 
Join Date: May 2007
Location: New Hampshire
Posts: 2,573
#3: Aug 15 '09

re: Accessing cell of a HTML table using Perl


I agree with Kevin, do you have a Perl question? This looks like a javascript issue, is that correct? If so, I will move it to the correct forum.

Regards,

Jeff
Reply