getContent

abstract suspend fun getContent(): String

Gets the content of the tab as a string.

This method retrieves the outer HTML of the document in the tab, which includes the entire HTML structure.

Return

The outer HTML of the document as a string.