I have the following HTML code:
<html>
<span class='whatever'>
<div @id='xyz'>
"text1"
"text2" <=== I am trying to extract this text
</div>
</span>
</html>
Is it possible to write an xpath that points to the node that is text2? If yes, then I can extract via .text (python).