getRawHtml method

String? getRawHtml()

Gets the raw HTML content from the current scraper

Implementation

String? getRawHtml() {
  return _currentScraper?.rawHtml;
}