Alexandre Côté

Results 2 issues of Alexandre Côté

### Minimal, reproducible example ```TypeScript // Set `PUPPETEER_BROWSER_REVISION` to `stable` // export PUPPETEER_BROWSER_REVISION=stable // Run `npm install puppeteer --save` import puppeteer from 'puppeteer' (async () => { const browser =...

feature
confirmed
documentation
P3

**Note: First time contributing to this project, open to feedback** Avoid auto-selecting the outer frame instance when redux exists in iFrame embedded on the page. Fix: #1000 iFrame has a...