Class CookieValue

java.lang.Object
jp.vmi.selenium.selenese.log.CookieValue

public class CookieValue
extends Object
Value of Cookie.
  • Field Details

    • key

      public final CookieKey key
    • value

      public final String value
    • expiry

      public final Date expiry
  • Constructor Details

  • Method Details

    • equalsWithoutExpiry

      public boolean equalsWithoutExpiry​(CookieValue other)
    • toString

      public String toString()
      Overrides:
      toString in class Object