Adds default flag to export tagged PDFs in anticipation of Chrome 81 (#5337)

Co-authored-by: Jan Scheffler <janscheffler@chromium.org>
This commit is contained in:
Christopher Patty 2021-10-12 08:07:18 -06:00 committed by GitHub
parent 72edaf9ac9
commit b8806d5625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,