The text I need is: "BLABLA" from this code:
<td id="1" title="something">
<span>text</span>
<img src="pic.png"></img>
<span><font>something</font></span>
BLABLA
</td>
I can select the <td>
element with id
, but if I try to get the innerHTML
value, I get the whole code inside the <td>
element.