Package | Description |
---|---|
org.openqa.selenium.remote |
Modifier and Type | Method and Description |
---|---|
static RemoteWebDriver.When |
RemoteWebDriver.When.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteWebDriver.When[] |
RemoteWebDriver.When.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
RemoteWebDriver.log(SessionId sessionId,
String commandName,
Object toLog,
RemoteWebDriver.When when)
Override this to be notified at key points in the execution of a command.
|
Copyright © 2015. All rights reserved.