Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 379 Bytes

puppeteer.browserlaunchargumentoptions.userdatadir.md

File metadata and controls

15 lines (11 loc) · 379 Bytes
sidebar_label
BrowserLaunchArgumentOptions.userDataDir

BrowserLaunchArgumentOptions.userDataDir property

Path to a user data directory. see the Chromium docs for more info.

Signature:

interface BrowserLaunchArgumentOptions {
  userDataDir?: string;
}