frameContent
frameContent
{string}
Introduced: PhantomJS 1.7
This property stores the content of the web page’s currently active frame (which may or may not be the main frame), enclosed in an HTML/XML element.
Setting the property will effectively reload the web page with the new content.
Examples
var webPage = require('webpage');
var page = webPage.create();
// @TODO: Finish page.frameContent example.