UNPKG

@puberty-labs/clits

Version:

CLiTS (Chrome Logging and Inspection Tool Suite) is a powerful Node.js library for automated Chrome browser testing, logging, and inspection. It provides a comprehensive suite of tools for monitoring network requests, console logs, DOM mutations, and more

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>;