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 TypeMethodDescriptionvoidNetwork.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 TypeMethodDescriptionlongNetwork.addAuthenticationHandler(Predicate<URI> filter, UsernameAndPassword usernameAndPassword) longNetwork.addAuthenticationHandler(UsernameAndPassword usernameAndPassword) RemoteWebDriverBuilder.authenticateAs(UsernameAndPassword usernameAndPassword)