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)
Instance Methods