Package org.openqa.selenium.remote
Interface Network
@Beta
public interface Network
-
Method Summary
Modifier and TypeMethodDescriptionlong
addAuthenticationHandler
(Predicate<URI> filter, org.openqa.selenium.UsernameAndPassword usernameAndPassword) long
addAuthenticationHandler
(org.openqa.selenium.UsernameAndPassword usernameAndPassword) void
void
removeAuthenticationHandler
(long id)
-
Method Details
-
addAuthenticationHandler
long addAuthenticationHandler(org.openqa.selenium.UsernameAndPassword usernameAndPassword) -
addAuthenticationHandler
-
removeAuthenticationHandler
void removeAuthenticationHandler(long id) -
clearAuthenticationHandlers
void clearAuthenticationHandlers()
-