Uses of Class
org.openqa.selenium.remote.RemoteWebDriver.When
-
Packages that use RemoteWebDriver.When Package Description org.openqa.selenium.remote -
-
Uses of RemoteWebDriver.When in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return RemoteWebDriver.When Modifier and Type Method Description static RemoteWebDriver.When
RemoteWebDriver.When. valueOf(java.lang.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 Modifier and Type Method Description protected void
RemoteWebDriver. log(SessionId sessionId, java.lang.String commandName, java.lang.Object toLog, RemoteWebDriver.When when)
Override this to be notified at key points in the execution of a command.
-