Uses of Class
org.openqa.selenium.devtools.v141.network.model.Cookie
Packages that use Cookie
Package
Description
-
Uses of Cookie in org.openqa.selenium.devtools.v141.network
Methods in org.openqa.selenium.devtools.v141.network that return types with arguments of type CookieModifier and TypeMethodDescriptionNetwork.getAllCookies()Deprecated.Network.getCookies(Optional<List<String>> urls) Returns all browser cookies for the current URL. -
Uses of Cookie in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return CookieModifier and TypeMethodDescriptionAssociatedCookie.getCookie()The cookie object representing the cookie which was not sent.ExemptedSetCookieWithReason.getCookie()The cookie object representing the cookie.Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type CookieModifier and TypeMethodDescriptionBlockedSetCookieWithReason.getCookie()The cookie object which represents the cookie which was not stored.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type CookieModifierConstructorDescriptionAssociatedCookie(Cookie cookie, List<CookieBlockedReason> blockedReasons, Optional<CookieExemptionReason> exemptionReason) ExemptedSetCookieWithReason(CookieExemptionReason exemptionReason, String cookieLine, Cookie cookie) Constructor parameters in org.openqa.selenium.devtools.v141.network.model with type arguments of type CookieModifierConstructorDescriptionBlockedSetCookieWithReason(List<SetCookieBlockedReason> blockedReasons, String cookieLine, Optional<Cookie> cookie) -
Uses of Cookie in org.openqa.selenium.devtools.v141.storage
Methods in org.openqa.selenium.devtools.v141.storage that return types with arguments of type CookieModifier and TypeMethodDescriptionStorage.getCookies(Optional<BrowserContextID> browserContextId) Returns all browser cookies.