Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browsers open in pairs CONCURRENCY_BROWSER #491

Open
galaczi opened this issue Oct 13, 2022 · 2 comments
Open

Browsers open in pairs CONCURRENCY_BROWSER #491

galaczi opened this issue Oct 13, 2022 · 2 comments

Comments

@galaczi
Copy link

galaczi commented Oct 13, 2022

I found an old issue: #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?

@bithuc
Copy link

bithuc commented Oct 21, 2022

it is normal.

@SashaDesigN
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants