GetCookiesParameter

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

Constructors

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

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.