Alexander Sadovsky

Results 12 issues of Alexander Sadovsky

is there any advantage over launching the puppeteer without a plugin with proxy config like this? ```typescript this.browser = await puppeteer.launch({args: [`--proxy-server=${proxyUrl}`], headless: 'new'}); this.page = await this.browser.newPage(); this.page.authenticate({ username,...

Hey there, is there any plan to support versions 8.x.x ?