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 798408f commit 3a987faCopy full SHA for 3a987fa
.gitignore
@@ -6,6 +6,7 @@
6
npm-debug.log
7
.jshintrc
8
.vs/
9
+.puppeteer_profile/
10
11
test/unit/build
12
test/treeshake/index.bundle.js
test/e2e/puppeteer.js
@@ -318,7 +318,8 @@ async function main() {
318
args: flags,
319
defaultViewport: viewport,
320
handleSIGINT: false,
321
- protocolTimeout: 0
+ protocolTimeout: 0,
322
+ userDataDir: './.puppeteer_profile'
323
} );
324
325
// this line is intended to stop the script if the browser (in headful mode) is closed by user (while debugging)
0 commit comments