Lucas Rafael da Silva Costa
Results
2
issues of
Lucas Rafael da Silva Costa
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug After whatsapp update I can't forward messages ### Expected behavior...
bug
### Minimal, reproducible example ```TypeScript const puppeteer = require('puppeteer'); (async () => { const browser = await puppeteer.launch({ headless: false }); const page = await browser.newPage(); await page.goto('https://www.globo.com'); })(); ```...
bug
needs-feedback
unconfirmed
not-reproducible