Scrape a webpage and navigate by clicking buttons
问题 I want to perform following actions at the server side: 1) Scrape a webpage 2) Simulate a click on that page and then navigate to the new page. 3) Scrape the new page 4) Simulate some button clicks on the new page 5) Sending the data back to the client via json or something I am thinking of using it with Node.js. But am confused as to which module should i use a) Zombie b) Node.io c) Phantomjs d) JSDOM e) Anything else I have installed node,io but am not able to run it via command prompt. PS: