You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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, });
If the current behavior is a bug, please provide the steps to reproduce
What is the expected behavior?
Would like to pass auth to the page via proxy
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Version:
Platform / OS version:
Node.js version:
The text was updated successfully, but these errors were encountered:
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, });
If the current behavior is a bug, please provide the steps to reproduce
What is the expected behavior?
Would like to pass auth to the page via proxy
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: