Uses of Class
org.openqa.selenium.devtools.v141.network.model.BlockedSetCookieWithReason
Packages that use BlockedSetCookieWithReason
-
Uses of BlockedSetCookieWithReason in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type BlockedSetCookieWithReasonModifier and TypeMethodDescriptionResponseReceivedExtraInfo.getBlockedCookies()A list of cookies which were not stored from the response along with the corresponding reasons for blocking.Constructor parameters in org.openqa.selenium.devtools.v141.network.model with type arguments of type BlockedSetCookieWithReasonModifierConstructorDescriptionResponseReceivedExtraInfo(RequestId requestId, List<BlockedSetCookieWithReason> blockedCookies, Headers headers, IPAddressSpace resourceIPAddressSpace, Integer statusCode, Optional<String> headersText, Optional<CookiePartitionKey> cookiePartitionKey, Optional<Boolean> cookiePartitionKeyOpaque, Optional<List<ExemptedSetCookieWithReason>> exemptedCookies)