Uses of Class
org.openqa.selenium.devtools.v96.network.model.SignedExchangeSignature
-
Packages that use SignedExchangeSignature Package Description org.openqa.selenium.devtools.v96.network.model -
-
Uses of SignedExchangeSignature in org.openqa.selenium.devtools.v96.network.model
Methods in org.openqa.selenium.devtools.v96.network.model that return types with arguments of type SignedExchangeSignature Modifier and Type Method Description java.util.List<SignedExchangeSignature>SignedExchangeHeader. getSignatures()Signed exchange response signature.Constructor parameters in org.openqa.selenium.devtools.v96.network.model with type arguments of type SignedExchangeSignature Constructor Description SignedExchangeHeader(java.lang.String requestUrl, java.lang.Integer responseCode, Headers responseHeaders, java.util.List<SignedExchangeSignature> signatures, java.lang.String headerIntegrity)
-