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