org.openqa.selenium.internal
Class ReturnedCookie

java.lang.Object
  extended by org.openqa.selenium.Cookie
      extended by org.openqa.selenium.internal.ReturnedCookie

Deprecated. Use Cookie instead.

@Deprecated
public class ReturnedCookie
extends Cookie


Nested Class Summary
 
Nested classes/interfaces inherited from class org.openqa.selenium.Cookie
Cookie.Builder
 
Constructor Summary
ReturnedCookie(java.lang.String name, java.lang.String value, java.lang.String domain, java.lang.String path, java.util.Date expiry, boolean isSecure)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.openqa.selenium.Cookie
equals, getDomain, getExpiry, getName, getPath, getValue, hashCode, isSecure, toString, validate
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ReturnedCookie

public ReturnedCookie(java.lang.String name,
                      java.lang.String value,
                      java.lang.String domain,
                      java.lang.String path,
                      java.util.Date expiry,
                      boolean isSecure)
Deprecated. 


Copyright © 2011. All Rights Reserved.