class DeferredExecutor

All implemented interfaces:
webdriver.CommandExecutor

Wraps a promised webdriver.CommandExecutor, ensuring no commands are executed until the wrapped executor has been fully built.

new DeferredExecutor(delegate)

Parameters
delegatewebdriver.promise.Promise<webdriver.CommandExecutor>

The promised delegate.

Instance Methods

execute(command, callback)code ยป

Specified by: webdriver.CommandExecutor

Parameters
command?
callback?