| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.commands | |
| com.qeagle.devtools.protocol.types.network |
| Modifier and Type | Method and Description |
|---|---|
List<Cookie> |
Network.getAllCookies()
Returns all browser cookies.
|
List<Cookie> |
Network.getCookies()
Returns all browser cookies for the current URL.
|
List<Cookie> |
Network.getCookies(List<String> urls)
Returns all browser cookies for the current URL.
|
| Modifier and Type | Method and Description |
|---|---|
Cookie |
BlockedCookieWithReason.getCookie()
The cookie object representing the cookie which was not sent.
|
Cookie |
BlockedSetCookieWithReason.getCookie()
The cookie object which represents the cookie which was not stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BlockedCookieWithReason.setCookie(Cookie cookie)
The cookie object representing the cookie which was not sent.
|
void |
BlockedSetCookieWithReason.setCookie(Cookie cookie)
The cookie object which represents the cookie which was not stored.
|
Copyright © 2020. All rights reserved.