| 程序包 | 说明 |
|---|---|
| org.openqa.selenium | |
| org.openqa.selenium.logging | |
| org.openqa.selenium.os | |
| org.openqa.selenium.remote | |
| org.openqa.selenium.remote.service | |
| org.openqa.selenium.security |
| 限定符和类型 | 接口和说明 |
|---|---|
static interface |
WebDriver.Window |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Alert.authenticateUsing(Credentials credentials)
Authenticate an HTTP Basic Auth dialog.
|
Map<String,String> |
UnhandledAlertException.getAlert() |
Logs |
WebDriver.Options.logs()
Gets the
Logs interface used to fetch different types of logs. |
void |
Alert.setCredentials(Credentials credentials) |
| 限定符和类型 | 类和说明 |
|---|---|
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.
|
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Kernel32 |
class |
WindowsProcessGroup
Utility class for grouping a set of processes into a process group on
Windows.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
JdkAugmenter
Enhance the interfaces implemented by an instance of the
RemoteWebDriver based on the returned
Capabilities of the driver. |
class |
RemoteLogs |
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ErrorCodes.SUCCESS_STRING |
| 限定符和类型 | 方法和说明 |
|---|---|
<X> X |
RemoteWebElement.getScreenshotAs(OutputType<X> outputType) |
| 限定符和类型 | 方法和说明 |
|---|---|
B |
DriverService.Builder.withEnvironment(Map<String,String> environment)
Defines the environment for the launched driver server.
|
| 限定符和类型 | 接口和说明 |
|---|---|
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
|