我正致力于分析一个 html 页面。
I tried spynner, selenium, mechanize but didnt able to solve issue with javascript with this case. Can anyone let me know how can i work with such issue to fetch the data to next page?
when I worked on selenium, in this url first we have to get the data in other select box and then proceed but using selenium I am able to get only same url after click on the next page, same incase of spynner too.