CancelDownloadParameter

@Serializable
data class CancelDownloadParameter(val guid: String, val browserContextId: String? = null)

Constructors

Link copied to clipboard
constructor(guid: String, browserContextId: String? = null)

Properties

Link copied to clipboard

BrowserContext to perform the action in. When omitted, default browser context is used.

Link copied to clipboard

Global unique identifier of the download.