Class ExemptedSetCookieWithReason
java.lang.Object
org.openqa.selenium.devtools.v123.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, Cookie cookie) -
Method Summary
Modifier and TypeMethodDescriptionThe cookie object representing the cookie.The reason the cookie was exempted.
-
Constructor Details
-
ExemptedSetCookieWithReason
-
-
Method Details
-
getExemptionReason
The reason the cookie was exempted. -
getCookie
The cookie object representing the cookie.
-