| Package | Description |
|---|---|
| com.microsoft.playwright.options |
| Modifier and Type | Field and Description |
|---|---|
SameSiteAttribute |
Cookie.sameSite
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
static SameSiteAttribute |
SameSiteAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SameSiteAttribute[] |
SameSiteAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Cookie |
Cookie.setSameSite(SameSiteAttribute sameSite) |
Copyright © 2021. All rights reserved.