I have a table that dynamically has an "n" number of entries as links. The table can sort by the last entry made in the table. I want to be able to click on the last entry or the last link that appears on the table. The problem is that I don't have attribute values to able to identify the link I want. I can't access the link by the inner text value because the text is also dyanmic. I will not know the name of the link until I access the page.  The name changes as the table grows.  So I'm not sure how to click on the link I want.

Below is some of the html code and a list of the attributes from the sample. As you can see I don't have much that I can search by. Does anybody have any idea how I can click on the first link?

<a href="">AUTOTEST8142855</a></td>
<td>Joe Player</td>
<td>autouser99999</td>
<td>[EMAIL PROTECTED]</td>
<td>0.00</td>
<td>Sterling</td>
<td>2006-06-23 01:00:33.0</td>
<td>Active</td>
<td>1966-09-02</td>
<td>1</td></tr>
<tr class="even">
<td>
<a href="">AUTOTEST9229432</a></td>
<td>Joe Player</td>
<td>autouser99999</td>
<td>[EMAIL PROTECTED]</td>
<td>0.00</td>
<td>Sterling</td>
<td>2006-06-23 00:51:27.0</td>
<td>Active</td>
<td>1966-09-02</td>
<td>1</td></tr>
<tr class="odd">
<td>
<a href="">AUTOTEST8570615</a></td>
<td>Joe Player</td>
<td>autouser99999</td>
<td>[EMAIL PROTECTED]</td>
<td>0.00</td>
<td>Sterling</td>
<td>2006-06-23 00:45:51.0</td>
<td>Active</td>
<td>1966-09-02</td>
<td>1</td></tr>
<tr class="even">
<td>
<a href="">AUTOTEST6130026</a></td>
<td>Joe Player</td>
<td>autouser99999</td>
<td>[EMAIL PROTECTED]</td>
<td>0.00</td>
<td>Sterling</td>
<td>2006-06-23 00:37:37.0</td>
<td>Active</td>
<td>1966-09-02</td>
<td>1</td></tr>
<tr class="odd">
<td>
-----------------------------------------------------------
http://admin-cqa-wpt-sat02.corp.wagerworks.com/WagerWareAdminwpt/accounts/browseAccount.do?playerCode=2606
inner text:   AUTOTEST8142855
type:         link
id:          
name:        
value:       
disabled:     false
href:         http://admin-cqa-wpt-sat02.corp.wagerworks.com/WagerWareAdminwpt/accounts/browseAccount.do?playerCode=2605
inner text:   AUTOTEST9229432
type:         link
id:          
name:        
value:       
disabled:     false
href:         http://admin-cqa-wpt-sat02.corp.wagerworks.com/WagerWareAdminwpt/accounts/browseAccount.do?playerCode=2603
inner text:   AUTOTEST8570615
type:         link
id:          
name:        
value:       
disabled:     false
href:         http://admin-cqa-wpt-sat02.corp.wagerworks.com/WagerWareAdminwpt/accounts/browseAccount.do?playerCode=2602
inner text:   AUTOTEST6130026
type:         link
id:          
name:        
value:       
disabled:     false
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to