UNPKG

@crawlee/playwright

Version:

The scalable web crawling and scraping library for JavaScript/Node.js. Enables development of data extraction and web automation jobs (not only) with headless Chrome and Puppeteer.

9 lines 581 B
export * from '@crawlee/browser'; export * from './internals/playwright-crawler'; export * from './internals/playwright-launcher'; export * from './internals/adaptive-playwright-crawler'; export * as playwrightUtils from './internals/utils/playwright-utils'; export * as playwrightClickElements from './internals/enqueue-links/click-elements'; export type { DirectNavigationOptions as PlaywrightDirectNavigationOptions } from './internals/utils/playwright-utils'; export type { RenderingType } from './internals/utils/rendering-type-prediction'; //# sourceMappingURL=index.d.ts.map