Tom Russell

Results 1 issues of Tom Russell

**What is the current behavior?** Not sure how to add in auth to a page via proxy. Normally in puppeteer I would do: `await page.authenticate({ username: user, password: pass, });`...