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 240 forks source link

Is it possible to get the initiator of a request? #711

Open solanav opened 9 months ago

solanav commented 9 months ago

On firefox for example, you can see what triggered that request.

image

This would be useful to discard requests made by chrome and not the page I'm visiting.