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.

13 lines 992 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.playwrightClickElements = exports.playwrightUtils = exports.RenderingTypePredictor = void 0; const tslib_1 = require("tslib"); tslib_1.__exportStar(require("@crawlee/browser"), exports); tslib_1.__exportStar(require("./internals/playwright-crawler"), exports); tslib_1.__exportStar(require("./internals/playwright-launcher"), exports); tslib_1.__exportStar(require("./internals/adaptive-playwright-crawler"), exports); var rendering_type_prediction_1 = require("./internals/utils/rendering-type-prediction"); Object.defineProperty(exports, "RenderingTypePredictor", { enumerable: true, get: function () { return rendering_type_prediction_1.RenderingTypePredictor; } }); exports.playwrightUtils = tslib_1.__importStar(require("./internals/utils/playwright-utils")); exports.playwrightClickElements = tslib_1.__importStar(require("./internals/enqueue-links/click-elements")); //# sourceMappingURL=index.js.map