org.openqa.selenium.security
Class UserAndPassword
java.lang.Object
org.openqa.selenium.security.UserAndPassword
- All Implemented Interfaces:
- Credentials
@Beta
public class UserAndPassword
- extends Object
- implements Credentials
Represents the authentication credentials for a user with username and password
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserAndPassword
public UserAndPassword(String username,
String password)
getUsername
public String getUsername()
getPassword
public String getPassword()
Copyright © 2013. All rights reserved.