Uses of Interface
org.openqa.selenium.Credentials
Packages that use Credentials
Package
Description
- 
Uses of Credentials in org.openqa.seleniumClasses in org.openqa.selenium that implement CredentialsModifier and TypeClassDescriptionclassA combination of username and password to use when authenticating a browser with a website.Methods in org.openqa.selenium that return types with arguments of type CredentialsMethod parameters in org.openqa.selenium with type arguments of type CredentialsModifier and TypeMethodDescriptionvoidHasAuthentication.register(Predicate<URI> whenThisMatches, Supplier<Credentials> useTheseCredentials) Registers a check for whether a set ofCredentialsshould be used for a particular site, identified by its URI.default voidHasAuthentication.register(Supplier<Credentials> alwaysUseTheseCredentials) AsHasAuthentication.register(Predicate, Supplier)but attempts to apply the credentials for any request for authorization.
- 
Uses of Credentials in org.openqa.selenium.chromiumMethod parameters in org.openqa.selenium.chromium with type arguments of type CredentialsModifier and TypeMethodDescriptionvoidChromiumDriver.register(Predicate<URI> whenThisMatches, Supplier<Credentials> useTheseCredentials) 
- 
Uses of Credentials in org.openqa.selenium.devtools.idealizedMethods in org.openqa.selenium.devtools.idealized that return types with arguments of type CredentialsModifier and TypeMethodDescriptionprotected Optional<Credentials>Network.getAuthCredentials(URI uri) Method parameters in org.openqa.selenium.devtools.idealized with type arguments of type CredentialsModifier and TypeMethodDescriptionvoidNetwork.addAuthHandler(Predicate<URI> whenThisMatches, Supplier<Credentials> useTheseCredentials) 
- 
Uses of Credentials in org.openqa.selenium.remote.httpMethods in org.openqa.selenium.remote.http that return CredentialsMethods in org.openqa.selenium.remote.http with parameters of type CredentialsConstructors in org.openqa.selenium.remote.http with parameters of type CredentialsModifierConstructorDescriptionprotectedClientConfig(URI baseUri, Duration connectionTimeout, Duration readTimeout, Filter filters, Proxy proxy, Credentials credentials, SSLContext sslContext, String version)