Uses of Class
org.openqa.selenium.devtools.fetch.model.AuthChallengeResponse
-
Packages that use AuthChallengeResponse Package Description org.openqa.selenium.devtools.fetch -
-
Uses of AuthChallengeResponse in org.openqa.selenium.devtools.fetch
Methods in org.openqa.selenium.devtools.fetch with parameters of type AuthChallengeResponse Modifier and Type Method Description static Command<java.lang.Void>
Fetch. continueWithAuth(RequestId requestId, AuthChallengeResponse authChallengeResponse)
Continues a request supplying authChallengeResponse following authRequired event.
-