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

I am inspecting the requests made by the browser with Selenium wire, In normal browser all request parameters are in it, but when i look with Selenium Wire, and see the same request some parameters are missing. Why this happens. Can anyone guide me about that? @wkeeling #708

Open Hanad-Muqaddar opened 10 months ago

Hanad-Muqaddar commented 10 months ago

I am watching the requests made by the browser for tiktok. In normal browser request is good, but when i see it with selenium wire, there are some parameters missing. Like msToken is the parameter in that request, made by browser is missing.