Uses of Class
org.openqa.selenium.UsernameAndPassword
Packages that use UsernameAndPassword
Package
Description
-
Uses of UsernameAndPassword in org.openqa.selenium.bidi.module
Methods in org.openqa.selenium.bidi.module with parameters of type UsernameAndPasswordModifier and TypeMethodDescriptionvoid
Network.continueWithAuth
(String requestId, UsernameAndPassword usernameAndPassword) -
Uses of UsernameAndPassword in org.openqa.selenium.bidi.network
Methods in org.openqa.selenium.bidi.network with parameters of type UsernameAndPasswordModifier and TypeMethodDescriptionContinueResponseParameters.credentials
(UsernameAndPassword credentials) -
Uses of UsernameAndPassword in org.openqa.selenium.devtools.idealized
Methods in org.openqa.selenium.devtools.idealized with parameters of type UsernameAndPasswordModifier and TypeMethodDescriptionNetwork.continueWithAuth
(AUTHREQUIRED authRequired, UsernameAndPassword credentials) -
Uses of UsernameAndPassword in org.openqa.selenium.grid.security
Methods in org.openqa.selenium.grid.security that return UsernameAndPassword -
Uses of UsernameAndPassword in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote with parameters of type UsernameAndPasswordModifier and TypeMethodDescriptionlong
Network.addAuthenticationHandler
(Predicate<URI> filter, UsernameAndPassword usernameAndPassword) long
Network.addAuthenticationHandler
(UsernameAndPassword usernameAndPassword) RemoteWebDriverBuilder.authenticateAs
(UsernameAndPassword usernameAndPassword)