message).toContain('net::ERR_INVALID_AUTH_CREDENTIALS'); 130 137 else 131 138 expect(responseOrError.status()).toBe(401); 132 139 await context.close(); 133 140 }); 134 141 135 - it('should fail with cor
Using tor as a proxy throws net::ERR_NO_SUPPORTED_PROXIES error microsoft/playwright-python#1709 Closed TurboKach commented Feb 20, 2023 still need socks5 proxy with credentials auth 👍 10 igorank commented Mar 29, 2023 still need socks5 with auth 👍 19 4 similar comments Abel...