| Package | Description |
|---|---|
| com.github.kklisura.cdt.protocol.commands | |
| com.github.kklisura.cdt.protocol.types.network |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
Network.setCookie(String name,
String value,
String url,
String domain,
String path,
Boolean secure,
Boolean httpOnly,
CookieSameSite sameSite,
Double expires,
CookiePriority priority,
Boolean sameParty,
CookieSourceScheme sourceScheme,
Integer sourcePort)
Sets a cookie with the given cookie data; may overwrite equivalent cookies if they exist.
|
| Modifier and Type | Method and Description |
|---|---|
CookieSourceScheme |
Cookie.getSourceScheme()
Cookie source scheme type.
|
CookieSourceScheme |
CookieParam.getSourceScheme()
Cookie source scheme type.
|
static CookieSourceScheme |
CookieSourceScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CookieSourceScheme[] |
CookieSourceScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cookie.setSourceScheme(CookieSourceScheme sourceScheme)
Cookie source scheme type.
|
void |
CookieParam.setSourceScheme(CookieSourceScheme sourceScheme)
Cookie source scheme type.
|
Copyright © 2021 Kenan Klisura. All rights reserved.