How do I modify the POST data with selenium -


i want query whole month data 2015-6

i found every post request send following 2 params

marketmonth1   2015-6 marketday1 17 

one year-month, other day.

it verbosed , time consuming set value mimic mouse clicking on calendar.

i wonder if can inject/modify post params when sending post request.

you can not directly webdriver, can direct traffic thru proxy , modify need before sending server. can check this answer setting browsermob.


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -