webdriver
Version:
A Node.js bindings implementation for the W3C WebDriver and Mobile JSONWire Protocol
7 lines • 336 B
TypeScript
/**
* Kill the driver process after `deleteSession` command is done
* @param capabilities - the capabilities of the driver
* @param shutdownDriver - whether to shutdown the driver
*/
export declare function killDriverProcess(capabilities: WebdriverIO.Capabilities, shutdownDriver: boolean): void;
//# sourceMappingURL=utils.d.ts.map