module selenium-webdriver/executors
Various utilities for working with webdriver.CommandExecutor implementations.
Functions
createExecutor(url)code ยป
Creates a command executor that uses WebDriver's JSON wire protocol.
Types
- DeferredExecutor
Wraps a promised webdriver.CommandExecutor, ensuring no commands are executed until the wrapped executor has been fully built.