puppeteer
- Version 24.21.0
- Published
- 62.8 kB
- 6 dependencies
- Apache-2.0 license
Install
npm i puppeteer
yarn add puppeteer
pnpm add puppeteer
Overview
A high-level API to control headless Chrome over the DevTools Protocol
Index
Variables
Functions
Variables
variable executablePath
const executablePath: { (channel: ChromeReleaseChannel): string; (options: LaunchOptions): string; (): string;};
Modifiers
@public
variable puppeteer
const puppeteer: PuppeteerNode;
Modifiers
@public
Functions
function connect
connect: (options: ConnectOptions) => Promise<Browser>;
Modifiers
@public
function defaultArgs
defaultArgs: (options?: LaunchOptions) => string[];
Modifiers
@public
function launch
launch: (options?: LaunchOptions) => Promise<Browser>;
Modifiers
@public
function trimCache
trimCache: () => Promise<void>;
Modifiers
@public
Package Files (1)
Dependencies (6)
Dev Dependencies (1)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/puppeteer
.
- Markdown[](https://www.jsdocs.io/package/puppeteer)
- HTML<a href="https://www.jsdocs.io/package/puppeteer"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3156 ms. - Missing or incorrect documentation? Open an issue for this package.