|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.ajocado.cookie.Cookie
public final class Cookie
The immutable representation of Cookie
| Method Summary | |
|---|---|
static Cookie |
createCookie(String name,
String value)
Creates cookie with specified name and value. |
boolean |
equals(Object obj)
|
String |
getName()
Returns name of the cookie |
String |
getValue()
Returns value of the cookie |
int |
hashCode()
|
String |
inSeleniumRepresentation()
Returns Selenium's string representation of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Cookie createCookie(String name,
String value)
name - the name of cookie (non-null)value - the value for cookie (non-null)
public String getName()
public String getValue()
public String inSeleniumRepresentation()
SeleniumRepresentable
inSeleniumRepresentation in interface SeleniumRepresentablepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||