Class AffectedCookie
- java.lang.Object
-
- org.openqa.selenium.devtools.v112.audits.model.AffectedCookie
-
public class AffectedCookie extends java.lang.Object
Information about a cookie that is affected by an inspector issue.
-
-
Constructor Summary
Constructors Constructor Description AffectedCookie(java.lang.String name, java.lang.String path, java.lang.String domain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDomain()
java.lang.String
getName()
The following three properties uniquely identify a cookiejava.lang.String
getPath()
-