Builder

class Builder(val cookies: List<CookieParam>)

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

Constructors

Link copied to clipboard
constructor(cookies: List<CookieParam>)

Properties

Link copied to clipboard

Browser context to use when called on the browser endpoint.

Link copied to clipboard

Cookies to be set.

Functions

Link copied to clipboard