Fábio Gonçalves
Fábio Gonçalves
I'm finding the same issue. The authenticated proxy works fine with `requests` the library, but passing it as `seleniumwire_options` seems to result in `net::ERR_TUNNEL_CONNECTION_FAILED`. I've also tried putting the proxy...
@wkeeling Besides the stacktrace, what could I configure to show a better logging output? This is the code I'm using, and the resulting exception: ``` chrome_options = Options() chrome_options.add_argument("--headless") chrome_options.add_argument("--no-sandbox")...
Any update regarding this? We'd also like to migrate to 3.10 but not having to do a custom implementation moving away from the "official" distroless images.