I want to capture the param and header parameter passed from request when page submit in java. This output we can see in the "net" of firebug.
thanks
If your question is: "how a selenium test can obtain header parameter(s) from requests / responces?" then the official selenium answer is: you can't, since it falls outside of "emulating user actions" scope
There are some workarounds though, I think best of them is through proxy