Uses of Class
org.openqa.selenium.devtools.fetch.model.AuthChallenge
-
Packages that use AuthChallenge Package Description org.openqa.selenium.devtools.fetch.model -
-
Uses of AuthChallenge in org.openqa.selenium.devtools.fetch.model
Methods in org.openqa.selenium.devtools.fetch.model that return AuthChallenge Modifier and Type Method Description AuthChallenge
AuthRequired. getAuthChallenge()
Details of the Authorization Challenge encountered.Constructors in org.openqa.selenium.devtools.fetch.model with parameters of type AuthChallenge Constructor Description AuthRequired(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, AuthChallenge authChallenge)
-