getContentAsString

scrapeableFile.getContentAsString()
Description
Gets the content that was retrieved when the scrapeable file was requested.
Example
// Sends the HTML of the current file to the log.
session.log( scrapeableFile.getContentAsString() );