Uses of Class
org.openqa.selenium.devtools.v96.network.model.AuthChallenge
-
Packages that use AuthChallenge Package Description org.openqa.selenium.devtools.v96.network.model -
-
Uses of AuthChallenge in org.openqa.selenium.devtools.v96.network.model
Methods in org.openqa.selenium.devtools.v96.network.model that return types with arguments of type AuthChallenge Modifier and Type Method Description java.util.Optional<AuthChallenge>RequestIntercepted. getAuthChallenge()Deprecated.Details of the Authorization Challenge encountered.
-