Uses of Class
com.microsoft.playwright.options.SameSiteAttribute
-
Packages that use SameSiteAttribute Package Description com.microsoft.playwright.impl com.microsoft.playwright.options -
-
Uses of SameSiteAttribute in com.microsoft.playwright.impl
Methods in com.microsoft.playwright.impl that return SameSiteAttribute Modifier and Type Method Description SameSiteAttributeSerialization.SameSiteAdapter. read(com.google.gson.stream.JsonReader in)Methods in com.microsoft.playwright.impl with parameters of type SameSiteAttribute Modifier and Type Method Description voidSerialization.SameSiteAdapter. write(com.google.gson.stream.JsonWriter out, SameSiteAttribute value) -
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(java.lang.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.
-