UNPKG

chromancer

Version:

A powerful command-line interface for automating Chrome browser using Playwright. Perfect for web scraping, automation, testing, and browser workflows.

10 lines (9 loc) 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const interactive_js_1 = tslib_1.__importDefault(require("./interactive.js")); class Repl extends interactive_js_1.default { static description = 'Alias for interactive command - start an interactive CDP session'; static aliases = ['session']; } exports.default = Repl;