I want to get data from this web site with web scraping.
http://www.upmandiparishad.in/commodityWiseAll.aspx
I used JSoup before for more static HTML sites, but this one is difficult for me because before I get the HTML table on the site have to click one button and I don't know if it's possible to use JSoup to manipulate the button.
After click this button I get a HTML table.
So How can i achieve this?
Thanks in advance