Hi Below is my code,
<TR>
<TD ALIGN="LEFT" id=oldcontent>40_FDI12p_</TD>
<TD>..........</TD>
<TD>..........</TD>
<TD>
<form action="get.do" method="post" style="margin:3px">
<input type="submit" id="button" value="Edit" />
</form>
</TD>
</TR>
I need to click on the Edit button based on the text present in the first 40_FDI12p_.Can anyone help me with the xpath?Thanks in advance