text

open suspend fun text(separator: String = ""): String?

Extracts the full raw text, or returns null if no text content can be found.

Parameters

separator

Separator to use between individual elements. Defaults to newline.