You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no way to do this directly, but you can take a look at my comment on another similar issue, it should work in your case too: #287 (comment) (i.e. get the contents of the <td> and iterate over the nodes, finding the #text nodes).
Let's say there's a html like this,
I managed to get the text inside the
<br>
tags. Is it possible to get each lines separately line by line ?The text was updated successfully, but these errors were encountered: