Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.CookieSourceScheme
Packages that use CookieSourceScheme
-
Uses of CookieSourceScheme in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return CookieSourceSchemeModifier and TypeMethodDescriptionstatic CookieSourceSchemeCookieSourceScheme.fromString(String s) Cookie.getSourceScheme()Cookie source scheme type.static CookieSourceSchemeReturns the enum constant of this class with the specified name.static CookieSourceScheme[]CookieSourceScheme.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 CookieSourceSchemeConstructors in org.openqa.selenium.devtools.v141.network.model with parameters of type CookieSourceSchemeModifierConstructorDescriptionCookie(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)