Uses of Class
org.openqa.selenium.devtools.v141.fetch.model.AuthChallengeResponse
Packages that use AuthChallengeResponse
-
Uses of AuthChallengeResponse in org.openqa.selenium.devtools.v141.fetch
Methods in org.openqa.selenium.devtools.v141.fetch with parameters of type AuthChallengeResponseModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void> Fetch.continueWithAuth(RequestId requestId, AuthChallengeResponse authChallengeResponse) Continues a request supplying authChallengeResponse following authRequired event.