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 -
-
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.CookieBlockedSetCookieWithReason. 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(CookieBlockedReason blockedReason, Cookie cookie)BlockedSetCookieWithReason(SetCookieBlockedReason blockedReason, java.lang.String cookieLine, 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.
-