@types/chromedriver
TypeScript icon, indicating that this package has built-in type declarations

81.0.5 • Public • Published

Installation

npm install --save @types/chromedriver

Summary

This package contains type definitions for chromedriver (https://github.com/giggio/node-chromedriver).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/chromedriver.

index.d.ts

/// <reference types="node" />

import { ChildProcess } from "child_process";

export const path: string;
export const version: string;

export function start(args: readonly string[] | null | undefined, returnPromise: true): Promise<ChildProcess>;
export function start(args?: readonly string[], returnPromise?: false): ChildProcess;

export function stop(): void;

export const defaultInstance: ChildProcess | undefined;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:23 GMT
  • Dependencies: @types/node

Credits

These definitions were written by Peter Safranek.

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/chromedriver

    Weekly Downloads

    34,985

    Version

    81.0.5

    License

    MIT

    Unpacked Size

    3.49 kB

    Total Files

    5

    Last publish

    Collaborators

    • types