ClearCookiesRequest

@Serializable
data class ClearCookiesRequest(val browserContextId: BrowserContextID? = null)(source)

Request object containing input parameters for the StorageDomain.clearCookies command.

Constructors

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

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

Browser context to use when called on the browser endpoint.