public interface TestBrowser
Modifier and Type | Method and Description |
---|---|
void |
clearCookies()
The TestBrowser persists the cookie storage during multiple calls.
|
List<org.apache.http.cookie.Cookie> |
getCookies() |
org.apache.http.cookie.Cookie |
getCookieWithName(String name)
Get cookie with a specific name.
|
Response |
makeRequest(Request httpRequest)
Make calls via this testBrowser.
|
List<org.apache.http.cookie.Cookie> getCookies()
org.apache.http.cookie.Cookie getCookieWithName(String name)
name
- Name of the cookievoid clearCookies()
Copyright © 2015. All Rights Reserved.