chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.audits / AffectedCookie

AffectedCookie

data class AffectedCookie

Information about a cookie that is affected by an inspector issue.

Constructors

<init>

Information about a cookie that is affected by an inspector issue.

AffectedCookie(name: String, path: String, domain: String)

Properties

domain

val domain: String

name

The following three properties uniquely identify a cookie

val name: String

path

val path: String