e2e-pilot 0.0.69

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.
Files changed (152) hide show
  1. package/bin.js +3 -0
  2. package/dist/aria-snapshot.d.ts +95 -0
  3. package/dist/aria-snapshot.d.ts.map +1 -0
  4. package/dist/aria-snapshot.js +490 -0
  5. package/dist/aria-snapshot.js.map +1 -0
  6. package/dist/bippy.js +971 -0
  7. package/dist/cdp-relay.d.ts +16 -0
  8. package/dist/cdp-relay.d.ts.map +1 -0
  9. package/dist/cdp-relay.js +715 -0
  10. package/dist/cdp-relay.js.map +1 -0
  11. package/dist/cdp-session.d.ts +42 -0
  12. package/dist/cdp-session.d.ts.map +1 -0
  13. package/dist/cdp-session.js +154 -0
  14. package/dist/cdp-session.js.map +1 -0
  15. package/dist/cdp-types.d.ts +63 -0
  16. package/dist/cdp-types.d.ts.map +1 -0
  17. package/dist/cdp-types.js +91 -0
  18. package/dist/cdp-types.js.map +1 -0
  19. package/dist/cli.d.ts +3 -0
  20. package/dist/cli.d.ts.map +1 -0
  21. package/dist/cli.js +213 -0
  22. package/dist/cli.js.map +1 -0
  23. package/dist/create-logger.d.ts +9 -0
  24. package/dist/create-logger.d.ts.map +1 -0
  25. package/dist/create-logger.js +25 -0
  26. package/dist/create-logger.js.map +1 -0
  27. package/dist/debugger-api.md +458 -0
  28. package/dist/debugger-examples-types.d.ts +24 -0
  29. package/dist/debugger-examples-types.d.ts.map +1 -0
  30. package/dist/debugger-examples-types.js +2 -0
  31. package/dist/debugger-examples-types.js.map +1 -0
  32. package/dist/debugger-examples.d.ts +6 -0
  33. package/dist/debugger-examples.d.ts.map +1 -0
  34. package/dist/debugger-examples.js +53 -0
  35. package/dist/debugger-examples.js.map +1 -0
  36. package/dist/debugger.d.ts +381 -0
  37. package/dist/debugger.d.ts.map +1 -0
  38. package/dist/debugger.js +633 -0
  39. package/dist/debugger.js.map +1 -0
  40. package/dist/editor-api.md +364 -0
  41. package/dist/editor-examples.d.ts +11 -0
  42. package/dist/editor-examples.d.ts.map +1 -0
  43. package/dist/editor-examples.js +124 -0
  44. package/dist/editor-examples.js.map +1 -0
  45. package/dist/editor.d.ts +203 -0
  46. package/dist/editor.d.ts.map +1 -0
  47. package/dist/editor.js +336 -0
  48. package/dist/editor.js.map +1 -0
  49. package/dist/execute.d.ts +50 -0
  50. package/dist/execute.d.ts.map +1 -0
  51. package/dist/execute.js +576 -0
  52. package/dist/execute.js.map +1 -0
  53. package/dist/index.d.ts +11 -0
  54. package/dist/index.d.ts.map +1 -0
  55. package/dist/index.js +7 -0
  56. package/dist/index.js.map +1 -0
  57. package/dist/mcp-client.d.ts +20 -0
  58. package/dist/mcp-client.d.ts.map +1 -0
  59. package/dist/mcp-client.js +56 -0
  60. package/dist/mcp-client.js.map +1 -0
  61. package/dist/mcp.d.ts +5 -0
  62. package/dist/mcp.d.ts.map +1 -0
  63. package/dist/mcp.js +720 -0
  64. package/dist/mcp.js.map +1 -0
  65. package/dist/mcp.test.d.ts +10 -0
  66. package/dist/mcp.test.d.ts.map +1 -0
  67. package/dist/mcp.test.js +2999 -0
  68. package/dist/mcp.test.js.map +1 -0
  69. package/dist/network-capture.d.ts +23 -0
  70. package/dist/network-capture.d.ts.map +1 -0
  71. package/dist/network-capture.js +98 -0
  72. package/dist/network-capture.js.map +1 -0
  73. package/dist/protocol.d.ts +54 -0
  74. package/dist/protocol.d.ts.map +1 -0
  75. package/dist/protocol.js +2 -0
  76. package/dist/protocol.js.map +1 -0
  77. package/dist/react-source.d.ts +13 -0
  78. package/dist/react-source.d.ts.map +1 -0
  79. package/dist/react-source.js +68 -0
  80. package/dist/react-source.js.map +1 -0
  81. package/dist/scoped-fs.d.ts +94 -0
  82. package/dist/scoped-fs.d.ts.map +1 -0
  83. package/dist/scoped-fs.js +356 -0
  84. package/dist/scoped-fs.js.map +1 -0
  85. package/dist/selector-generator.js +8126 -0
  86. package/dist/start-relay-server.d.ts +6 -0
  87. package/dist/start-relay-server.d.ts.map +1 -0
  88. package/dist/start-relay-server.js +33 -0
  89. package/dist/start-relay-server.js.map +1 -0
  90. package/dist/styles-api.md +117 -0
  91. package/dist/styles-examples.d.ts +8 -0
  92. package/dist/styles-examples.d.ts.map +1 -0
  93. package/dist/styles-examples.js +64 -0
  94. package/dist/styles-examples.js.map +1 -0
  95. package/dist/styles.d.ts +27 -0
  96. package/dist/styles.d.ts.map +1 -0
  97. package/dist/styles.js +234 -0
  98. package/dist/styles.js.map +1 -0
  99. package/dist/trace-utils.d.ts +14 -0
  100. package/dist/trace-utils.d.ts.map +1 -0
  101. package/dist/trace-utils.js +21 -0
  102. package/dist/trace-utils.js.map +1 -0
  103. package/dist/utils.d.ts +20 -0
  104. package/dist/utils.d.ts.map +1 -0
  105. package/dist/utils.js +75 -0
  106. package/dist/utils.js.map +1 -0
  107. package/dist/wait-for-page-load.d.ts +16 -0
  108. package/dist/wait-for-page-load.d.ts.map +1 -0
  109. package/dist/wait-for-page-load.js +127 -0
  110. package/dist/wait-for-page-load.js.map +1 -0
  111. package/package.json +67 -0
  112. package/src/aria-snapshot.ts +610 -0
  113. package/src/assets/aria-labels-github-snapshot.txt +605 -0
  114. package/src/assets/aria-labels-github.png +0 -0
  115. package/src/assets/aria-labels-google-snapshot.txt +49 -0
  116. package/src/assets/aria-labels-google.png +0 -0
  117. package/src/assets/aria-labels-hacker-news-snapshot.txt +1023 -0
  118. package/src/assets/aria-labels-hacker-news.png +0 -0
  119. package/src/cdp-relay.ts +925 -0
  120. package/src/cdp-session.ts +203 -0
  121. package/src/cdp-timing.md +128 -0
  122. package/src/cdp-types.ts +155 -0
  123. package/src/cli.ts +250 -0
  124. package/src/create-logger.ts +36 -0
  125. package/src/debugger-examples-types.ts +13 -0
  126. package/src/debugger-examples.ts +66 -0
  127. package/src/debugger.md +453 -0
  128. package/src/debugger.ts +713 -0
  129. package/src/editor-examples.ts +148 -0
  130. package/src/editor.ts +390 -0
  131. package/src/execute.ts +763 -0
  132. package/src/index.ts +10 -0
  133. package/src/mcp-client.ts +78 -0
  134. package/src/mcp.test.ts +3596 -0
  135. package/src/mcp.ts +876 -0
  136. package/src/network-capture.ts +140 -0
  137. package/src/prompt.bak.md +323 -0
  138. package/src/prompt.md +7 -0
  139. package/src/protocol.ts +63 -0
  140. package/src/react-source.ts +94 -0
  141. package/src/resource.md +436 -0
  142. package/src/scoped-fs.ts +411 -0
  143. package/src/snapshots/hacker-news-focused-accessibility.md +202 -0
  144. package/src/snapshots/hacker-news-initial-accessibility.md +11 -0
  145. package/src/snapshots/hacker-news-tabbed-accessibility.md +202 -0
  146. package/src/snapshots/shadcn-ui-accessibility.md +11 -0
  147. package/src/start-relay-server.ts +43 -0
  148. package/src/styles-examples.ts +77 -0
  149. package/src/styles.ts +345 -0
  150. package/src/trace-utils.ts +43 -0
  151. package/src/utils.ts +91 -0
  152. package/src/wait-for-page-load.ts +174 -0
@@ -0,0 +1,381 @@
1
+ import type { ICDPSession } from './cdp-session.js';
2
+ export interface BreakpointInfo {
3
+ id: string;
4
+ file: string;
5
+ line: number;
6
+ }
7
+ export interface LocationInfo {
8
+ url: string;
9
+ lineNumber: number;
10
+ columnNumber: number;
11
+ callstack: Array<{
12
+ functionName: string;
13
+ url: string;
14
+ lineNumber: number;
15
+ columnNumber: number;
16
+ }>;
17
+ sourceContext: string;
18
+ }
19
+ export interface EvaluateResult {
20
+ value: unknown;
21
+ }
22
+ export interface ScriptInfo {
23
+ scriptId: string;
24
+ url: string;
25
+ }
26
+ /**
27
+ * A class for debugging JavaScript code via Chrome DevTools Protocol.
28
+ * Works with both Node.js (--inspect) and browser debugging.
29
+ *
30
+ * @example
31
+ * ```ts
32
+ * const cdp = await getCDPSessionForPage({ page, wsUrl })
33
+ * const dbg = new Debugger({ cdp })
34
+ *
35
+ * await dbg.setBreakpoint({ file: 'https://example.com/app.js', line: 42 })
36
+ * // trigger the code path, then:
37
+ * const location = await dbg.getLocation()
38
+ * const vars = await dbg.inspectLocalVariables()
39
+ * await dbg.resume()
40
+ * ```
41
+ */
42
+ export declare class Debugger {
43
+ private cdp;
44
+ private debuggerEnabled;
45
+ private paused;
46
+ private currentCallFrames;
47
+ private breakpoints;
48
+ private scripts;
49
+ private xhrBreakpoints;
50
+ private blackboxPatterns;
51
+ /**
52
+ * Creates a new Debugger instance.
53
+ *
54
+ * @param options - Configuration options
55
+ * @param options.cdp - A CDPSession instance for sending CDP commands (works with both
56
+ * our CDPSession and Playwright's CDPSession)
57
+ *
58
+ * @example
59
+ * ```ts
60
+ * const cdp = await getCDPSessionForPage({ page, wsUrl })
61
+ * const dbg = new Debugger({ cdp })
62
+ * ```
63
+ */
64
+ constructor({ cdp }: {
65
+ cdp: ICDPSession;
66
+ });
67
+ private setupEventListeners;
68
+ /**
69
+ * Enables the debugger and runtime domains. Called automatically by other methods.
70
+ * Also resumes execution if the target was started with --inspect-brk.
71
+ *
72
+ * @example
73
+ * ```ts
74
+ * await dbg.enable()
75
+ * ```
76
+ */
77
+ enable(): Promise<void>;
78
+ /**
79
+ * Sets a breakpoint at a specified URL and line number.
80
+ * Use the URL from listScripts() to find available scripts.
81
+ *
82
+ * @param options - Breakpoint options
83
+ * @param options.file - Script URL (e.g. https://example.com/app.js)
84
+ * @param options.line - Line number (1-based)
85
+ * @param options.condition - Optional JS expression; only pause when it evaluates to true
86
+ * @returns The breakpoint ID for later removal
87
+ *
88
+ * @example
89
+ * ```ts
90
+ * const id = await dbg.setBreakpoint({ file: 'https://example.com/app.js', line: 42 })
91
+ * // later:
92
+ * await dbg.deleteBreakpoint({ breakpointId: id })
93
+ *
94
+ * // Conditional breakpoint - only pause when userId is 123
95
+ * await dbg.setBreakpoint({
96
+ * file: 'https://example.com/app.js',
97
+ * line: 42,
98
+ * condition: 'userId === 123'
99
+ * })
100
+ * ```
101
+ */
102
+ setBreakpoint({ file, line, condition }: {
103
+ file: string;
104
+ line: number;
105
+ condition?: string;
106
+ }): Promise<string>;
107
+ /**
108
+ * Removes a breakpoint by its ID.
109
+ *
110
+ * @param options - Options
111
+ * @param options.breakpointId - The breakpoint ID returned by setBreakpoint
112
+ *
113
+ * @example
114
+ * ```ts
115
+ * await dbg.deleteBreakpoint({ breakpointId: 'bp-123' })
116
+ * ```
117
+ */
118
+ deleteBreakpoint({ breakpointId }: {
119
+ breakpointId: string;
120
+ }): Promise<void>;
121
+ /**
122
+ * Returns a list of all active breakpoints set by this debugger instance.
123
+ *
124
+ * @returns Array of breakpoint info objects
125
+ *
126
+ * @example
127
+ * ```ts
128
+ * const breakpoints = dbg.listBreakpoints()
129
+ * // [{ id: 'bp-123', file: 'https://example.com/index.js', line: 42 }]
130
+ * ```
131
+ */
132
+ listBreakpoints(): BreakpointInfo[];
133
+ /**
134
+ * Inspects local variables in the current call frame.
135
+ * Must be paused at a breakpoint. String values over 1000 chars are truncated.
136
+ * Use evaluate() for full control over reading specific values.
137
+ *
138
+ * @returns Record of variable names to values
139
+ * @throws Error if not paused or no active call frames
140
+ *
141
+ * @example
142
+ * ```ts
143
+ * const vars = await dbg.inspectLocalVariables()
144
+ * // { myVar: 'hello', count: 42 }
145
+ * ```
146
+ */
147
+ inspectLocalVariables(): Promise<Record<string, unknown>>;
148
+ /**
149
+ * Returns global lexical scope variable names.
150
+ *
151
+ * @returns Array of global variable names
152
+ *
153
+ * @example
154
+ * ```ts
155
+ * const globals = await dbg.inspectGlobalVariables()
156
+ * // ['myGlobal', 'CONFIG']
157
+ * ```
158
+ */
159
+ inspectGlobalVariables(): Promise<string[]>;
160
+ /**
161
+ * Evaluates a JavaScript expression and returns the result.
162
+ * When paused at a breakpoint, evaluates in the current stack frame scope,
163
+ * allowing access to local variables. Otherwise evaluates in global scope.
164
+ * Values are not truncated, use this for full control over reading specific variables.
165
+ *
166
+ * @param options - Options
167
+ * @param options.expression - JavaScript expression to evaluate
168
+ * @returns The result value
169
+ *
170
+ * @example
171
+ * ```ts
172
+ * // When paused, can access local variables:
173
+ * const result = await dbg.evaluate({ expression: 'localVar + 1' })
174
+ *
175
+ * // Read a large string that would be truncated in inspectLocalVariables:
176
+ * const full = await dbg.evaluate({ expression: 'largeStringVar' })
177
+ * ```
178
+ */
179
+ evaluate({ expression }: {
180
+ expression: string;
181
+ }): Promise<EvaluateResult>;
182
+ /**
183
+ * Gets the current execution location when paused at a breakpoint.
184
+ * Includes the call stack and surrounding source code for context.
185
+ *
186
+ * @returns Location info with URL, line number, call stack, and source context
187
+ * @throws Error if debugger is not paused
188
+ *
189
+ * @example
190
+ * ```ts
191
+ * const location = await dbg.getLocation()
192
+ * console.log(location.url) // 'https://example.com/src/index.js'
193
+ * console.log(location.lineNumber) // 42
194
+ * console.log(location.callstack) // [{ functionName: 'handleRequest', ... }]
195
+ * console.log(location.sourceContext)
196
+ * // ' 40: function handleRequest(req) {
197
+ * // 41: const data = req.body
198
+ * // > 42: processData(data)
199
+ * // 43: }'
200
+ * ```
201
+ */
202
+ getLocation(): Promise<LocationInfo>;
203
+ /**
204
+ * Steps over to the next line of code, not entering function calls.
205
+ *
206
+ * @throws Error if debugger is not paused
207
+ *
208
+ * @example
209
+ * ```ts
210
+ * await dbg.stepOver()
211
+ * const newLocation = await dbg.getLocation()
212
+ * ```
213
+ */
214
+ stepOver(): Promise<void>;
215
+ /**
216
+ * Steps into a function call on the current line.
217
+ *
218
+ * @throws Error if debugger is not paused
219
+ *
220
+ * @example
221
+ * ```ts
222
+ * await dbg.stepInto()
223
+ * const location = await dbg.getLocation()
224
+ * // now inside the called function
225
+ * ```
226
+ */
227
+ stepInto(): Promise<void>;
228
+ /**
229
+ * Steps out of the current function, returning to the caller.
230
+ *
231
+ * @throws Error if debugger is not paused
232
+ *
233
+ * @example
234
+ * ```ts
235
+ * await dbg.stepOut()
236
+ * const location = await dbg.getLocation()
237
+ * // back in the calling function
238
+ * ```
239
+ */
240
+ stepOut(): Promise<void>;
241
+ /**
242
+ * Resumes code execution until the next breakpoint or completion.
243
+ *
244
+ * @throws Error if debugger is not paused
245
+ *
246
+ * @example
247
+ * ```ts
248
+ * await dbg.resume()
249
+ * // execution continues
250
+ * ```
251
+ */
252
+ resume(): Promise<void>;
253
+ /**
254
+ * Returns whether the debugger is currently paused at a breakpoint.
255
+ *
256
+ * @returns true if paused, false otherwise
257
+ *
258
+ * @example
259
+ * ```ts
260
+ * if (dbg.isPaused()) {
261
+ * const vars = await dbg.inspectLocalVariables()
262
+ * }
263
+ * ```
264
+ */
265
+ isPaused(): boolean;
266
+ /**
267
+ * Configures the debugger to pause on exceptions.
268
+ *
269
+ * @param options - Options
270
+ * @param options.state - When to pause: 'none' (never), 'uncaught' (only uncaught), or 'all' (all exceptions)
271
+ *
272
+ * @example
273
+ * ```ts
274
+ * // Pause only on uncaught exceptions
275
+ * await dbg.setPauseOnExceptions({ state: 'uncaught' })
276
+ *
277
+ * // Pause on all exceptions (caught and uncaught)
278
+ * await dbg.setPauseOnExceptions({ state: 'all' })
279
+ *
280
+ * // Disable pausing on exceptions
281
+ * await dbg.setPauseOnExceptions({ state: 'none' })
282
+ * ```
283
+ */
284
+ setPauseOnExceptions({ state }: {
285
+ state: 'none' | 'uncaught' | 'all';
286
+ }): Promise<void>;
287
+ /**
288
+ * Lists available scripts where breakpoints can be set.
289
+ * Automatically enables the debugger if not already enabled.
290
+ *
291
+ * @param options - Options
292
+ * @param options.search - Optional string to filter scripts by URL (case-insensitive)
293
+ * @returns Array of up to 20 matching scripts with scriptId and url
294
+ *
295
+ * @example
296
+ * ```ts
297
+ * // List all scripts
298
+ * const scripts = await dbg.listScripts()
299
+ * // [{ scriptId: '1', url: 'https://example.com/app.js' }, ...]
300
+ *
301
+ * // Search for specific files
302
+ * const handlers = await dbg.listScripts({ search: 'handler' })
303
+ * // [{ scriptId: '5', url: 'https://example.com/handlers.js' }]
304
+ * ```
305
+ */
306
+ listScripts({ search }?: {
307
+ search?: string;
308
+ }): Promise<ScriptInfo[]>;
309
+ setXHRBreakpoint({ url }: {
310
+ url: string;
311
+ }): Promise<void>;
312
+ removeXHRBreakpoint({ url }: {
313
+ url: string;
314
+ }): Promise<void>;
315
+ listXHRBreakpoints(): string[];
316
+ /**
317
+ * Sets regex patterns for scripts to blackbox (skip when stepping).
318
+ * Blackboxed scripts are hidden from the call stack and stepped over automatically.
319
+ * Useful for ignoring framework/library code during debugging.
320
+ *
321
+ * @param options - Options
322
+ * @param options.patterns - Array of regex patterns to match script URLs
323
+ *
324
+ * @example
325
+ * ```ts
326
+ * // Skip all node_modules
327
+ * await dbg.setBlackboxPatterns({ patterns: ['node_modules'] })
328
+ *
329
+ * // Skip React and other frameworks
330
+ * await dbg.setBlackboxPatterns({
331
+ * patterns: [
332
+ * 'node_modules/react',
333
+ * 'node_modules/react-dom',
334
+ * 'node_modules/next',
335
+ * 'webpack://',
336
+ * ]
337
+ * })
338
+ *
339
+ * // Skip all third-party scripts
340
+ * await dbg.setBlackboxPatterns({ patterns: ['^https://cdn\\.'] })
341
+ *
342
+ * // Clear all blackbox patterns
343
+ * await dbg.setBlackboxPatterns({ patterns: [] })
344
+ * ```
345
+ */
346
+ setBlackboxPatterns({ patterns }: {
347
+ patterns: string[];
348
+ }): Promise<void>;
349
+ /**
350
+ * Adds a single regex pattern to the blackbox list.
351
+ *
352
+ * @param options - Options
353
+ * @param options.pattern - Regex pattern to match script URLs
354
+ *
355
+ * @example
356
+ * ```ts
357
+ * await dbg.addBlackboxPattern({ pattern: 'node_modules/lodash' })
358
+ * await dbg.addBlackboxPattern({ pattern: 'node_modules/axios' })
359
+ * ```
360
+ */
361
+ addBlackboxPattern({ pattern }: {
362
+ pattern: string;
363
+ }): Promise<void>;
364
+ /**
365
+ * Removes a pattern from the blackbox list.
366
+ *
367
+ * @param options - Options
368
+ * @param options.pattern - The exact pattern string to remove
369
+ */
370
+ removeBlackboxPattern({ pattern }: {
371
+ pattern: string;
372
+ }): Promise<void>;
373
+ /**
374
+ * Returns the current list of blackbox patterns.
375
+ */
376
+ listBlackboxPatterns(): string[];
377
+ private truncateValue;
378
+ private formatPropertyValue;
379
+ private processRemoteObject;
380
+ }
381
+ //# sourceMappingURL=debugger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"debugger.d.ts","sourceRoot":"","sources":["../src/debugger.ts"],"names":[],"mappings":"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"}