Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

puppeteer process.exit without close the chromium instance

I wonder is it possible to keep the chromium instance alive even when the node JS process exit? I tried to make the puppeteer browser alive even after the script finishes. Currently, after process.exit(), the chromium process exits as well.

question from:https://stackoverflow.com/questions/66055253/puppeteer-process-exit-without-close-the-chromium-instance

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...