Uses of Class
org.openqa.selenium.devtools.v95.network.model.BlockedCookieWithReason
-
Packages that use BlockedCookieWithReason Package Description org.openqa.selenium.devtools.v95.network.model -
-
Uses of BlockedCookieWithReason in org.openqa.selenium.devtools.v95.network.model
Methods in org.openqa.selenium.devtools.v95.network.model that return types with arguments of type BlockedCookieWithReason Modifier and Type Method Description java.util.List<BlockedCookieWithReason>RequestWillBeSentExtraInfo. getAssociatedCookies()A list of cookies potentially associated to the requested URL.Constructor parameters in org.openqa.selenium.devtools.v95.network.model with type arguments of type BlockedCookieWithReason Constructor Description RequestWillBeSentExtraInfo(RequestId requestId, java.util.List<BlockedCookieWithReason> associatedCookies, Headers headers, ConnectTiming connectTiming, java.util.Optional<ClientSecurityState> clientSecurityState)
-