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.
process.exit()
2.1m questions
2.1m answers
60 comments
57.0k users