Uses of Class
org.openqa.selenium.devtools.v97.network.model.BlockedSetCookieWithReason
-
Packages that use BlockedSetCookieWithReason Package Description org.openqa.selenium.devtools.v97.network.model -
-
Uses of BlockedSetCookieWithReason in org.openqa.selenium.devtools.v97.network.model
Methods in org.openqa.selenium.devtools.v97.network.model that return types with arguments of type BlockedSetCookieWithReason Modifier and Type Method Description java.util.List<BlockedSetCookieWithReason>ResponseReceivedExtraInfo. 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.v97.network.model with type arguments of type BlockedSetCookieWithReason Constructor Description ResponseReceivedExtraInfo(RequestId requestId, java.util.List<BlockedSetCookieWithReason> blockedCookies, Headers headers, IPAddressSpace resourceIPAddressSpace, java.lang.Integer statusCode, java.util.Optional<java.lang.String> headersText)
-