Uses of Class
com.microsoft.playwright.options.SameSiteAttribute
-
Packages that use SameSiteAttribute Package Description com.microsoft.playwright.options -
-
Uses of SameSiteAttribute in com.microsoft.playwright.options
Fields in com.microsoft.playwright.options declared as SameSiteAttribute Modifier and Type Field Description SameSiteAttributeCookie. sameSiteOptional.Methods in com.microsoft.playwright.options that return SameSiteAttribute Modifier and Type Method Description static SameSiteAttributeSameSiteAttribute. 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.Methods in com.microsoft.playwright.options with parameters of type SameSiteAttribute Modifier and Type Method Description CookieCookie. setSameSite(SameSiteAttribute sameSite)Optional.
-