Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.CookieSameSite
Packages that use CookieSameSite
-
Uses of CookieSameSite in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.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.v141.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.v141.network.model with type arguments of type CookieSameSiteModifierConstructorDescriptionCookie(String name, String value, String domain, String path, Number expires, Integer size, Boolean httpOnly, Boolean secure, Boolean session, Optional<CookieSameSite> sameSite, CookiePriority priority, Boolean sameParty, CookieSourceScheme sourceScheme, Integer sourcePort, Optional<CookiePartitionKey> partitionKey, Optional<Boolean> partitionKeyOpaque)