Uses of Enum Class
org.openqa.selenium.bidi.network.Cookie.SameSite
Packages that use Cookie.SameSite
-
Uses of Cookie.SameSite in org.openqa.selenium.bidi.network
Methods in org.openqa.selenium.bidi.network that return Cookie.SameSiteModifier and TypeMethodDescriptionstatic Cookie.SameSiteCookie.SameSite.findByName(String name) Cookie.getSameSite()static Cookie.SameSiteReturns the enum constant of this class with the specified name.static Cookie.SameSite[]Cookie.SameSite.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.bidi.network with parameters of type Cookie.SameSiteModifierConstructorDescriptionCookie(String name, BytesValue value, String domain, String path, long size, boolean isSecure, boolean httpOnly, Cookie.SameSite sameSite, Optional<Long> expiry)