Using Selenium : How to modify or inject into HTTP Post Data Request Header? Using Selenium : How to modify or inject into HTTP Post Data Request Header? selenium selenium

Using Selenium : How to modify or inject into HTTP Post Data Request Header?


In theory you could use javascript or jQuery to alter the page. For example, using jQuery you could add a hidden form element with a default value or pre-set value that will then be passed upon form submission. (if i understand your question right - emulating TamperData?)