Uses of Enum Class
org.openqa.selenium.remote.RemoteWebDriver.When
Packages that use RemoteWebDriver.When
-
Uses of RemoteWebDriver.When in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote that return RemoteWebDriver.WhenModifier and TypeMethodDescriptionstatic RemoteWebDriver.When
Returns the enum constant of this class with the specified name.static RemoteWebDriver.When[]
RemoteWebDriver.When.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.remote with parameters of type RemoteWebDriver.WhenModifier and TypeMethodDescriptionprotected 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.