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
Hello,
maybe I missed it, but I can't find any way to get the same results as Jsoup ownText method. It would be very useful since I'm in this condition:
<li> Text I want 1
<ol><li>...</li><li>...</li><li>...</li></ol></li><li> Text I want 2
<ol><li>...</li><li>...</li><li>...</li></ol></li>
Unfortunately, using text makes me have the entire text of the first <li> elements and that's not what I want.
The text was updated successfully, but these errors were encountered:
Hello,
maybe I missed it, but I can't find any way to get the same results as Jsoup ownText method. It would be very useful since I'm in this condition:
Unfortunately, using
text
makes me have the entire text of the first<li>
elements and that's not what I want.The text was updated successfully, but these errors were encountered: