Hi All, Can some one help me in figuring out the xpath. Below is the html code.
<tr> <td style="padding-top: 15px;"> <a href="/test/portal/TestAccount.do?myTestId=530178&testAccountId=1234&myTestIdPageNumber=1">Test<br/>Test</a> </td> <td style="padding-top: 12px;"> Test Account Name <a href="/test/portal/testlist.do?eMode=Y&testAccountId=1234&pageNumber=1">Edit</a> </td> <td style="padding-top: 12px;"> This is Test Name - City, MI </td> <td style="padding-top: 28px;" > 100 Test Street<br> City , MI 9999 <br/> United States </td> <td style="padding-top: 26px;"> 04/07/2008 </td> <td align="center" style="padding-top: 20px;"> <img src="/f/111/2222/7d/ig.test.com/rc/test/images/web/btn_black_x.gif" border="0" alt="Next" onclick="javascript:fnRemoveTestAlias(document.forms['upForm'], 122734);"/> </td> </tr> <tr> ..............same structure with different data.............. </tr> --------------------------------------------------------------------------------------------------------------------------- I want click on the image for the row where the text is 'This is Test Name - City, MI' Thanks in advance Regards, Srini

