Coding Global Background
Coding Global

Puppeteer Problem

Archiviert 2 years ago
😔1
3 Nachrichten
1 Mitglieder
Erstellt 2 years ago
Aktualisiert 2 years ago
In Discord öffnen
D
duraang
    const browser = await puppeteer.launch({
        headless: false,
        defaultViewport: null,
        devtools: false,
        args: [
            '--start-maximized',
            '--use-fake-ui-for-media-stream',
            '--use-fake-device-for-media-stream',
            '--disable-infobars'
        ],
    });

there is a problem help pls

Antworten (3)