0

I know of the curl library for C++ and can successfully read the HTML code from a webpage. However, the webpage in question loads some of their content with Ajax. Is there a way to execute the js code so I can read the entire page?

infinitezero
  • 1,610
  • 3
  • 14
  • 29

1 Answers1

1

Zombie.js is a lightweight framework for testing client-side JavaScript code in a simulated environment.

This is using Node.JS, it will simulate the browser and open the webpage, allow you control the elements in webpage after ajax.

Ha. Huynh
  • 1,772
  • 11
  • 27