Uses of Class
org.openqa.selenium.devtools.network.model.SignedExchangeError
-
Packages that use SignedExchangeError Package Description org.openqa.selenium.devtools.network.model -
-
Uses of SignedExchangeError in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return types with arguments of type SignedExchangeError Modifier and Type Method Description java.util.List<SignedExchangeError>SignedExchangeInfo. getErrors()Errors occurred while handling the signed exchagne.Constructor parameters in org.openqa.selenium.devtools.network.model with type arguments of type SignedExchangeError Constructor Description SignedExchangeInfo(Response outerResponse, SignedExchangeHeader header, SecurityDetails securityDetails, java.util.List<SignedExchangeError> errors)
-