CancelDownloadRequest

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

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)

A builder for CancelDownloadRequest, which allows setting the optional parameters of the BrowserDomain.cancelDownload command via a lambda.

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.