CrashReportContext

This domain exposes the current state of the CrashReportContext API.

Constructors

Link copied to clipboard
constructor(cdp: CDP)

Types

Link copied to clipboard
@Serializable
data class CrashReportContextEntry(val key: String, val value: String, val frameId: String)

Key-value pair in CrashReportContext.

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun getEntries(mode: CommandMode = CommandMode.DEFAULT): CrashReportContext.GetEntriesReturn

Returns all entries in the CrashReportContext across all frames in the page.