We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376f57c commit f0afd03Copy full SHA for f0afd03
puppeteer.config.cjs
@@ -0,0 +1,20 @@
1
+/**
2
+ * @license
3
+ * Copyright 2025 Google Inc.
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+
7
8
+ * @type {import("puppeteer").Configuration}
9
10
+module.exports = {
11
+ chrome: {
12
+ skipDownload: false,
13
+ },
14
+ ['chrome-headless-shell']: {
15
+ skipDownload: true,
16
17
+ firefox: {
18
19
20
+};
0 commit comments