pl.wendigo.chrome.api.network / GetCookiesRequest

GetCookiesRequest

data class GetCookiesRequest (source)

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

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

Link
Network#getCookies method documentation.

See Also

NetworkOperations.getCookies

Constructors

<init>

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

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

Properties

urls

val urls: List<String>?

The list of URLs for which applicable cookies will be fetched