public interface CookieFilter
| Modifier and Type | Method and Description |
|---|---|
Predicate<org.apache.http.cookie.Cookie> |
makeApacheOriginPredicate(org.apache.http.cookie.CookieOrigin cookieOrigin) |
Predicate<org.apache.http.cookie.Cookie> |
makeApachePredicate(URL url,
Date date) |
Predicate<org.openqa.selenium.Cookie> |
makeSeleniumPredicate(URL url,
Date date) |
Copyright © 2016–2018. All rights reserved.