UNPKG

chromancer

Version:

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

6 lines (5 loc) 156 B
import Interactive from './interactive.js'; export default class Repl extends Interactive { static description: string; static aliases: string[]; }