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,105
  • 1
  • 10
  • 23

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,591
  • 9
  • 26