| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 7 months |
| seen | Oct 15 '12 at 14:00 | |
| stats | profile views | 0 |
|
Oct 15 |
comment |
Select a certain item by clicking a link beside that item i'm using firebug with firefox to get the element's XPATH but because the table has like 5 rows each row has select link in it my question was how to choose a specific link in specific row "find_element_by_text_link" not working. |
|
Oct 15 |
comment |
Select a certain item by clicking a link beside that item hi all sorry for my poor english here is the HTML code for my question: <tr class="gridRow"><td>1</td> <td>Mahmoud</td> <td> <a href="javascript:void(0)">Edit</a> <a href="javascript:void(0)">Select</a> </td> </tr> |