Closed joezein closed 4 years ago
Hi,
In the documentation it mentions this should return the content. However I've been getting html elements. Please see attached.
How do we fix that?
I need the content in strings.
Yea that's on purpose. If you want the text, take each Element and run elem.text_content()
Element
elem.text_content()
Hi,
In the documentation it mentions this should return the content. However I've been getting html elements. Please see attached.
How do we fix that?
I need the content in strings.