So basicly I have this HTML code:
<td class="google">
<a href="#">I love my job
</td>
and I want to search in the web if there is really a link "I love my job".
So I used this xpath to find that:
"//td[@class=google]//a[text()='I love my job']"
But it is not workink for me.
What should be the xpath code ?
Thanks in advance !!
atag is not closed...