geckodriver
Version:
Mozilla's Geckodriver for Node.js
5 lines • 306 B
TypeScript
import type { GeckodriverParameters } from './types.js';
export declare function hasAccess(filePath: string): Promise<boolean>;
export declare function getDownloadUrl(version: string): string;
export declare function parseParams(params: GeckodriverParameters): string[];
//# sourceMappingURL=utils.d.ts.map