LazyLoadConfig constructor
const
LazyLoadConfig({})
Creates a new LazyLoadConfig
Implementation
const LazyLoadConfig({
this.handleLazyLoading = true,
this.useHeadlessBrowser = true,
this.maxScrollDepth = 10,
this.scrollStepSize = 1.0,
this.scrollDelayMs = 500,
this.maxWaitTimeMs = 30000,
this.clickLoadMoreButtons = true,
this.waitForNetworkIdle = true,
this.waitForDomContentLoaded = true,
});