Uses of Class
org.openqa.selenium.devtools.network.model.BlockedCookieWithReason
-
Packages that use BlockedCookieWithReason Package Description org.openqa.selenium.devtools.network.model -
-
Uses of BlockedCookieWithReason in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return types with arguments of type BlockedCookieWithReason Modifier and Type Method Description java.util.List<BlockedCookieWithReason>RequestWillBeSentExtraInfo. getBlockedCookies()A list of cookies which will not be sent with this request along with corresponding reasons for blocking.Constructor parameters in org.openqa.selenium.devtools.network.model with type arguments of type BlockedCookieWithReason Constructor Description RequestWillBeSentExtraInfo(RequestId requestId, java.util.List<BlockedCookieWithReason> blockedCookies, Headers headers)
-