framePlainText
framePlainText
{string}
Introduced: PhantomJS 1.7
Read-only. This property stores the content of the web page’s currently active frame (which may or may not be the main frame) as plain text — no element tags!
Examples
var webPage = require('webpage');
var page = webPage.create();
// @TODO: Finish page.framePlainText example.