Class ExemptedSetCookieWithReason

java.lang.Object
org.openqa.selenium.devtools.v123.network.model.ExemptedSetCookieWithReason

@Beta public class ExemptedSetCookieWithReason extends Object
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 Details

  • Method Details

    • getExemptionReason

      public CookieExemptionReason getExemptionReason()
      The reason the cookie was exempted.
    • getCookie

      public Cookie getCookie()
      The cookie object representing the cookie.