Uses of Class
org.openqa.selenium.devtools.v112.network.model.CookieParam
-
Packages that use CookieParam Package Description org.openqa.selenium.devtools.v112.network org.openqa.selenium.devtools.v112.storage -
-
Uses of CookieParam in org.openqa.selenium.devtools.v112.network
Method parameters in org.openqa.selenium.devtools.v112.network with type arguments of type CookieParam Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Network. setCookies(java.util.List<CookieParam> cookies)Sets given cookies. -
Uses of CookieParam in org.openqa.selenium.devtools.v112.storage
Method parameters in org.openqa.selenium.devtools.v112.storage with type arguments of type CookieParam Modifier and Type Method Description static org.openqa.selenium.devtools.Command<java.lang.Void>Storage. setCookies(java.util.List<CookieParam> cookies, java.util.Optional<BrowserContextID> browserContextId)Sets given cookies.
-