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

2 lines (1 loc) 147 B
export declare const USER_INTERACTION_MONITOR_SCRIPT = "\n(function() {\n document.addEventListener('click', (event) => {\n }, true);\n})();\n";