Uses of Class
org.openqa.selenium.devtools.v141.network.model.AssociatedCookie
Packages that use AssociatedCookie
-
Uses of AssociatedCookie in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type AssociatedCookieModifier and TypeMethodDescriptionRequestWillBeSentExtraInfo.getAssociatedCookies()A list of cookies potentially associated to the requested URL.Constructor parameters in org.openqa.selenium.devtools.v141.network.model with type arguments of type AssociatedCookieModifierConstructorDescriptionRequestWillBeSentExtraInfo(RequestId requestId, List<AssociatedCookie> associatedCookies, Headers headers, ConnectTiming connectTiming, Optional<ClientSecurityState> clientSecurityState, Optional<Boolean> siteHasCookieInOtherPartition)