Optional
options: PuppeteerWebBaseLoaderOptionsOptional
splitter: BaseDocumentTransformer<DocumentInterface<Record<string, any>>[], DocumentInterface<Record<string, any>>[]>A Promise that resolves with an array of Document instances, each split according to the provided TextSplitter.
Static
importsStatic method that imports the necessary Puppeteer modules. It returns a Promise that resolves to an object containing the imported modules.
Promise that resolves to an object containing the imported Puppeteer modules.
Deprecated
Class that extends the BaseDocumentLoader class and implements the DocumentLoader interface. It represents a document loader for scraping web pages using Puppeteer.
Example