Will Keeling

Results 129 comments of Will Keeling

Support for Microsoft Edge is now available in Selenium Wire 5.0.0

Thanks for this. Yes both HTTP and HTTPS proxies are supported, and the config you've posted above looks like it is formatted correctly. Are you seeing any error message in...

I can't see anything wrong with the above code. Are you able to share the details of a proxy that gives the error? I can try and reproduce my side...

It seems that there is a bug with proxy auth that was recently introduced - see https://github.com/wkeeling/selenium-wire/issues/264. That bug causes proxy auth to fail when the `disable_capture` option is set...

Does the upstream HTTPS proxy that causes the problem use a self-signed certificate?

Something else worth trying here is to add the following option to your `seleniumwire_options`: ``` 'mitm_http2': False ``` I've noticed that certain websites don't seem to load when both HTTP2...

What kind of delay are you seeing when starting the browser? Can you share the code you're using?

That looks ok as far as I can see so I'm not sure why it's taking so long. Does it take the same amount of time if you use pure...

Thanks for raising this. How many threads are you using when you see the problem? Are you using any upstream proxy? If so, does the error still happen if you...

Thanks. I'll need to try and reproduce the issue on Windows. The error message may be escaping the standard logging mechanism which is why you're not able to suppress it....