Uses of Enum Class
org.openqa.selenium.devtools.v85.network.model.CookieSameSite
Packages that use CookieSameSite
-
Uses of CookieSameSite in org.openqa.selenium.devtools.v85.network.model
Methods in org.openqa.selenium.devtools.v85.network.model that return CookieSameSiteModifier and TypeMethodDescriptionstatic CookieSameSiteCookieSameSite.fromString(String s) static CookieSameSiteReturns the enum constant of this class with the specified name.static CookieSameSite[]CookieSameSite.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v85.network.model that return types with arguments of type CookieSameSiteModifier and TypeMethodDescriptionCookie.getSameSite()Cookie SameSite type.CookieParam.getSameSite()Cookie SameSite type.Constructor parameters in org.openqa.selenium.devtools.v85.network.model with type arguments of type CookieSameSite