Class ExemptedSetCookieWithReason

java.lang.Object
org.openqa.selenium.devtools.v141.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.
    • getCookieLine

      public String getCookieLine()
      The string representing this individual cookie as it would appear in the header.
    • getCookie

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