From b8806d5625ca7835abbaf2e997b0bf35a5679e29 Mon Sep 17 00:00:00 2001 From: Christopher Patty Date: Tue, 12 Oct 2021 08:07:18 -0600 Subject: [PATCH] Adds default flag to export tagged PDFs in anticipation of Chrome 81 (#5337) Co-authored-by: Jan Scheffler --- src/node/Launcher.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/node/Launcher.ts b/src/node/Launcher.ts index 648ca7b0f73..dd2a0c9abd5 100644 --- a/src/node/Launcher.ts +++ b/src/node/Launcher.ts @@ -208,6 +208,7 @@ class ChromeLauncher implements ProductLauncher { // TODO(sadym): remove '--enable-blink-features=IdleDetection' // once IdleDetection is turned on by default. '--enable-blink-features=IdleDetection', + '--export-tagged-pdf', ]; const { devtools = false,