Uses of Class
org.openqa.selenium.devtools.v115.network.model.Cookie
Packages that use Cookie
Package
Description
-
Uses of Cookie in org.openqa.selenium.devtools.v115.network
Methods in org.openqa.selenium.devtools.v115.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.v115.network.model
Methods in org.openqa.selenium.devtools.v115.network.model that return CookieModifier and TypeMethodDescriptionBlockedCookieWithReason.getCookie()The cookie object representing the cookie which was not sent.Methods in org.openqa.selenium.devtools.v115.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.v115.network.model with parameters of type CookieModifierConstructorDescriptionBlockedCookieWithReason(List<CookieBlockedReason> blockedReasons, Cookie cookie) Constructor parameters in org.openqa.selenium.devtools.v115.network.model with type arguments of type CookieModifierConstructorDescriptionBlockedSetCookieWithReason(List<SetCookieBlockedReason> blockedReasons, String cookieLine, Optional<Cookie> cookie) -
Uses of Cookie in org.openqa.selenium.devtools.v115.page
Methods in org.openqa.selenium.devtools.v115.page that return types with arguments of type Cookie -
Uses of Cookie in org.openqa.selenium.devtools.v115.storage
Methods in org.openqa.selenium.devtools.v115.storage that return types with arguments of type CookieModifier and TypeMethodDescriptionStorage.getCookies(Optional<BrowserContextID> browserContextId) Returns all browser cookies.