I have a backbone app that has a ton of AJAX. (each page load results in 5-6 ajax calls) because I have many views and internal views within those views,
if I run Phantom.js, can I get the final html result?
Final result is what the user sees after all my ajax calls run.