Class ExemptedSetCookieWithReason
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.ExemptedSetCookieWithReason
A cookie should have been blocked by 3PCD but is exempted and stored from a response with the
corresponding reason. A cookie could only have at most one exemption reason.
-
Constructor Summary
ConstructorsConstructorDescriptionExemptedSetCookieWithReason(CookieExemptionReason exemptionReason, String cookieLine, Cookie cookie) -
Method Summary
Modifier and TypeMethodDescriptionThe cookie object representing the cookie.The string representing this individual cookie as it would appear in the header.The reason the cookie was exempted.
-
Constructor Details
-
ExemptedSetCookieWithReason
public ExemptedSetCookieWithReason(CookieExemptionReason exemptionReason, String cookieLine, Cookie cookie)
-
-
Method Details
-
getExemptionReason
The reason the cookie was exempted. -
getCookieLine
The string representing this individual cookie as it would appear in the header. -
getCookie
The cookie object representing the cookie.
-