0

I want to query the whole month data 2015-6

I found every POST request will send the following two params

MarketMonth1   2015-6
MarketDay1 17

one is for year-month, the other is for day.

It is too verbosed and time consuming to set the value mimic the mouse clicking on calendar.

I wonder if I can inject/modify the POST params when sending the POST request.

newBike
  • 14,385
  • 29
  • 109
  • 192

1 Answers1

2

You can not do it directly with WebDriver, but you can direct all your traffic thru a proxy and modify all you need before sending it server. You can check this answer about setting up browsermob.

Community
  • 1
  • 1
Erki M.
  • 5,022
  • 1
  • 48
  • 74