ScrapeDebugOptions constructor

ScrapeDebugOptions({
  1. bool? console,
  2. bool? cookies,
  3. bool? html,
  4. bool? network,
  5. bool? screenshot,
})

Implementation

ScrapeDebugOptions({
  this.console,
  this.cookies,
  this.html,
  this.network,
  this.screenshot,
});