Class DeviceBoundSessionCookieCraving

java.lang.Object
org.openqa.selenium.devtools.v145.network.model.DeviceBoundSessionCookieCraving

@Beta public class DeviceBoundSessionCookieCraving extends Object
A device bound session's cookie craving.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      The name of the craving.
    • getDomain

      public String getDomain()
      The domain of the craving.
    • getPath

      public String getPath()
      The path of the craving.
    • getSecure

      public Boolean getSecure()
      The `Secure` attribute of the craving attributes.
    • getHttpOnly

      public Boolean getHttpOnly()
      The `HttpOnly` attribute of the craving attributes.
    • getSameSite

      public Optional<CookieSameSite> getSameSite()
      The `SameSite` attribute of the craving attributes.