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

10 lines (9 loc) 626 B
export { ChromeExtractor } from './chrome-extractor.js'; export { ChromeAutomation } from './chrome-automation.js'; export { LogExtractor } from './extractor.js'; export { ChromeErrorHandler } from './platform/chrome-error-handler.js'; export { ReportGenerator } from './report.js'; export type { ChromeExtractorOptions } from './chrome-extractor.js'; export type { NavigationOptions, InteractionOptions, AutomationOptions, AutomationResult, AutomationScript, AutomationStep } from './chrome-automation.js'; export type { ExtractorOptions, ExtractedLog } from './extractor.js'; export type { DebugReport } from './report.js';