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.networkMethods 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.Methods in org.openqa.selenium.bidi.network with parameters of type Cookie.SameSiteConstructors 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) 
- 
Uses of Cookie.SameSite in org.openqa.selenium.bidi.storageMethods in org.openqa.selenium.bidi.storage with parameters of type Cookie.SameSiteModifier and TypeMethodDescriptionCookieFilter.sameSite(Cookie.SameSite sameSite) PartialCookie.sameSite(Cookie.SameSite sameSite)