puppeteer-cluster icon indicating copy to clipboard operation
puppeteer-cluster copied to clipboard

Browsers open in pairs CONCURRENCY_BROWSER

Open galaczi opened this issue 2 years ago • 2 comments

I found an old issue: https://github.com/thomasdondorf/puppeteer-cluster/issues/341

I am experiencing the same.

    concurrency: Cluster.CONCURRENCY_BROWSER,
    maxConcurrency: 1,

This opens 2 browser windows. One is empty, the other one is used. If I bump it up to 2, then I have 4 windows, 2 empty. Is this normal?

galaczi avatar Oct 13 '22 16:10 galaczi

it is normal.

bithuc avatar Oct 21 '22 06:10 bithuc

Yup unless you force PPt to use current tab but it's normal behave for Puppeteer itself, as you launch browser with 1st tab and then open a new one by default

SashaDesigN avatar Oct 17 '23 12:10 SashaDesigN