-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Labels
triageThis ticket will be looked at shortlyThis ticket will be looked at shortly
Description
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
Labels
triageThis ticket will be looked at shortlyThis ticket will be looked at shortly