0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/docs/browsers-api/browsers.cli._constructor_.md
2023-04-06 14:23:10 +02:00

434 B

sidebar_label
CLI.(constructor)

CLI.(constructor)

Constructs a new instance of the CLI class

Signature:

class CLI {
  constructor(cachePath?: string, rl?: readline.Interface);
}

Parameters

Parameter Type Description
cachePath string (Optional)
rl readline.Interface (Optional)