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

Copy or create new request from existing one #665

Open danielurrutxua opened 1 year ago

danielurrutxua commented 1 year ago

I am intercepting a request and i want to send it many times with different parameters. I know hot to modify a request but havent found any way to send the same request more times modifying the value of a parameter.

It is possible using Seneniumwire or should I use other libraries like requests or http.client to copy and send them manually