enable

suspend fun enable(args: DOM.EnableParameter, mode: CommandMode = CommandMode.DEFAULT)

Enables DOM agent for the given page.


suspend fun enable(includeWhitespace: String? = null)

Enables DOM agent for the given page.

Parameters

includeWhitespace

Whether to include whitespaces in the children array of returned Nodes.