GetCookiesRequest

@Serializable
data class GetCookiesRequest(val urls: List<String>? = null)

Request object containing input parameters for the NetworkDomain.getCookies command.

Constructors

Link copied to clipboard
constructor(urls: List<String>? = null)

Types

Link copied to clipboard
class Builder

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

Properties

Link copied to clipboard
val urls: List<String>? = null

The list of URLs for which applicable cookies will be fetched. If not specified, it's assumed to be set to the list containing the URLs of the page and all of its subframes.