Uses of Class
org.openqa.selenium.devtools.v85.network.model.SecurityDetails
-
Packages that use SecurityDetails Package Description org.openqa.selenium.devtools.v85.network.model -
-
Uses of SecurityDetails in org.openqa.selenium.devtools.v85.network.model
Methods in org.openqa.selenium.devtools.v85.network.model that return types with arguments of type SecurityDetails Modifier and Type Method Description java.util.Optional<SecurityDetails>Response. getSecurityDetails()Security details for the request.java.util.Optional<SecurityDetails>SignedExchangeInfo. getSecurityDetails()Security details for the signed exchange header.
-