diff --git a/types/puppeteer/index.d.ts b/types/puppeteer/index.d.ts index a325a871be..0cce35fc95 100644 --- a/types/puppeteer/index.d.ts +++ b/types/puppeteer/index.d.ts @@ -1203,6 +1203,8 @@ export interface Target { } export interface LaunchOptions { + /** Whether to open chrome in appMode. Defaults to false. */ + appMode?: boolean; /** Whether to ignore HTTPS errors during navigation. Defaults to false. */ ignoreHTTPSErrors?: boolean; /** Do not use `puppeteer.defaultArgs()` for launching Chromium. Defaults to false. */