GetCookiesRequest

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

Request object containing input parameters for the StorageDomain.getCookies 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.