Handles the execution of {@code webdriver.Command} objects.
Executes the given {@code 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 {@link bot.response.ResponseObject} object.
The command to execute.
the function to invoke when the command response is ready.