Uses of Class
org.openqa.selenium.devtools.network.model.SignedExchangeHeader
-
Packages that use SignedExchangeHeader Package Description org.openqa.selenium.devtools.network.model -
-
Uses of SignedExchangeHeader in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return SignedExchangeHeader Modifier and Type Method Description SignedExchangeHeaderSignedExchangeInfo. getHeader()Information about the signed exchange header.Constructors in org.openqa.selenium.devtools.network.model with parameters of type SignedExchangeHeader Constructor Description SignedExchangeInfo(Response outerResponse, SignedExchangeHeader header, SecurityDetails securityDetails, java.util.List<SignedExchangeError> errors)
-