Package | Description |
---|---|
org.openqa.selenium | |
org.openqa.selenium.logging | |
org.openqa.selenium.security |
Modifier and Type | Interface and Description |
---|---|
static interface |
WebDriver.Window |
Modifier and Type | Method and Description |
---|---|
void |
Alert.authenticateUsing(Credentials credentials) |
Logs |
WebDriver.Options.logs()
Gets the
Logs interface used to fetch different types of logs. |
WebDriver.Window |
WebDriver.Options.window()
Returns the interface for managing the current window.
|
Modifier and Type | Class and Description |
---|---|
class |
LogEntries
Represent a pool of
LogEntry . |
interface |
Logs
Interface for providing logs.
|
class |
SessionLogs
Contains the logs for a session divided by supported log types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Credentials
Marker interface used to indicate that this object can be used for
authentication.
|
class |
UserAndPassword
Represents the authentication credentials for a user with username and password
|
Copyright © 2013. All rights reserved.