GetCookiesRequest

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

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

A builder for GetCookiesRequest, which allows setting the optional parameters of the StorageDomain.getCookies command via a lambda.

Properties

Link copied to clipboard

Browser context to use when called on the browser endpoint.