skrapeit / skrape.it

A Kotlin-based testing/scraping/parsing library providing the ability to analyze and extract data from HTML (server & client-side rendered). It places particular emphasis on ease of use and a high level of readability by providing an intuitive DSL. It aims to be a testing lib, but can also be used to scrape websites in a convenient fashion.
https://docs.skrape.it
MIT License
813 stars 59 forks source link

wholeText method for DocElement #211

Closed marceligrabowski closed 1 year ago

marceligrabowski commented 1 year ago

I noticed that I cannot get unencoded, not normalized text from DocElement I added property to get wholeText as in jsoup library + simple test cc: @christian-draeger