getAnnotatedPageContent
suspend fun getAnnotatedPageContent(args: Page.GetAnnotatedPageContentParameter, mode: CommandMode = CommandMode.DEFAULT): Page.GetAnnotatedPageContentReturn
Get the annotated page content for the main frame. This is an experimental command that is subject to change.
suspend fun getAnnotatedPageContent(includeActionableInformation: Boolean? = null): Page.GetAnnotatedPageContentReturn
Get the annotated page content for the main frame. This is an experimental command that is subject to change.
Parameters
includeActionableInformation
Whether to include actionable information. Defaults to true.