Class BlockedCookieWithReason

java.lang.Object
org.openqa.selenium.devtools.v85.network.model.BlockedCookieWithReason

@Beta public class BlockedCookieWithReason extends Object
A cookie with was not sent with a request with the corresponding reason.
  • Constructor Details

  • Method Details

    • getBlockedReasons

      public List<CookieBlockedReason> getBlockedReasons()
      The reason(s) the cookie was blocked.
    • getCookie

      public Cookie getCookie()
      The cookie object representing the cookie which was not sent.