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

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