Uses of Class
org.openqa.selenium.devtools.network.model.AuthChallenge
-
Packages that use AuthChallenge Package Description org.openqa.selenium.devtools.network.model -
-
Uses of AuthChallenge in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return AuthChallenge Modifier and Type Method Description AuthChallengeRequestIntercepted. getAuthChallenge()Deprecated.Details of the Authorization Challenge encountered.Constructors in org.openqa.selenium.devtools.network.model with parameters of type AuthChallenge Constructor Description RequestIntercepted(InterceptionId interceptionId, Request request, FrameId frameId, ResourceType resourceType, java.lang.Boolean isNavigationRequest, java.lang.Boolean isDownload, java.lang.String redirectUrl, AuthChallenge authChallenge, ErrorReason responseErrorReason, java.lang.Integer responseStatusCode, Headers responseHeaders, RequestId requestId)Deprecated.
-