public class SeleniumCookieConverter extends com.google.common.base.Converter<org.openqa.selenium.Cookie,DeserializableCookie>
org.openqa.selenium.Cookie to and from class
DeserializableCookie.DeserializableCookie| Constructor and Description |
|---|
SeleniumCookieConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected org.openqa.selenium.Cookie |
doBackward(DeserializableCookie d) |
protected DeserializableCookie |
doForward(org.openqa.selenium.Cookie cookie) |
andThen, apply, convert, convertAll, equals, from, identity, reverseprotected DeserializableCookie doForward(org.openqa.selenium.Cookie cookie)
doForward in class com.google.common.base.Converter<org.openqa.selenium.Cookie,DeserializableCookie>protected org.openqa.selenium.Cookie doBackward(DeserializableCookie d)
doBackward in class com.google.common.base.Converter<org.openqa.selenium.Cookie,DeserializableCookie>Copyright © 2016–2018. All rights reserved.