Uses of Class
org.openqa.selenium.devtools.v141.network.model.CookieParam
Packages that use CookieParam
Package
Description
-
Uses of CookieParam in org.openqa.selenium.devtools.v141.network
Method parameters in org.openqa.selenium.devtools.v141.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.v141.storage
Method parameters in org.openqa.selenium.devtools.v141.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.