Open barrosa1987 opened 1 year ago
Failing using auth proxies
var context = await browser.createIncognitoBrowserContext({ proxyServer: proxy });
await page.authenticate({ username: user, password: pass, })
Result: ERR_INVALID_AUTH_CREDENTIALS
The credentials are valid
Failing using auth proxies
var context = await browser.createIncognitoBrowserContext({ proxyServer: proxy });
await page.authenticate({ username: user, password: pass, })
Result: ERR_INVALID_AUTH_CREDENTIALS
The credentials are valid