setRetainNonTidiedHTML

scrapeableFile.setRetainNonTidiedHTML( boolean retainNonTidiedHTML ) (enterprise edition only)
Description
Sets whether or not non-tidied HTML is to be retained for the current scrapeable file. This defaults to false. See scrapeableFile.getNonTidiedHTML for more details.
Example
// Tells screen-scraper to retain tidied HTML for the current

// scrapeable files.

scrapeableFile.setRetainNonTidiedHTML( true );