getNonTidiedHTML
| scrapeableFile.getNonTidiedHTML() (enterprise edition only) |
| Description |
| If screen-scraper has been configured to retain non-tidied HTML, this method will return the original HTML sent from the web server before it was tidied by screen-scraper. This can be useful in debugging in cases where sometimes tidying succeeds and sometimes it doesn't. |
 |
| Example |
// Outputs the non-tidied HTML from the scrapeable file // to the log. session.log( "Non-tidied HTML: " + scrapeableFile.getNonTidiedHTML() ); |
|
|
Recent comments
4 min 51 sec ago
2 hours 11 min ago
21 hours 36 min ago
21 hours 53 min ago
22 hours 41 min ago
22 hours 49 min ago
22 hours 59 min ago
23 hours 9 min ago
2 days 19 hours ago
4 days 2 hours ago