Package org.openqa.selenium
Interface Credentials
- All Known Implementing Classes:
 UsernameAndPassword
public interface Credentials
Marker interface for credentials used for authenticating a browser to a site, typically via
 
UsernameAndPassword and Basic or Digest authentication.