Daniel Rachlin
Results
1
issues of
Daniel Rachlin
## Description Added Puppeteer proxy authentication option in Client options constructor. ``` async initialize() { // code... if (this.options.proxyAuthentication !== undefined) { await page.authenticate(this.options.proxyAuthentication); } // code... } ``` ##...