Uses of Class
org.openqa.selenium.UsernameAndPassword
-
Packages that use UsernameAndPassword Package Description org.openqa.selenium.devtools.idealized org.openqa.selenium.grid.security org.openqa.selenium.remote -
-
Uses of UsernameAndPassword in org.openqa.selenium.devtools.idealized
Methods in org.openqa.selenium.devtools.idealized with parameters of type UsernameAndPassword Modifier and Type Method Description protected abstract Command<java.lang.Void>
Network. continueWithAuth(AUTHREQUIRED authRequired, UsernameAndPassword credentials)
-
Uses of UsernameAndPassword in org.openqa.selenium.grid.security
Methods in org.openqa.selenium.grid.security that return UsernameAndPassword Modifier and Type Method Description UsernameAndPassword
SecretOptions. getServerAuthentication()
-
Uses of UsernameAndPassword in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote with parameters of type UsernameAndPassword Modifier and Type Method Description RemoteWebDriverBuilder
RemoteWebDriverBuilder. authenticateAs(UsernameAndPassword usernameAndPassword)
-