geckodriver
Version:
Mozilla's Geckodriver for Node.js
8 lines • 407 B
TypeScript
/// <reference types="node" />
import cp from 'node:child_process';
import { download as downloadDriver } from './install.js';
import type { GeckodriverParameters } from './types.js';
export declare function start(params: GeckodriverParameters): Promise<cp.ChildProcessWithoutNullStreams>;
export declare const download: typeof downloadDriver;
export * from './types.js';
//# sourceMappingURL=index.d.ts.map