You can save the source code as text. Then make the changes to the source code (change the value of the hidden element), and then reload the source code into the browser. This will make the browser make the request with the changed value of the hidden element.
One more way to do this is to use an interceptor as mentioned here.