devharness 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +185 -0
- package/build/atomic-write.d.ts +28 -0
- package/build/atomic-write.d.ts.map +1 -0
- package/build/atomic-write.js +126 -0
- package/build/atomic-write.js.map +1 -0
- package/build/cdp-manager.d.ts +524 -0
- package/build/cdp-manager.d.ts.map +1 -0
- package/build/cdp-manager.js +1828 -0
- package/build/cdp-manager.js.map +1 -0
- package/build/cdp-manager.test.d.ts +6 -0
- package/build/cdp-manager.test.d.ts.map +1 -0
- package/build/cdp-manager.test.js +546 -0
- package/build/cdp-manager.test.js.map +1 -0
- package/build/chrome-launcher.d.ts +400 -0
- package/build/chrome-launcher.d.ts.map +1 -0
- package/build/chrome-launcher.js +1071 -0
- package/build/chrome-launcher.js.map +1 -0
- package/build/chrome-launcher.test.d.ts +11 -0
- package/build/chrome-launcher.test.d.ts.map +1 -0
- package/build/chrome-launcher.test.js +204 -0
- package/build/chrome-launcher.test.js.map +1 -0
- package/build/clickable-cache.d.ts +73 -0
- package/build/clickable-cache.d.ts.map +1 -0
- package/build/clickable-cache.js +90 -0
- package/build/clickable-cache.js.map +1 -0
- package/build/command-recorder.d.ts +401 -0
- package/build/command-recorder.d.ts.map +1 -0
- package/build/command-recorder.js +701 -0
- package/build/command-recorder.js.map +1 -0
- package/build/config.d.ts +390 -0
- package/build/config.d.ts.map +1 -0
- package/build/config.js +826 -0
- package/build/config.js.map +1 -0
- package/build/config.test.d.ts +2 -0
- package/build/config.test.d.ts.map +1 -0
- package/build/config.test.js +112 -0
- package/build/config.test.js.map +1 -0
- package/build/connection-manager.d.ts +159 -0
- package/build/connection-manager.d.ts.map +1 -0
- package/build/connection-manager.js +432 -0
- package/build/connection-manager.js.map +1 -0
- package/build/connection-manager.test.d.ts +11 -0
- package/build/connection-manager.test.d.ts.map +1 -0
- package/build/connection-manager.test.js +114 -0
- package/build/connection-manager.test.js.map +1 -0
- package/build/console-monitor.d.ts +150 -0
- package/build/console-monitor.d.ts.map +1 -0
- package/build/console-monitor.js +454 -0
- package/build/console-monitor.js.map +1 -0
- package/build/dashboard/bundle.js +1 -0
- package/build/dashboard/dashboard-client.d.ts +42 -0
- package/build/dashboard/dashboard-client.d.ts.map +1 -0
- package/build/dashboard/dashboard-client.js +184 -0
- package/build/dashboard/dashboard-client.js.map +1 -0
- package/build/dashboard/dashboard-hub.d.ts +50 -0
- package/build/dashboard/dashboard-hub.d.ts.map +1 -0
- package/build/dashboard/dashboard-hub.js +654 -0
- package/build/dashboard/dashboard-hub.js.map +1 -0
- package/build/dashboard/hub-lock.d.ts +16 -0
- package/build/dashboard/hub-lock.d.ts.map +1 -0
- package/build/dashboard/hub-lock.js +77 -0
- package/build/dashboard/hub-lock.js.map +1 -0
- package/build/dashboard/index.d.ts +25 -0
- package/build/dashboard/index.d.ts.map +1 -0
- package/build/dashboard/index.js +77 -0
- package/build/dashboard/index.js.map +1 -0
- package/build/dashboard/types.d.ts +83 -0
- package/build/dashboard/types.d.ts.map +1 -0
- package/build/dashboard/types.js +6 -0
- package/build/dashboard/types.js.map +1 -0
- package/build/debug-logger.d.ts +85 -0
- package/build/debug-logger.d.ts.map +1 -0
- package/build/debug-logger.js +195 -0
- package/build/debug-logger.js.map +1 -0
- package/build/debugger-aware-wrapper.d.ts +37 -0
- package/build/debugger-aware-wrapper.d.ts.map +1 -0
- package/build/debugger-aware-wrapper.js +128 -0
- package/build/debugger-aware-wrapper.js.map +1 -0
- package/build/dom-change-monitor.d.ts +92 -0
- package/build/dom-change-monitor.d.ts.map +1 -0
- package/build/dom-change-monitor.js +437 -0
- package/build/dom-change-monitor.js.map +1 -0
- package/build/element-collector.d.ts +16 -0
- package/build/element-collector.d.ts.map +1 -0
- package/build/element-collector.js +207 -0
- package/build/element-collector.js.map +1 -0
- package/build/error-helpers.d.ts +43 -0
- package/build/error-helpers.d.ts.map +1 -0
- package/build/error-helpers.js +143 -0
- package/build/error-helpers.js.map +1 -0
- package/build/formatters/console-formatter.d.ts +160 -0
- package/build/formatters/console-formatter.d.ts.map +1 -0
- package/build/formatters/console-formatter.js +338 -0
- package/build/formatters/console-formatter.js.map +1 -0
- package/build/helpers/parser-plugins.d.ts +44 -0
- package/build/helpers/parser-plugins.d.ts.map +1 -0
- package/build/helpers/parser-plugins.js +102 -0
- package/build/helpers/parser-plugins.js.map +1 -0
- package/build/helpers/paths.d.ts +79 -0
- package/build/helpers/paths.d.ts.map +1 -0
- package/build/helpers/paths.js +168 -0
- package/build/helpers/paths.js.map +1 -0
- package/build/helpers/process-liveness.d.ts +24 -0
- package/build/helpers/process-liveness.d.ts.map +1 -0
- package/build/helpers/process-liveness.js +36 -0
- package/build/helpers/process-liveness.js.map +1 -0
- package/build/helpers/process-liveness.test.d.ts +2 -0
- package/build/helpers/process-liveness.test.d.ts.map +1 -0
- package/build/helpers/process-liveness.test.js +40 -0
- package/build/helpers/process-liveness.test.js.map +1 -0
- package/build/helpers/sequence-tree.d.ts +27 -0
- package/build/helpers/sequence-tree.d.ts.map +1 -0
- package/build/helpers/sequence-tree.js +80 -0
- package/build/helpers/sequence-tree.js.map +1 -0
- package/build/helpers/sequence-tree.test.d.ts +2 -0
- package/build/helpers/sequence-tree.test.d.ts.map +1 -0
- package/build/helpers/sequence-tree.test.js +122 -0
- package/build/helpers/sequence-tree.test.js.map +1 -0
- package/build/index.d.ts +3 -0
- package/build/index.d.ts.map +1 -0
- package/build/index.js +2007 -0
- package/build/index.js.map +1 -0
- package/build/interaction-recorder.d.ts +214 -0
- package/build/interaction-recorder.d.ts.map +1 -0
- package/build/interaction-recorder.js +2007 -0
- package/build/interaction-recorder.js.map +1 -0
- package/build/issue-tracker.d.ts +107 -0
- package/build/issue-tracker.d.ts.map +1 -0
- package/build/issue-tracker.js +582 -0
- package/build/issue-tracker.js.map +1 -0
- package/build/issue-tracker.test.d.ts +2 -0
- package/build/issue-tracker.test.d.ts.map +1 -0
- package/build/issue-tracker.test.js +88 -0
- package/build/issue-tracker.test.js.map +1 -0
- package/build/launch-chrome-port.test.d.ts +14 -0
- package/build/launch-chrome-port.test.d.ts.map +1 -0
- package/build/launch-chrome-port.test.js +97 -0
- package/build/launch-chrome-port.test.js.map +1 -0
- package/build/log-processor/orchestrator.d.ts +32 -0
- package/build/log-processor/orchestrator.d.ts.map +1 -0
- package/build/log-processor/orchestrator.js +27 -0
- package/build/log-processor/orchestrator.js.map +1 -0
- package/build/logpoint-execution-tracker.d.ts +57 -0
- package/build/logpoint-execution-tracker.d.ts.map +1 -0
- package/build/logpoint-execution-tracker.js +112 -0
- package/build/logpoint-execution-tracker.js.map +1 -0
- package/build/mcp-supervisor.d.ts +3 -0
- package/build/mcp-supervisor.d.ts.map +1 -0
- package/build/mcp-supervisor.js +211 -0
- package/build/mcp-supervisor.js.map +1 -0
- package/build/messages.d.ts +165 -0
- package/build/messages.d.ts.map +1 -0
- package/build/messages.js +574 -0
- package/build/messages.js.map +1 -0
- package/build/network-monitor.d.ts +172 -0
- package/build/network-monitor.d.ts.map +1 -0
- package/build/network-monitor.js +350 -0
- package/build/network-monitor.js.map +1 -0
- package/build/overlays.d.ts +49 -0
- package/build/overlays.d.ts.map +1 -0
- package/build/overlays.js +409 -0
- package/build/overlays.js.map +1 -0
- package/build/persistent-profiles.test.d.ts +15 -0
- package/build/persistent-profiles.test.d.ts.map +1 -0
- package/build/persistent-profiles.test.js +470 -0
- package/build/persistent-profiles.test.js.map +1 -0
- package/build/port-reserver.d.ts +32 -0
- package/build/port-reserver.d.ts.map +1 -0
- package/build/port-reserver.js +118 -0
- package/build/port-reserver.js.map +1 -0
- package/build/puppeteer-manager.d.ts +47 -0
- package/build/puppeteer-manager.d.ts.map +1 -0
- package/build/puppeteer-manager.js +116 -0
- package/build/puppeteer-manager.js.map +1 -0
- package/build/recording-coverage.test.d.ts +12 -0
- package/build/recording-coverage.test.d.ts.map +1 -0
- package/build/recording-coverage.test.js +72 -0
- package/build/recording-coverage.test.js.map +1 -0
- package/build/reference-validator.d.ts +47 -0
- package/build/reference-validator.d.ts.map +1 -0
- package/build/reference-validator.js +86 -0
- package/build/reference-validator.js.map +1 -0
- package/build/reference-validator.test.d.ts +5 -0
- package/build/reference-validator.test.d.ts.map +1 -0
- package/build/reference-validator.test.js +243 -0
- package/build/reference-validator.test.js.map +1 -0
- package/build/replay-cursor.d.ts +27 -0
- package/build/replay-cursor.d.ts.map +1 -0
- package/build/replay-cursor.js +240 -0
- package/build/replay-cursor.js.map +1 -0
- package/build/runners/docker-compose-runner.d.ts +69 -0
- package/build/runners/docker-compose-runner.d.ts.map +1 -0
- package/build/runners/docker-compose-runner.js +438 -0
- package/build/runners/docker-compose-runner.js.map +1 -0
- package/build/runners/docker-runner.d.ts +65 -0
- package/build/runners/docker-runner.d.ts.map +1 -0
- package/build/runners/docker-runner.js +414 -0
- package/build/runners/docker-runner.js.map +1 -0
- package/build/runners/index.d.ts +19 -0
- package/build/runners/index.d.ts.map +1 -0
- package/build/runners/index.js +35 -0
- package/build/runners/index.js.map +1 -0
- package/build/runners/native-runner.d.ts +95 -0
- package/build/runners/native-runner.d.ts.map +1 -0
- package/build/runners/native-runner.js +370 -0
- package/build/runners/native-runner.js.map +1 -0
- package/build/runners/types.d.ts +147 -0
- package/build/runners/types.d.ts.map +1 -0
- package/build/runners/types.js +25 -0
- package/build/runners/types.js.map +1 -0
- package/build/self-restart.d.ts +12 -0
- package/build/self-restart.d.ts.map +1 -0
- package/build/self-restart.js +41 -0
- package/build/self-restart.js.map +1 -0
- package/build/self-restart.test.d.ts +2 -0
- package/build/self-restart.test.d.ts.map +1 -0
- package/build/self-restart.test.js +34 -0
- package/build/self-restart.test.js.map +1 -0
- package/build/server-claims.d.ts +161 -0
- package/build/server-claims.d.ts.map +1 -0
- package/build/server-claims.js +382 -0
- package/build/server-claims.js.map +1 -0
- package/build/server-claims.test.d.ts +2 -0
- package/build/server-claims.test.d.ts.map +1 -0
- package/build/server-claims.test.js +197 -0
- package/build/server-claims.test.js.map +1 -0
- package/build/server-manager.d.ts +438 -0
- package/build/server-manager.d.ts.map +1 -0
- package/build/server-manager.js +1674 -0
- package/build/server-manager.js.map +1 -0
- package/build/server-manager.test.d.ts +17 -0
- package/build/server-manager.test.d.ts.map +1 -0
- package/build/server-manager.test.js +122 -0
- package/build/server-manager.test.js.map +1 -0
- package/build/server-ownership.test.d.ts +2 -0
- package/build/server-ownership.test.d.ts.map +1 -0
- package/build/server-ownership.test.js +238 -0
- package/build/server-ownership.test.js.map +1 -0
- package/build/server-watcher.d.ts +21 -0
- package/build/server-watcher.d.ts.map +1 -0
- package/build/server-watcher.js +105 -0
- package/build/server-watcher.js.map +1 -0
- package/build/session-detector.d.ts +47 -0
- package/build/session-detector.d.ts.map +1 -0
- package/build/session-detector.js +229 -0
- package/build/session-detector.js.map +1 -0
- package/build/session-detector.test.d.ts +9 -0
- package/build/session-detector.test.d.ts.map +1 -0
- package/build/session-detector.test.js +45 -0
- package/build/session-detector.test.js.map +1 -0
- package/build/sourcemap-handler.d.ts +114 -0
- package/build/sourcemap-handler.d.ts.map +1 -0
- package/build/sourcemap-handler.js +479 -0
- package/build/sourcemap-handler.js.map +1 -0
- package/build/supervisor/child-manager.d.ts +43 -0
- package/build/supervisor/child-manager.d.ts.map +1 -0
- package/build/supervisor/child-manager.js +148 -0
- package/build/supervisor/child-manager.js.map +1 -0
- package/build/supervisor/child-manager.test.d.ts +2 -0
- package/build/supervisor/child-manager.test.d.ts.map +1 -0
- package/build/supervisor/child-manager.test.js +107 -0
- package/build/supervisor/child-manager.test.js.map +1 -0
- package/build/supervisor/client-watcher.d.ts +48 -0
- package/build/supervisor/client-watcher.d.ts.map +1 -0
- package/build/supervisor/client-watcher.js +186 -0
- package/build/supervisor/client-watcher.js.map +1 -0
- package/build/supervisor/client-watcher.test.d.ts +2 -0
- package/build/supervisor/client-watcher.test.d.ts.map +1 -0
- package/build/supervisor/client-watcher.test.js +121 -0
- package/build/supervisor/client-watcher.test.js.map +1 -0
- package/build/supervisor/idle-config.d.ts +30 -0
- package/build/supervisor/idle-config.d.ts.map +1 -0
- package/build/supervisor/idle-config.js +76 -0
- package/build/supervisor/idle-config.js.map +1 -0
- package/build/supervisor/idle-config.test.d.ts +2 -0
- package/build/supervisor/idle-config.test.d.ts.map +1 -0
- package/build/supervisor/idle-config.test.js +119 -0
- package/build/supervisor/idle-config.test.js.map +1 -0
- package/build/supervisor/ndjson-reader.d.ts +47 -0
- package/build/supervisor/ndjson-reader.d.ts.map +1 -0
- package/build/supervisor/ndjson-reader.js +75 -0
- package/build/supervisor/ndjson-reader.js.map +1 -0
- package/build/supervisor/ndjson-reader.test.d.ts +2 -0
- package/build/supervisor/ndjson-reader.test.d.ts.map +1 -0
- package/build/supervisor/ndjson-reader.test.js +92 -0
- package/build/supervisor/ndjson-reader.test.js.map +1 -0
- package/build/supervisor/pidfile.d.ts +11 -0
- package/build/supervisor/pidfile.d.ts.map +1 -0
- package/build/supervisor/pidfile.js +29 -0
- package/build/supervisor/pidfile.js.map +1 -0
- package/build/supervisor/pidfile.test.d.ts +8 -0
- package/build/supervisor/pidfile.test.d.ts.map +1 -0
- package/build/supervisor/pidfile.test.js +46 -0
- package/build/supervisor/pidfile.test.js.map +1 -0
- package/build/supervisor/restart-coordinator.d.ts +73 -0
- package/build/supervisor/restart-coordinator.d.ts.map +1 -0
- package/build/supervisor/restart-coordinator.js +300 -0
- package/build/supervisor/restart-coordinator.js.map +1 -0
- package/build/supervisor/restart-coordinator.test.d.ts +2 -0
- package/build/supervisor/restart-coordinator.test.d.ts.map +1 -0
- package/build/supervisor/restart-coordinator.test.js +434 -0
- package/build/supervisor/restart-coordinator.test.js.map +1 -0
- package/build/test-support/fake-execute-tool-call.d.ts +11 -0
- package/build/test-support/fake-execute-tool-call.d.ts.map +1 -0
- package/build/test-support/fake-execute-tool-call.js +19 -0
- package/build/test-support/fake-execute-tool-call.js.map +1 -0
- package/build/tool-error.d.ts +14 -0
- package/build/tool-error.d.ts.map +1 -0
- package/build/tool-error.js +18 -0
- package/build/tool-error.js.map +1 -0
- package/build/tool-response.d.ts +293 -0
- package/build/tool-response.d.ts.map +1 -0
- package/build/tool-response.js +365 -0
- package/build/tool-response.js.map +1 -0
- package/build/tools/assert-tools.d.ts +62 -0
- package/build/tools/assert-tools.d.ts.map +1 -0
- package/build/tools/assert-tools.js +330 -0
- package/build/tools/assert-tools.js.map +1 -0
- package/build/tools/breakpoint-await-abort.test.d.ts +2 -0
- package/build/tools/breakpoint-await-abort.test.d.ts.map +1 -0
- package/build/tools/breakpoint-await-abort.test.js +124 -0
- package/build/tools/breakpoint-await-abort.test.js.map +1 -0
- package/build/tools/breakpoint-tools.d.ts +99 -0
- package/build/tools/breakpoint-tools.d.ts.map +1 -0
- package/build/tools/breakpoint-tools.js +1197 -0
- package/build/tools/breakpoint-tools.js.map +1 -0
- package/build/tools/config-tools.d.ts +58 -0
- package/build/tools/config-tools.d.ts.map +1 -0
- package/build/tools/config-tools.js +180 -0
- package/build/tools/config-tools.js.map +1 -0
- package/build/tools/connection-routing.test.d.ts +12 -0
- package/build/tools/connection-routing.test.d.ts.map +1 -0
- package/build/tools/connection-routing.test.js +206 -0
- package/build/tools/connection-routing.test.js.map +1 -0
- package/build/tools/console-tools.d.ts +84 -0
- package/build/tools/console-tools.d.ts.map +1 -0
- package/build/tools/console-tools.js +241 -0
- package/build/tools/console-tools.js.map +1 -0
- package/build/tools/content-tools.d.ts +74 -0
- package/build/tools/content-tools.d.ts.map +1 -0
- package/build/tools/content-tools.js +582 -0
- package/build/tools/content-tools.js.map +1 -0
- package/build/tools/dashboard-tools.d.ts +38 -0
- package/build/tools/dashboard-tools.d.ts.map +1 -0
- package/build/tools/dashboard-tools.js +123 -0
- package/build/tools/dashboard-tools.js.map +1 -0
- package/build/tools/dom-tools.d.ts +41 -0
- package/build/tools/dom-tools.d.ts.map +1 -0
- package/build/tools/dom-tools.js +277 -0
- package/build/tools/dom-tools.js.map +1 -0
- package/build/tools/download-tools.d.ts +55 -0
- package/build/tools/download-tools.d.ts.map +1 -0
- package/build/tools/download-tools.js +280 -0
- package/build/tools/download-tools.js.map +1 -0
- package/build/tools/execution-tools.d.ts +40 -0
- package/build/tools/execution-tools.d.ts.map +1 -0
- package/build/tools/execution-tools.js +121 -0
- package/build/tools/execution-tools.js.map +1 -0
- package/build/tools/input-abort.test.d.ts +2 -0
- package/build/tools/input-abort.test.d.ts.map +1 -0
- package/build/tools/input-abort.test.js +227 -0
- package/build/tools/input-abort.test.js.map +1 -0
- package/build/tools/input-ambiguous-selector.test.d.ts +2 -0
- package/build/tools/input-ambiguous-selector.test.d.ts.map +1 -0
- package/build/tools/input-ambiguous-selector.test.js +34 -0
- package/build/tools/input-ambiguous-selector.test.js.map +1 -0
- package/build/tools/input-tools.d.ts +168 -0
- package/build/tools/input-tools.d.ts.map +1 -0
- package/build/tools/input-tools.js +1397 -0
- package/build/tools/input-tools.js.map +1 -0
- package/build/tools/inspection-tools.d.ts +112 -0
- package/build/tools/inspection-tools.d.ts.map +1 -0
- package/build/tools/inspection-tools.js +637 -0
- package/build/tools/inspection-tools.js.map +1 -0
- package/build/tools/interpolation.d.ts +30 -0
- package/build/tools/interpolation.d.ts.map +1 -0
- package/build/tools/interpolation.js +143 -0
- package/build/tools/interpolation.js.map +1 -0
- package/build/tools/issues-abort-hygiene.test.d.ts +2 -0
- package/build/tools/issues-abort-hygiene.test.d.ts.map +1 -0
- package/build/tools/issues-abort-hygiene.test.js +79 -0
- package/build/tools/issues-abort-hygiene.test.js.map +1 -0
- package/build/tools/issues-tools.d.ts +98 -0
- package/build/tools/issues-tools.d.ts.map +1 -0
- package/build/tools/issues-tools.js +821 -0
- package/build/tools/issues-tools.js.map +1 -0
- package/build/tools/issues-tools.test.d.ts +8 -0
- package/build/tools/issues-tools.test.d.ts.map +1 -0
- package/build/tools/issues-tools.test.js +184 -0
- package/build/tools/issues-tools.test.js.map +1 -0
- package/build/tools/modal-tools.d.ts +73 -0
- package/build/tools/modal-tools.d.ts.map +1 -0
- package/build/tools/modal-tools.js +161 -0
- package/build/tools/modal-tools.js.map +1 -0
- package/build/tools/network-tools.d.ts +72 -0
- package/build/tools/network-tools.d.ts.map +1 -0
- package/build/tools/network-tools.js +432 -0
- package/build/tools/network-tools.js.map +1 -0
- package/build/tools/page-tools.d.ts +78 -0
- package/build/tools/page-tools.d.ts.map +1 -0
- package/build/tools/page-tools.js +255 -0
- package/build/tools/page-tools.js.map +1 -0
- package/build/tools/plugin-tools.d.ts +16 -0
- package/build/tools/plugin-tools.d.ts.map +1 -0
- package/build/tools/plugin-tools.js +17 -0
- package/build/tools/plugin-tools.js.map +1 -0
- package/build/tools/replay-abort.test.d.ts +2 -0
- package/build/tools/replay-abort.test.d.ts.map +1 -0
- package/build/tools/replay-abort.test.js +259 -0
- package/build/tools/replay-abort.test.js.map +1 -0
- package/build/tools/replay-add-conditional.test.d.ts +2 -0
- package/build/tools/replay-add-conditional.test.d.ts.map +1 -0
- package/build/tools/replay-add-conditional.test.js +205 -0
- package/build/tools/replay-add-conditional.test.js.map +1 -0
- package/build/tools/replay-background-run.test.d.ts +2 -0
- package/build/tools/replay-background-run.test.d.ts.map +1 -0
- package/build/tools/replay-background-run.test.js +176 -0
- package/build/tools/replay-background-run.test.js.map +1 -0
- package/build/tools/replay-capture-variables.test.d.ts +2 -0
- package/build/tools/replay-capture-variables.test.d.ts.map +1 -0
- package/build/tools/replay-capture-variables.test.js +331 -0
- package/build/tools/replay-capture-variables.test.js.map +1 -0
- package/build/tools/replay-conditional-idb-and-launch.test.d.ts +11 -0
- package/build/tools/replay-conditional-idb-and-launch.test.d.ts.map +1 -0
- package/build/tools/replay-conditional-idb-and-launch.test.js +429 -0
- package/build/tools/replay-conditional-idb-and-launch.test.js.map +1 -0
- package/build/tools/replay-conditional-timeout.test.d.ts +14 -0
- package/build/tools/replay-conditional-timeout.test.d.ts.map +1 -0
- package/build/tools/replay-conditional-timeout.test.js +126 -0
- package/build/tools/replay-conditional-timeout.test.js.map +1 -0
- package/build/tools/replay-declare.test.d.ts +2 -0
- package/build/tools/replay-declare.test.d.ts.map +1 -0
- package/build/tools/replay-declare.test.js +106 -0
- package/build/tools/replay-declare.test.js.map +1 -0
- package/build/tools/replay-declared-browser-cleanup.test.d.ts +2 -0
- package/build/tools/replay-declared-browser-cleanup.test.d.ts.map +1 -0
- package/build/tools/replay-declared-browser-cleanup.test.js +103 -0
- package/build/tools/replay-declared-browser-cleanup.test.js.map +1 -0
- package/build/tools/replay-declared-profile.test.d.ts +2 -0
- package/build/tools/replay-declared-profile.test.d.ts.map +1 -0
- package/build/tools/replay-declared-profile.test.js +116 -0
- package/build/tools/replay-declared-profile.test.js.map +1 -0
- package/build/tools/replay-executor.d.ts +556 -0
- package/build/tools/replay-executor.d.ts.map +1 -0
- package/build/tools/replay-executor.js +2347 -0
- package/build/tools/replay-executor.js.map +1 -0
- package/build/tools/replay-folder-save.test.d.ts +2 -0
- package/build/tools/replay-folder-save.test.d.ts.map +1 -0
- package/build/tools/replay-folder-save.test.js +63 -0
- package/build/tools/replay-folder-save.test.js.map +1 -0
- package/build/tools/replay-formatters.d.ts +148 -0
- package/build/tools/replay-formatters.d.ts.map +1 -0
- package/build/tools/replay-formatters.js +856 -0
- package/build/tools/replay-formatters.js.map +1 -0
- package/build/tools/replay-kill-chrome-on-finish.test.d.ts +2 -0
- package/build/tools/replay-kill-chrome-on-finish.test.d.ts.map +1 -0
- package/build/tools/replay-kill-chrome-on-finish.test.js +175 -0
- package/build/tools/replay-kill-chrome-on-finish.test.js.map +1 -0
- package/build/tools/replay-multi-connection.test.d.ts +2 -0
- package/build/tools/replay-multi-connection.test.d.ts.map +1 -0
- package/build/tools/replay-multi-connection.test.js +547 -0
- package/build/tools/replay-multi-connection.test.js.map +1 -0
- package/build/tools/replay-output-and-record-options.test.d.ts +2 -0
- package/build/tools/replay-output-and-record-options.test.d.ts.map +1 -0
- package/build/tools/replay-output-and-record-options.test.js +240 -0
- package/build/tools/replay-output-and-record-options.test.js.map +1 -0
- package/build/tools/replay-production-error-shape.test.d.ts +7 -0
- package/build/tools/replay-production-error-shape.test.d.ts.map +1 -0
- package/build/tools/replay-production-error-shape.test.js +93 -0
- package/build/tools/replay-production-error-shape.test.js.map +1 -0
- package/build/tools/replay-rebase.test.d.ts +2 -0
- package/build/tools/replay-rebase.test.d.ts.map +1 -0
- package/build/tools/replay-rebase.test.js +58 -0
- package/build/tools/replay-rebase.test.js.map +1 -0
- package/build/tools/replay-retry-classification.test.d.ts +9 -0
- package/build/tools/replay-retry-classification.test.d.ts.map +1 -0
- package/build/tools/replay-retry-classification.test.js +57 -0
- package/build/tools/replay-retry-classification.test.js.map +1 -0
- package/build/tools/replay-run-registry.d.ts +55 -0
- package/build/tools/replay-run-registry.d.ts.map +1 -0
- package/build/tools/replay-run-registry.js +65 -0
- package/build/tools/replay-run-registry.js.map +1 -0
- package/build/tools/replay-sequence-reload.test.d.ts +2 -0
- package/build/tools/replay-sequence-reload.test.d.ts.map +1 -0
- package/build/tools/replay-sequence-reload.test.js +82 -0
- package/build/tools/replay-sequence-reload.test.js.map +1 -0
- package/build/tools/replay-socket-scope.test.d.ts +2 -0
- package/build/tools/replay-socket-scope.test.d.ts.map +1 -0
- package/build/tools/replay-socket-scope.test.js +75 -0
- package/build/tools/replay-socket-scope.test.js.map +1 -0
- package/build/tools/replay-step-connection.test.d.ts +2 -0
- package/build/tools/replay-step-connection.test.d.ts.map +1 -0
- package/build/tools/replay-step-connection.test.js +292 -0
- package/build/tools/replay-step-connection.test.js.map +1 -0
- package/build/tools/replay-step-timeout.test.d.ts +2 -0
- package/build/tools/replay-step-timeout.test.d.ts.map +1 -0
- package/build/tools/replay-step-timeout.test.js +204 -0
- package/build/tools/replay-step-timeout.test.js.map +1 -0
- package/build/tools/replay-tags.test.d.ts +2 -0
- package/build/tools/replay-tags.test.d.ts.map +1 -0
- package/build/tools/replay-tags.test.js +99 -0
- package/build/tools/replay-tags.test.js.map +1 -0
- package/build/tools/replay-teardown-and-foreach.test.d.ts +13 -0
- package/build/tools/replay-teardown-and-foreach.test.d.ts.map +1 -0
- package/build/tools/replay-teardown-and-foreach.test.js +318 -0
- package/build/tools/replay-teardown-and-foreach.test.js.map +1 -0
- package/build/tools/replay-tool-name-validation.test.d.ts +2 -0
- package/build/tools/replay-tool-name-validation.test.d.ts.map +1 -0
- package/build/tools/replay-tool-name-validation.test.js +280 -0
- package/build/tools/replay-tool-name-validation.test.js.map +1 -0
- package/build/tools/replay-tools.d.ts +288 -0
- package/build/tools/replay-tools.d.ts.map +1 -0
- package/build/tools/replay-tools.js +2994 -0
- package/build/tools/replay-tools.js.map +1 -0
- package/build/tools/request-abort.test.d.ts +2 -0
- package/build/tools/request-abort.test.d.ts.map +1 -0
- package/build/tools/request-abort.test.js +130 -0
- package/build/tools/request-abort.test.js.map +1 -0
- package/build/tools/request-tools.d.ts +56 -0
- package/build/tools/request-tools.d.ts.map +1 -0
- package/build/tools/request-tools.js +174 -0
- package/build/tools/request-tools.js.map +1 -0
- package/build/tools/screenshot-tools.d.ts +135 -0
- package/build/tools/screenshot-tools.d.ts.map +1 -0
- package/build/tools/screenshot-tools.js +636 -0
- package/build/tools/screenshot-tools.js.map +1 -0
- package/build/tools/server-tools.d.ts +88 -0
- package/build/tools/server-tools.d.ts.map +1 -0
- package/build/tools/server-tools.js +485 -0
- package/build/tools/server-tools.js.map +1 -0
- package/build/tools/source-tools.d.ts +46 -0
- package/build/tools/source-tools.d.ts.map +1 -0
- package/build/tools/source-tools.js +47 -0
- package/build/tools/source-tools.js.map +1 -0
- package/build/tools/storage-tools.d.ts +141 -0
- package/build/tools/storage-tools.d.ts.map +1 -0
- package/build/tools/storage-tools.js +894 -0
- package/build/tools/storage-tools.js.map +1 -0
- package/build/tools/storage-tools.test.d.ts +13 -0
- package/build/tools/storage-tools.test.d.ts.map +1 -0
- package/build/tools/storage-tools.test.js +707 -0
- package/build/tools/storage-tools.test.js.map +1 -0
- package/build/tools/tab-tools.d.ts +42 -0
- package/build/tools/tab-tools.d.ts.map +1 -0
- package/build/tools/tab-tools.js +296 -0
- package/build/tools/tab-tools.js.map +1 -0
- package/build/tools/wait-tools.d.ts +85 -0
- package/build/tools/wait-tools.d.ts.map +1 -0
- package/build/tools/wait-tools.js +236 -0
- package/build/tools/wait-tools.js.map +1 -0
- package/build/tools/wait-tools.test.d.ts +9 -0
- package/build/tools/wait-tools.test.d.ts.map +1 -0
- package/build/tools/wait-tools.test.js +193 -0
- package/build/tools/wait-tools.test.js.map +1 -0
- package/build/types.d.ts +133 -0
- package/build/types.d.ts.map +1 -0
- package/build/types.js +5 -0
- package/build/types.js.map +1 -0
- package/build/ui-verifier.d.ts +88 -0
- package/build/ui-verifier.d.ts.map +1 -0
- package/build/ui-verifier.js +540 -0
- package/build/ui-verifier.js.map +1 -0
- package/build/utils/abort.d.ts +68 -0
- package/build/utils/abort.d.ts.map +1 -0
- package/build/utils/abort.js +159 -0
- package/build/utils/abort.js.map +1 -0
- package/build/utils/abort.test.d.ts +2 -0
- package/build/utils/abort.test.d.ts.map +1 -0
- package/build/utils/abort.test.js +174 -0
- package/build/utils/abort.test.js.map +1 -0
- package/build/utils/modal-detection-core.d.ts +150 -0
- package/build/utils/modal-detection-core.d.ts.map +1 -0
- package/build/utils/modal-detection-core.js +332 -0
- package/build/utils/modal-detection-core.js.map +1 -0
- package/build/utils/modal-detection-core.test.d.ts +5 -0
- package/build/utils/modal-detection-core.test.d.ts.map +1 -0
- package/build/utils/modal-detection-core.test.js +492 -0
- package/build/utils/modal-detection-core.test.js.map +1 -0
- package/build/utils/modal-detector.d.ts +29 -0
- package/build/utils/modal-detector.d.ts.map +1 -0
- package/build/utils/modal-detector.js +281 -0
- package/build/utils/modal-detector.js.map +1 -0
- package/build/utils/modal-dismissal.d.ts +32 -0
- package/build/utils/modal-dismissal.d.ts.map +1 -0
- package/build/utils/modal-dismissal.js +190 -0
- package/build/utils/modal-dismissal.js.map +1 -0
- package/build/utils/port-check.d.ts +31 -0
- package/build/utils/port-check.d.ts.map +1 -0
- package/build/utils/port-check.js +87 -0
- package/build/utils/port-check.js.map +1 -0
- package/build/utils/port-check.test.d.ts +2 -0
- package/build/utils/port-check.test.d.ts.map +1 -0
- package/build/utils/port-check.test.js +66 -0
- package/build/utils/port-check.test.js.map +1 -0
- package/build/utils/selector-resolver.d.ts +66 -0
- package/build/utils/selector-resolver.d.ts.map +1 -0
- package/build/utils/selector-resolver.js +200 -0
- package/build/utils/selector-resolver.js.map +1 -0
- package/build/validation-helpers.d.ts +41 -0
- package/build/validation-helpers.d.ts.map +1 -0
- package/build/validation-helpers.js +236 -0
- package/build/validation-helpers.js.map +1 -0
- package/build/window-sizing.d.ts +26 -0
- package/build/window-sizing.d.ts.map +1 -0
- package/build/window-sizing.js +87 -0
- package/build/window-sizing.js.map +1 -0
- package/build/window-sizing.test.d.ts +8 -0
- package/build/window-sizing.test.d.ts.map +1 -0
- package/build/window-sizing.test.js +113 -0
- package/build/window-sizing.test.js.map +1 -0
- package/docs/README.md +74 -0
- package/docs/automation.md +562 -0
- package/docs/debugging.md +229 -0
- package/docs/installation.md +133 -0
- package/docs/instructions.md +227 -0
- package/docs/mcp-instructions.md +15 -0
- package/docs/message-system.md +327 -0
- package/docs/messages.md +3480 -0
- package/docs/parser-plugins.md +132 -0
- package/docs/replay.md +1411 -0
- package/docs/troubleshooting.md +272 -0
- package/docs/working_with_llm_notes.md +5 -0
- package/package.json +87 -0
- package/skills/devharness/SKILL.md +195 -0
- package/skills/devharness/references/sequences.md +613 -0
- package/skills/devharness/references/tool-categories.md +99 -0
|
@@ -0,0 +1,150 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Console Monitor
|
|
3
|
+
* Tracks console messages from the browser or Node.js debugger
|
|
4
|
+
*/
|
|
5
|
+
import { Page } from 'puppeteer-core';
|
|
6
|
+
import type { CDPConsoleMessage } from './types.js';
|
|
7
|
+
export interface StoredConsoleMessage {
|
|
8
|
+
id: string;
|
|
9
|
+
type: string;
|
|
10
|
+
text: string;
|
|
11
|
+
args: any[];
|
|
12
|
+
location?: {
|
|
13
|
+
url: string;
|
|
14
|
+
lineNumber: number;
|
|
15
|
+
columnNumber: number;
|
|
16
|
+
};
|
|
17
|
+
stackTrace?: any;
|
|
18
|
+
timestamp: number;
|
|
19
|
+
}
|
|
20
|
+
/**
|
|
21
|
+
* Function type for expanding CDP RemoteObject values
|
|
22
|
+
* Used to get full object details via Runtime.getProperties
|
|
23
|
+
* @param objectId - The CDP object ID to expand
|
|
24
|
+
* @param maxDepth - Maximum depth for nested object expansion
|
|
25
|
+
*/
|
|
26
|
+
export type ValueExpander = (objectId: string, maxDepth: number) => Promise<any>;
|
|
27
|
+
export interface ConsoleLogStats {
|
|
28
|
+
totalMessages: number;
|
|
29
|
+
newMessages: number;
|
|
30
|
+
newErrors: number;
|
|
31
|
+
newWarnings: number;
|
|
32
|
+
}
|
|
33
|
+
export declare class ConsoleMonitor {
|
|
34
|
+
private messages;
|
|
35
|
+
private messageIdCounter;
|
|
36
|
+
private maxMessages;
|
|
37
|
+
private isMonitoring;
|
|
38
|
+
private messageCallbacks;
|
|
39
|
+
private valueExpander;
|
|
40
|
+
private consoleObjectDepth;
|
|
41
|
+
private lastSeenCount;
|
|
42
|
+
private lastActivityTime;
|
|
43
|
+
/**
|
|
44
|
+
* Set a function to expand object values using Runtime.getProperties
|
|
45
|
+
* This enables full object inspection for Node.js console messages
|
|
46
|
+
*/
|
|
47
|
+
setValueExpander(expander: ValueExpander | null): void;
|
|
48
|
+
/**
|
|
49
|
+
* Set the maximum depth for expanding objects in console messages
|
|
50
|
+
* @param depth - Maximum nesting depth (default: 2)
|
|
51
|
+
*/
|
|
52
|
+
setConsoleObjectDepth(depth: number): void;
|
|
53
|
+
/**
|
|
54
|
+
* Get the current console object depth setting
|
|
55
|
+
*/
|
|
56
|
+
getConsoleObjectDepth(): number;
|
|
57
|
+
/**
|
|
58
|
+
* Start monitoring console messages on a page
|
|
59
|
+
*/
|
|
60
|
+
startMonitoring(page: Page): void;
|
|
61
|
+
/**
|
|
62
|
+
* Stop monitoring
|
|
63
|
+
*/
|
|
64
|
+
stopMonitoring(page: Page): void;
|
|
65
|
+
/**
|
|
66
|
+
* Add a page error (uncaught exception)
|
|
67
|
+
*/
|
|
68
|
+
private addPageError;
|
|
69
|
+
/**
|
|
70
|
+
* Add a console message from CDP Runtime.consoleAPICalled event
|
|
71
|
+
* This is used for Node.js debugging where Puppeteer's page.on('console') isn't available
|
|
72
|
+
*/
|
|
73
|
+
addCDPConsoleMessage(cdpMessage: CDPConsoleMessage): Promise<void>;
|
|
74
|
+
/**
|
|
75
|
+
* Enable monitoring without a Puppeteer page (for Node.js/CDP-only connections)
|
|
76
|
+
* Call this for Node.js debugging connections that will receive messages via addCDPConsoleMessage
|
|
77
|
+
*/
|
|
78
|
+
enableWithoutPage(): void;
|
|
79
|
+
/**
|
|
80
|
+
* Serialize a JSHandle to a JSON-safe value with cycle detection
|
|
81
|
+
*/
|
|
82
|
+
private serializeJSHandle;
|
|
83
|
+
/**
|
|
84
|
+
* Helper to serialize nested values
|
|
85
|
+
*/
|
|
86
|
+
private serializeValue;
|
|
87
|
+
/**
|
|
88
|
+
* Add a console message
|
|
89
|
+
*/
|
|
90
|
+
private addMessage;
|
|
91
|
+
/**
|
|
92
|
+
* Get all messages
|
|
93
|
+
*/
|
|
94
|
+
getMessages(filter?: {
|
|
95
|
+
type?: string;
|
|
96
|
+
limit?: number;
|
|
97
|
+
offset?: number;
|
|
98
|
+
}): StoredConsoleMessage[];
|
|
99
|
+
/**
|
|
100
|
+
* Get a message by ID
|
|
101
|
+
*/
|
|
102
|
+
getMessage(id: string): StoredConsoleMessage | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* Clear all messages
|
|
105
|
+
*/
|
|
106
|
+
clear(): void;
|
|
107
|
+
/**
|
|
108
|
+
* Get message count
|
|
109
|
+
*/
|
|
110
|
+
getCount(type?: string): number;
|
|
111
|
+
/**
|
|
112
|
+
* Get log stats with delta tracking (new messages since last check)
|
|
113
|
+
* This updates the cursor so subsequent calls show only newer messages
|
|
114
|
+
*/
|
|
115
|
+
getLogStats(): ConsoleLogStats;
|
|
116
|
+
/**
|
|
117
|
+
* Peek at log stats without updating the cursor
|
|
118
|
+
*/
|
|
119
|
+
peekLogStats(): ConsoleLogStats;
|
|
120
|
+
/**
|
|
121
|
+
* Get the most recent N messages
|
|
122
|
+
*/
|
|
123
|
+
getRecentMessages(count?: number, type?: string): StoredConsoleMessage[];
|
|
124
|
+
/**
|
|
125
|
+
* Get all messages without pagination
|
|
126
|
+
*/
|
|
127
|
+
getAllMessages(type?: string): StoredConsoleMessage[];
|
|
128
|
+
/**
|
|
129
|
+
* Check if monitoring
|
|
130
|
+
*/
|
|
131
|
+
isActive(): boolean;
|
|
132
|
+
/**
|
|
133
|
+
* Register a callback to be invoked when a console message is added
|
|
134
|
+
*/
|
|
135
|
+
onMessage(callback: (message: StoredConsoleMessage) => void): void;
|
|
136
|
+
/**
|
|
137
|
+
* Remove a callback
|
|
138
|
+
*/
|
|
139
|
+
removeMessageCallback(callback: (message: StoredConsoleMessage) => void): void;
|
|
140
|
+
/**
|
|
141
|
+
* Get the timestamp of the last console activity
|
|
142
|
+
*/
|
|
143
|
+
getLastActivityTime(): number;
|
|
144
|
+
/**
|
|
145
|
+
* Check if there has been console activity within the specified duration
|
|
146
|
+
* @param withinMs - Duration in milliseconds to check for activity
|
|
147
|
+
*/
|
|
148
|
+
hasRecentActivity(withinMs: number): boolean;
|
|
149
|
+
}
|
|
150
|
+
//# sourceMappingURL=console-monitor.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"console-monitor.d.ts","sourceRoot":"","sources":["../src/console-monitor.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,454 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Console Monitor
|
|
3
|
+
* Tracks console messages from the browser or Node.js debugger
|
|
4
|
+
*/
|
|
5
|
+
export class ConsoleMonitor {
|
|
6
|
+
messages = [];
|
|
7
|
+
messageIdCounter = 0;
|
|
8
|
+
maxMessages = 1000; // Keep last 1000 messages
|
|
9
|
+
isMonitoring = false;
|
|
10
|
+
messageCallbacks = [];
|
|
11
|
+
valueExpander = null;
|
|
12
|
+
consoleObjectDepth = 2; // Default depth for console object expansion
|
|
13
|
+
lastSeenCount = 0; // Cursor for tracking new messages since last check
|
|
14
|
+
lastActivityTime = Date.now();
|
|
15
|
+
/**
|
|
16
|
+
* Set a function to expand object values using Runtime.getProperties
|
|
17
|
+
* This enables full object inspection for Node.js console messages
|
|
18
|
+
*/
|
|
19
|
+
setValueExpander(expander) {
|
|
20
|
+
this.valueExpander = expander;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Set the maximum depth for expanding objects in console messages
|
|
24
|
+
* @param depth - Maximum nesting depth (default: 2)
|
|
25
|
+
*/
|
|
26
|
+
setConsoleObjectDepth(depth) {
|
|
27
|
+
this.consoleObjectDepth = Math.max(1, Math.min(depth, 10)); // Clamp between 1-10
|
|
28
|
+
}
|
|
29
|
+
/**
|
|
30
|
+
* Get the current console object depth setting
|
|
31
|
+
*/
|
|
32
|
+
getConsoleObjectDepth() {
|
|
33
|
+
return this.consoleObjectDepth;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Start monitoring console messages on a page
|
|
37
|
+
*/
|
|
38
|
+
startMonitoring(page) {
|
|
39
|
+
// Remove any existing listeners first to avoid duplicates
|
|
40
|
+
page.removeAllListeners('console');
|
|
41
|
+
page.removeAllListeners('pageerror');
|
|
42
|
+
// Attach console listener
|
|
43
|
+
page.on('console', (msg) => {
|
|
44
|
+
this.addMessage(msg);
|
|
45
|
+
});
|
|
46
|
+
// Attach uncaught exception listener
|
|
47
|
+
page.on('pageerror', (error) => {
|
|
48
|
+
this.addPageError(error);
|
|
49
|
+
});
|
|
50
|
+
this.isMonitoring = true;
|
|
51
|
+
}
|
|
52
|
+
/**
|
|
53
|
+
* Stop monitoring
|
|
54
|
+
*/
|
|
55
|
+
stopMonitoring(page) {
|
|
56
|
+
page.removeAllListeners('console');
|
|
57
|
+
page.removeAllListeners('pageerror');
|
|
58
|
+
this.isMonitoring = false;
|
|
59
|
+
}
|
|
60
|
+
/**
|
|
61
|
+
* Add a page error (uncaught exception)
|
|
62
|
+
*/
|
|
63
|
+
addPageError(error) {
|
|
64
|
+
const id = `console-${this.messageIdCounter++}`;
|
|
65
|
+
const storedMessage = {
|
|
66
|
+
id,
|
|
67
|
+
type: 'error',
|
|
68
|
+
text: `Uncaught ${error.message}`,
|
|
69
|
+
args: [],
|
|
70
|
+
stackTrace: error.stack ? error.stack.split('\n').map(line => ({ description: line })) : undefined,
|
|
71
|
+
timestamp: Date.now(),
|
|
72
|
+
};
|
|
73
|
+
this.messages.push(storedMessage);
|
|
74
|
+
this.lastActivityTime = Date.now();
|
|
75
|
+
// Keep only last N messages
|
|
76
|
+
if (this.messages.length > this.maxMessages) {
|
|
77
|
+
this.messages.shift();
|
|
78
|
+
}
|
|
79
|
+
// Notify callbacks
|
|
80
|
+
for (const callback of this.messageCallbacks) {
|
|
81
|
+
try {
|
|
82
|
+
callback(storedMessage);
|
|
83
|
+
}
|
|
84
|
+
catch (error) {
|
|
85
|
+
// Silently ignore callback errors to prevent disruption
|
|
86
|
+
console.error('[ConsoleMonitor] Error in message callback:', error);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}
|
|
90
|
+
/**
|
|
91
|
+
* Add a console message from CDP Runtime.consoleAPICalled event
|
|
92
|
+
* This is used for Node.js debugging where Puppeteer's page.on('console') isn't available
|
|
93
|
+
*/
|
|
94
|
+
async addCDPConsoleMessage(cdpMessage) {
|
|
95
|
+
const id = `console-${this.messageIdCounter++}`;
|
|
96
|
+
// Convert CDP args to serialized format
|
|
97
|
+
const args = await Promise.all(cdpMessage.args.map(async (arg) => {
|
|
98
|
+
// Primitives have direct value
|
|
99
|
+
if (arg.value !== undefined) {
|
|
100
|
+
return arg.value;
|
|
101
|
+
}
|
|
102
|
+
// Unserializable values (Infinity, NaN, -0, bigint)
|
|
103
|
+
if (arg.unserializableValue) {
|
|
104
|
+
return arg.unserializableValue;
|
|
105
|
+
}
|
|
106
|
+
// If we have a value expander and an objectId, expand the object fully
|
|
107
|
+
if (this.valueExpander && arg.objectId) {
|
|
108
|
+
try {
|
|
109
|
+
return await this.valueExpander(arg.objectId, this.consoleObjectDepth);
|
|
110
|
+
}
|
|
111
|
+
catch {
|
|
112
|
+
// Fall through to preview/description if expansion fails
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
// Try to use preview for objects (if available)
|
|
116
|
+
if (arg.preview?.properties) {
|
|
117
|
+
const props = {};
|
|
118
|
+
for (const prop of arg.preview.properties) {
|
|
119
|
+
props[prop.name] = prop.value;
|
|
120
|
+
}
|
|
121
|
+
// Mark if there are more properties not shown
|
|
122
|
+
if (arg.preview.overflow) {
|
|
123
|
+
props['...'] = '(more properties)';
|
|
124
|
+
}
|
|
125
|
+
return props;
|
|
126
|
+
}
|
|
127
|
+
// Fall back to description (e.g., "Object", "Array(3)", "Map(2)")
|
|
128
|
+
if (arg.description) {
|
|
129
|
+
return arg.description;
|
|
130
|
+
}
|
|
131
|
+
return `[${arg.type}]`;
|
|
132
|
+
}));
|
|
133
|
+
// Build text from args (similar to how console.log joins arguments)
|
|
134
|
+
const text = args.map(arg => {
|
|
135
|
+
if (typeof arg === 'string')
|
|
136
|
+
return arg;
|
|
137
|
+
try {
|
|
138
|
+
return JSON.stringify(arg);
|
|
139
|
+
}
|
|
140
|
+
catch {
|
|
141
|
+
return String(arg);
|
|
142
|
+
}
|
|
143
|
+
}).join(' ');
|
|
144
|
+
// Extract location from stack trace if available
|
|
145
|
+
const location = cdpMessage.stackTrace?.callFrames[0]
|
|
146
|
+
? {
|
|
147
|
+
url: cdpMessage.stackTrace.callFrames[0].url,
|
|
148
|
+
lineNumber: cdpMessage.stackTrace.callFrames[0].lineNumber,
|
|
149
|
+
columnNumber: cdpMessage.stackTrace.callFrames[0].columnNumber,
|
|
150
|
+
}
|
|
151
|
+
: undefined;
|
|
152
|
+
const storedMessage = {
|
|
153
|
+
id,
|
|
154
|
+
type: cdpMessage.type,
|
|
155
|
+
text,
|
|
156
|
+
args,
|
|
157
|
+
location,
|
|
158
|
+
stackTrace: cdpMessage.stackTrace,
|
|
159
|
+
timestamp: cdpMessage.timestamp,
|
|
160
|
+
};
|
|
161
|
+
this.messages.push(storedMessage);
|
|
162
|
+
this.lastActivityTime = Date.now();
|
|
163
|
+
// Keep only last N messages
|
|
164
|
+
if (this.messages.length > this.maxMessages) {
|
|
165
|
+
this.messages.shift();
|
|
166
|
+
}
|
|
167
|
+
// Notify callbacks
|
|
168
|
+
for (const callback of this.messageCallbacks) {
|
|
169
|
+
try {
|
|
170
|
+
callback(storedMessage);
|
|
171
|
+
}
|
|
172
|
+
catch (error) {
|
|
173
|
+
// Silently ignore callback errors to prevent disruption
|
|
174
|
+
console.error('[ConsoleMonitor] Error in message callback:', error);
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* Enable monitoring without a Puppeteer page (for Node.js/CDP-only connections)
|
|
180
|
+
* Call this for Node.js debugging connections that will receive messages via addCDPConsoleMessage
|
|
181
|
+
*/
|
|
182
|
+
enableWithoutPage() {
|
|
183
|
+
this.isMonitoring = true;
|
|
184
|
+
}
|
|
185
|
+
/**
|
|
186
|
+
* Serialize a JSHandle to a JSON-safe value with cycle detection
|
|
187
|
+
*/
|
|
188
|
+
async serializeJSHandle(handle, maxDepth = 3, seen = new WeakSet()) {
|
|
189
|
+
if (maxDepth <= 0) {
|
|
190
|
+
return '[Max depth reached]';
|
|
191
|
+
}
|
|
192
|
+
try {
|
|
193
|
+
// Try to get JSON value first
|
|
194
|
+
const jsonValue = await handle.jsonValue();
|
|
195
|
+
// Handle primitives
|
|
196
|
+
if (jsonValue === null || typeof jsonValue !== 'object') {
|
|
197
|
+
return jsonValue;
|
|
198
|
+
}
|
|
199
|
+
// Check for cycles
|
|
200
|
+
if (seen.has(jsonValue)) {
|
|
201
|
+
return '[Circular]';
|
|
202
|
+
}
|
|
203
|
+
seen.add(jsonValue);
|
|
204
|
+
// Handle arrays
|
|
205
|
+
if (Array.isArray(jsonValue)) {
|
|
206
|
+
return await Promise.all(jsonValue.slice(0, 100).map(async (item) => {
|
|
207
|
+
if (item && typeof item === 'object') {
|
|
208
|
+
return await this.serializeValue(item, maxDepth - 1, seen);
|
|
209
|
+
}
|
|
210
|
+
return item;
|
|
211
|
+
}));
|
|
212
|
+
}
|
|
213
|
+
// Handle objects
|
|
214
|
+
const result = {};
|
|
215
|
+
const keys = Object.keys(jsonValue).slice(0, 50); // Limit to 50 properties
|
|
216
|
+
for (const key of keys) {
|
|
217
|
+
const value = jsonValue[key];
|
|
218
|
+
if (value && typeof value === 'object') {
|
|
219
|
+
result[key] = await this.serializeValue(value, maxDepth - 1, seen);
|
|
220
|
+
}
|
|
221
|
+
else {
|
|
222
|
+
result[key] = value;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
225
|
+
return result;
|
|
226
|
+
}
|
|
227
|
+
catch (error) {
|
|
228
|
+
// If serialization fails, try to get a description
|
|
229
|
+
try {
|
|
230
|
+
const properties = await handle.getProperties();
|
|
231
|
+
if (properties.size === 0) {
|
|
232
|
+
return handle.toString();
|
|
233
|
+
}
|
|
234
|
+
const result = {};
|
|
235
|
+
let count = 0;
|
|
236
|
+
for (const [key, valueHandle] of properties) {
|
|
237
|
+
if (count++ >= 10)
|
|
238
|
+
break; // Limit properties for complex objects
|
|
239
|
+
if (key.startsWith('Symbol('))
|
|
240
|
+
continue; // Skip symbols
|
|
241
|
+
try {
|
|
242
|
+
result[key] = await valueHandle.jsonValue();
|
|
243
|
+
}
|
|
244
|
+
catch {
|
|
245
|
+
result[key] = valueHandle.toString();
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
return result;
|
|
249
|
+
}
|
|
250
|
+
catch {
|
|
251
|
+
return handle.toString();
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
/**
|
|
256
|
+
* Helper to serialize nested values
|
|
257
|
+
*/
|
|
258
|
+
async serializeValue(value, maxDepth, seen) {
|
|
259
|
+
if (maxDepth <= 0) {
|
|
260
|
+
return '[Max depth reached]';
|
|
261
|
+
}
|
|
262
|
+
if (value === null || value === undefined) {
|
|
263
|
+
return value;
|
|
264
|
+
}
|
|
265
|
+
if (typeof value !== 'object') {
|
|
266
|
+
return value;
|
|
267
|
+
}
|
|
268
|
+
if (seen.has(value)) {
|
|
269
|
+
return '[Circular]';
|
|
270
|
+
}
|
|
271
|
+
seen.add(value);
|
|
272
|
+
if (Array.isArray(value)) {
|
|
273
|
+
return value.slice(0, 100).map(item => {
|
|
274
|
+
if (item && typeof item === 'object') {
|
|
275
|
+
return this.serializeValue(item, maxDepth - 1, seen);
|
|
276
|
+
}
|
|
277
|
+
return item;
|
|
278
|
+
});
|
|
279
|
+
}
|
|
280
|
+
const result = {};
|
|
281
|
+
const keys = Object.keys(value).slice(0, 50);
|
|
282
|
+
for (const key of keys) {
|
|
283
|
+
const val = value[key];
|
|
284
|
+
if (val && typeof val === 'object') {
|
|
285
|
+
result[key] = await this.serializeValue(val, maxDepth - 1, seen);
|
|
286
|
+
}
|
|
287
|
+
else {
|
|
288
|
+
result[key] = val;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
return result;
|
|
292
|
+
}
|
|
293
|
+
/**
|
|
294
|
+
* Add a console message
|
|
295
|
+
*/
|
|
296
|
+
async addMessage(msg) {
|
|
297
|
+
const id = `console-${this.messageIdCounter++}`;
|
|
298
|
+
// Get message arguments with deep serialization
|
|
299
|
+
const args = await Promise.all(msg.args().map(async (arg) => {
|
|
300
|
+
return await this.serializeJSHandle(arg);
|
|
301
|
+
}));
|
|
302
|
+
const location = msg.location();
|
|
303
|
+
const storedMessage = {
|
|
304
|
+
id,
|
|
305
|
+
type: msg.type(),
|
|
306
|
+
text: msg.text(),
|
|
307
|
+
args,
|
|
308
|
+
location: location ? {
|
|
309
|
+
url: location.url || '',
|
|
310
|
+
lineNumber: location.lineNumber || 0,
|
|
311
|
+
columnNumber: location.columnNumber || 0,
|
|
312
|
+
} : undefined,
|
|
313
|
+
stackTrace: msg.stackTrace(),
|
|
314
|
+
timestamp: Date.now(),
|
|
315
|
+
};
|
|
316
|
+
this.messages.push(storedMessage);
|
|
317
|
+
this.lastActivityTime = Date.now();
|
|
318
|
+
// Keep only last N messages
|
|
319
|
+
if (this.messages.length > this.maxMessages) {
|
|
320
|
+
this.messages.shift();
|
|
321
|
+
}
|
|
322
|
+
// Notify callbacks
|
|
323
|
+
for (const callback of this.messageCallbacks) {
|
|
324
|
+
try {
|
|
325
|
+
callback(storedMessage);
|
|
326
|
+
}
|
|
327
|
+
catch (error) {
|
|
328
|
+
// Silently ignore callback errors to prevent disruption
|
|
329
|
+
console.error('[ConsoleMonitor] Error in message callback:', error);
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
/**
|
|
334
|
+
* Get all messages
|
|
335
|
+
*/
|
|
336
|
+
getMessages(filter) {
|
|
337
|
+
let filtered = this.messages;
|
|
338
|
+
// Filter by type
|
|
339
|
+
if (filter?.type) {
|
|
340
|
+
filtered = filtered.filter(msg => msg.type === filter.type);
|
|
341
|
+
}
|
|
342
|
+
// Apply offset and limit
|
|
343
|
+
const offset = filter?.offset || 0;
|
|
344
|
+
const limit = filter?.limit || filtered.length;
|
|
345
|
+
return filtered.slice(offset, offset + limit);
|
|
346
|
+
}
|
|
347
|
+
/**
|
|
348
|
+
* Get a message by ID
|
|
349
|
+
*/
|
|
350
|
+
getMessage(id) {
|
|
351
|
+
return this.messages.find(msg => msg.id === id);
|
|
352
|
+
}
|
|
353
|
+
/**
|
|
354
|
+
* Clear all messages
|
|
355
|
+
*/
|
|
356
|
+
clear() {
|
|
357
|
+
this.messages = [];
|
|
358
|
+
this.lastSeenCount = 0; // Reset cursor when messages are cleared
|
|
359
|
+
// Don't reset messageIdCounter - prevents ID collisions after clear
|
|
360
|
+
}
|
|
361
|
+
/**
|
|
362
|
+
* Get message count
|
|
363
|
+
*/
|
|
364
|
+
getCount(type) {
|
|
365
|
+
if (type) {
|
|
366
|
+
return this.messages.filter(msg => msg.type === type).length;
|
|
367
|
+
}
|
|
368
|
+
return this.messages.length;
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* Get log stats with delta tracking (new messages since last check)
|
|
372
|
+
* This updates the cursor so subsequent calls show only newer messages
|
|
373
|
+
*/
|
|
374
|
+
getLogStats() {
|
|
375
|
+
const totalMessages = this.messages.length;
|
|
376
|
+
const newMessages = this.messages.slice(this.lastSeenCount);
|
|
377
|
+
const stats = {
|
|
378
|
+
totalMessages,
|
|
379
|
+
newMessages: newMessages.length,
|
|
380
|
+
newErrors: newMessages.filter(m => m.type === 'error').length,
|
|
381
|
+
newWarnings: newMessages.filter(m => m.type === 'warn' || m.type === 'warning').length,
|
|
382
|
+
};
|
|
383
|
+
// Update cursor to current position
|
|
384
|
+
this.lastSeenCount = totalMessages;
|
|
385
|
+
return stats;
|
|
386
|
+
}
|
|
387
|
+
/**
|
|
388
|
+
* Peek at log stats without updating the cursor
|
|
389
|
+
*/
|
|
390
|
+
peekLogStats() {
|
|
391
|
+
const totalMessages = this.messages.length;
|
|
392
|
+
const newMessages = this.messages.slice(this.lastSeenCount);
|
|
393
|
+
return {
|
|
394
|
+
totalMessages,
|
|
395
|
+
newMessages: newMessages.length,
|
|
396
|
+
newErrors: newMessages.filter(m => m.type === 'error').length,
|
|
397
|
+
newWarnings: newMessages.filter(m => m.type === 'warn' || m.type === 'warning').length,
|
|
398
|
+
};
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* Get the most recent N messages
|
|
402
|
+
*/
|
|
403
|
+
getRecentMessages(count = 50, type) {
|
|
404
|
+
let filtered = this.messages;
|
|
405
|
+
if (type) {
|
|
406
|
+
filtered = filtered.filter(msg => msg.type === type);
|
|
407
|
+
}
|
|
408
|
+
return filtered.slice(-count); // Last N messages
|
|
409
|
+
}
|
|
410
|
+
/**
|
|
411
|
+
* Get all messages without pagination
|
|
412
|
+
*/
|
|
413
|
+
getAllMessages(type) {
|
|
414
|
+
if (type) {
|
|
415
|
+
return this.messages.filter(msg => msg.type === type);
|
|
416
|
+
}
|
|
417
|
+
return [...this.messages];
|
|
418
|
+
}
|
|
419
|
+
/**
|
|
420
|
+
* Check if monitoring
|
|
421
|
+
*/
|
|
422
|
+
isActive() {
|
|
423
|
+
return this.isMonitoring;
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
* Register a callback to be invoked when a console message is added
|
|
427
|
+
*/
|
|
428
|
+
onMessage(callback) {
|
|
429
|
+
this.messageCallbacks.push(callback);
|
|
430
|
+
}
|
|
431
|
+
/**
|
|
432
|
+
* Remove a callback
|
|
433
|
+
*/
|
|
434
|
+
removeMessageCallback(callback) {
|
|
435
|
+
const index = this.messageCallbacks.indexOf(callback);
|
|
436
|
+
if (index !== -1) {
|
|
437
|
+
this.messageCallbacks.splice(index, 1);
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
/**
|
|
441
|
+
* Get the timestamp of the last console activity
|
|
442
|
+
*/
|
|
443
|
+
getLastActivityTime() {
|
|
444
|
+
return this.lastActivityTime;
|
|
445
|
+
}
|
|
446
|
+
/**
|
|
447
|
+
* Check if there has been console activity within the specified duration
|
|
448
|
+
* @param withinMs - Duration in milliseconds to check for activity
|
|
449
|
+
*/
|
|
450
|
+
hasRecentActivity(withinMs) {
|
|
451
|
+
return Date.now() - this.lastActivityTime < withinMs;
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
//# sourceMappingURL=console-monitor.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"console-monitor.js","sourceRoot":"","sources":["../src/console-monitor.ts"],"names":[],"mappings":"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"}
|