We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4cd94 commit e404e46Copy full SHA for e404e46
1 file changed
lib/geckodriver.d.ts
@@ -0,0 +1,12 @@
1
+/// <reference types="node" />
2
+
3
+import { ChildProcess } from 'child_process';
4
5
+export const path: string;
6
+export const version: string;
7
8
+export function start(args?: ReadonlyArray<string>): ChildProcess;
9
10
+export function stop(): void;
11
12
+export const defaultInstance: ChildProcess | undefined;
0 commit comments