Uses of Interface
org.openqa.selenium.Credentials
Packages that use Credentials
Package
Description
-
Uses of Credentials in org.openqa.selenium
Classes in org.openqa.selenium that implement CredentialsModifier and TypeClassDescriptionclass
A 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 TypeMethodDescriptionvoid
HasAuthentication.register
(Predicate<URI> whenThisMatches, Supplier<Credentials> useTheseCredentials) Registers a check for whether a set ofCredentials
should be used for a particular site, identified by its URI.default void
HasAuthentication.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.chromium
Method parameters in org.openqa.selenium.chromium with type arguments of type CredentialsModifier and TypeMethodDescriptionvoid
ChromiumDriver.register
(Predicate<URI> whenThisMatches, Supplier<Credentials> useTheseCredentials) -
Uses of Credentials in org.openqa.selenium.devtools.idealized
Methods 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 TypeMethodDescriptionvoid
Network.addAuthHandler
(Predicate<URI> whenThisMatches, Supplier<Credentials> useTheseCredentials) -
Uses of Credentials in org.openqa.selenium.remote.http
Methods 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 CredentialsModifierConstructorDescriptionprotected
ClientConfig
(URI baseUri, Duration connectionTimeout, Duration readTimeout, Filter filters, Proxy proxy, Credentials credentials, SSLContext sslContext, String version)