wkeeling / selenium-wire

Extends Selenium's Python bindings to give you the ability to inspect requests made by the browser.
MIT License
1.86k stars 239 forks source link

Interception behavior(no capture) #662

Open Ishogbon opened 1 year ago

Ishogbon commented 1 year ago

@wkeeling Typically, it would make sense that if using an internet proxy with selenium wire, every request passing through the upstream should be intercepted by selenium wire. I noticed chrome was making heavy requests to hostnames *.1e100.net and none were intercepted by selenium wire, and they all pass through the upstream internet proxy. I'm I missing something, or this is a real issue?

PatrickVdWillik commented 1 year ago

I'm using selenium wire and chrome using rotating proxies and they work just fine.

What does your code look like?

awilz10xp commented 10 months ago

@PatrickVdWillik

Here's my script that's not working ... have a local proxy setting managed by my org. Any advice is appreciated.

https://github.com/wkeeling/selenium-wire/issues/702