Uses of Class
org.openqa.selenium.devtools.network.model.Cookie
-
Packages that use Cookie Package Description org.openqa.selenium.devtools.network org.openqa.selenium.devtools.network.model org.openqa.selenium.devtools.page org.openqa.selenium.devtools.storage -
-
Uses of Cookie in org.openqa.selenium.devtools.network
Methods in org.openqa.selenium.devtools.network that return types with arguments of type Cookie Modifier and Type Method Description static Command<java.util.List<Cookie>>Network. getAllCookies()Returns all browser cookies.static Command<java.util.List<Cookie>>Network. getCookies(java.util.Optional<java.util.List<java.lang.String>> urls)Returns all browser cookies for the current URL. -
Uses of Cookie in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return Cookie Modifier and Type Method Description CookieBlockedCookieWithReason. getCookie()The cookie object representing the cookie which was not sent.Methods in org.openqa.selenium.devtools.network.model that return types with arguments of type Cookie Modifier and Type Method Description java.util.Optional<Cookie>BlockedSetCookieWithReason. getCookie()The cookie object which represents the cookie which was not stored.Constructors in org.openqa.selenium.devtools.network.model with parameters of type Cookie Constructor Description BlockedCookieWithReason(java.util.List<CookieBlockedReason> blockedReasons, Cookie cookie)Constructor parameters in org.openqa.selenium.devtools.network.model with type arguments of type Cookie Constructor Description BlockedSetCookieWithReason(java.util.List<SetCookieBlockedReason> blockedReasons, java.lang.String cookieLine, java.util.Optional<Cookie> cookie) -
Uses of Cookie in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return types with arguments of type Cookie Modifier and Type Method Description static Command<java.util.List<Cookie>>Page. getCookies()Deprecated. -
Uses of Cookie in org.openqa.selenium.devtools.storage
Methods in org.openqa.selenium.devtools.storage that return types with arguments of type Cookie Modifier and Type Method Description static Command<java.util.List<Cookie>>Storage. getCookies(java.util.Optional<BrowserContextID> browserContextId)Returns all browser cookies.
-