Problem Statement: I have been facing the issue for selecting following web element. (Actually these are the texts)
HTML Code:
<tr class="inputtextfields" bgcolor="#CDDBE9"> <td width="12%" height="25"> <div align="center">Firstname1234Lastname</div></td> <tr class="inputtextfields" bgcolor="#CDDBE9"> <td width="12%" height="25"> <div align="center">Firstname45671Lastname</div></td> What am I looking for?
I am looking for the locating "Firstname1234Lastname" element or text by Web Driver using Java language. Your help is highly appreciated.
HTMLsample. Can you share more ancestors?