|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteWebDriver.When | |
---|---|
org.openqa.selenium.remote |
Uses of RemoteWebDriver.When in org.openqa.selenium.remote |
---|
Methods in org.openqa.selenium.remote that return RemoteWebDriver.When | |
---|---|
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. |
Methods in org.openqa.selenium.remote with parameters of type RemoteWebDriver.When | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |