@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.
11 lines • 708 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.playwrightClickElements = exports.playwrightUtils = 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);
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