UNPKG

@puberty-labs/clits

Version:

CLiTS (Chrome Logging and Inspection Tool Suite) is a powerful Node.js library for AI-controlled Chrome browser automation, testing, and inspection. Features enhanced CSS selector support (:contains(), XPath), dry-run mode, element discovery tools, and co

4 lines (3 loc) 157 B
#!/usr/bin/env node export declare function main(): Promise<void>; export declare function directChromeControl(port?: number, host?: string): Promise<void>;