Package org.openqa.selenium.remote
Interface Network
-
Method Summary
Modifier and TypeMethodDescriptionlongaddAuthenticationHandler(Predicate<URI> filter, UsernameAndPassword usernameAndPassword) longaddAuthenticationHandler(UsernameAndPassword usernameAndPassword) longaddRequestHandler(Predicate<URI> filter, UnaryOperator<HttpRequest> handler) voidvoidvoidremoveAuthenticationHandler(long id) voidremoveRequestHandler(long id)
-
Method Details
-
addAuthenticationHandler
-
addAuthenticationHandler
-
removeAuthenticationHandler
void removeAuthenticationHandler(long id) -
clearAuthenticationHandlers
void clearAuthenticationHandlers() -
addRequestHandler
-
removeRequestHandler
void removeRequestHandler(long id) -
clearRequestHandlers
void clearRequestHandlers()
-