Interface webdriver.CommandExecutor
code »Handles the execution of webdriver.Command objects.
Show:
Instance Methods
Executes the given command. If there is an error executing the
command, the provided callback will be invoked with the offending error.
Otherwise, the callback will be invoked with a null Error and non-null
bot.response.ResponseObject object.
command. If there is an error executing the
command, the provided callback will be invoked with the offending error.
Otherwise, the callback will be invoked with a null Error and non-null
bot.response.ResponseObject object.| Parameters |
|---|
|