@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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
81.0.514,167ts5.8
81.0.514,167ts5.7
81.0.514,167latest
81.0.514,167ts4.5
81.0.514,167ts4.6
81.0.514,167ts4.7
81.0.514,167ts4.8
81.0.514,167ts4.9
81.0.514,167ts5.0
81.0.514,167ts5.1
81.0.514,167ts5.2
81.0.514,167ts5.3
81.0.514,167ts5.4
81.0.514,167ts5.5
81.0.514,167ts5.9
81.0.514,167ts5.6
81.0.514,167ts6.0
2.38.0816ts2.0
2.38.0816ts2.1
2.38.0816ts2.2
2.38.0816ts2.3
2.38.0816ts2.4
2.38.0816ts2.5
2.38.0816ts2.6
2.38.0816ts2.7
81.0.1382ts3.8
81.0.1382ts3.9
81.0.1382ts4.0
81.0.1382ts4.1
81.0.1382ts4.2
81.0.0339ts2.8
81.0.0339ts2.9
81.0.0339ts3.0
81.0.0339ts3.1
81.0.0339ts3.2
81.0.0339ts3.3
81.0.0339ts3.4
81.0.0339ts3.5
81.0.0339ts3.6
81.0.0339ts3.7
81.0.2246ts4.3
81.0.2246ts4.4

Version History

VersionDownloads (Last 7 Days)Published
81.0.514,167
81.0.437
81.0.33
81.0.2246
81.0.1382
81.0.0339
2.38.0816

Package Sidebar

Install

npm i @types/chromedriver

Weekly Downloads

15,990

Version

81.0.5

License

MIT

Unpacked Size

3.49 kB

Total Files

5

Last publish

Collaborators

  • types