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