getRetainNonTidiedHTML

session.getRetainNonTidiedHTML() (enterprise edition only)
Description
Indicates whether or not non-tidied HTML is to be retained for all scrapeable files in this scraping session. See scrapeableFile.getNonTidiedHTML for more details.
Example
// Outputs to the log whether or not non-tidied HTML is
// being retained.
session.log( "Retaining non-tidied HTML: " + session.getRetainNonTidiedHTML() );