pl.wendigo.chrome.domain.network / GetCookiesRequest

GetCookiesRequest

data class GetCookiesRequest (source)

Represents request frame that can be used with Network.getCookies method call.

Returns all browser cookies for the current URL. Depending on the backend support, will return detailed cookie information in the cookies field.

Constructors

<init>

GetCookiesRequest(urls: List<String>? = null)

Represents request frame that can be used with Network.getCookies method call.

Properties

urls

val urls: List<String>?

The list of URLs for which applicable cookies will be fetched