Skip to content

Application freezes when browser indow is minimized or not visible #307

@barrosa1987

Description

@barrosa1987

Description

I am experiencing an issue with my application that uses Puppeteer for browser automation. The problem is that my application completely freezes and stops executing tasks when the browser window is minimized or not visible on the screen.

When I open the window, the app continues the execution

I need the app runs if it is minimized or not visible

Full steps to reproduce the issue

const {
    connect
} = require("puppeteer-real-browser");

      response = await connect({
                    slowMo: 200,
                    headless: false,
                    args: [
                        '--no-sandbox',
                        '--incognito',
                    ]
                });

           const {
                page
            } = response;
            browser = response.browser;

Issue Type

No response

Operating System

Ubuntu

Do you use Docker?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageThis ticket will be looked at shortly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions