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