Class CookieStub

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

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

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

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

    Constructors
    Constructor Description
    CookieStub​(java.lang.String name, java.lang.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​(java.lang.String name, java.lang.String value)