Uses of Class
org.openqa.selenium.devtools.v85.network.model.BlockedSetCookieWithReason
Packages that use BlockedSetCookieWithReason
-
Uses of BlockedSetCookieWithReason in org.openqa.selenium.devtools.v85.network.model
Methods in org.openqa.selenium.devtools.v85.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.v85.network.model with type arguments of type BlockedSetCookieWithReasonModifierConstructorDescriptionResponseReceivedExtraInfo(RequestId requestId, List<BlockedSetCookieWithReason> blockedCookies, Headers headers, Optional<String> headersText)