CancelDownloadRequest

@Serializable
data class CancelDownloadRequest(val guid: String, val browserContextId: BrowserContextID? = null)(source)

Request object containing input parameters for the BrowserDomain.cancelDownload command.

Constructors

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

Types

Link copied to clipboard
class Builder(val guid: String)

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.