Class CookieStub

java.lang.Object
org.openqa.selenium.Cookie
net.thucydides.core.webdriver.stubs.CookieStub
All Implemented Interfaces:
Serializable

public class CookieStub extends org.openqa.selenium.Cookie
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.openqa.selenium.Cookie

    org.openqa.selenium.Cookie.Builder
  • Constructor Summary

    Constructors
    Constructor
    Description
    CookieStub(String name, String value)
     
  • Method Summary

    Methods inherited from class org.openqa.selenium.Cookie

    equals, getDomain, getExpiry, getName, getPath, getValue, hashCode, isHttpOnly, isSecure, toJson, toString, validate

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CookieStub

      public CookieStub(String name, String value)