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.
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.