UNPKG

chromancer

Version:

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

7 lines (6 loc) 174 B
import { Command } from '@oclif/core'; export default class Stop extends Command { static description: string; static examples: string[]; run(): Promise<void>; }