-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathtest-results-browser-extract.txt
48 lines (44 loc) · 2.13 KB
/
test-results-browser-extract.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Results:
{
"extraction": "Console Log Test Page"
}
--- Network Activity ---
Network Request: GET http://localhost:3000/ (document)
Network Response: 200 http://localhost:3000/
--- End of Network Activity ---
--- Console Messages ---
Browser Console (log): Basic log message
at http://localhost:3000/:9:16
Browser Console (info): Info message
at http://localhost:3000/:10:16
Browser Console (warning): Warning message
at http://localhost:3000/:11:16
Browser Console (log): Object: {name: test, value: 123}
at http://localhost:3000/:15:16
Browser Console (log): Array: [1, 2, 3, 4, 5]
at http://localhost:3000/:16:16
Browser Console (error): Error message
at http://localhost:3000/:12:16
Browser Console (log): Delayed message after 1 second
at http://localhost:3000/:20:20
Browser Console (timeEnd): processElements:scroll: 1603.080078125 ms
Browser Console (log): Stagehand (Browser Process): Generating candidate elements
Browser Console (timeEnd): processElements:findCandidates: 0.73095703125 ms
Browser Console (log): Stagehand (Browser Process): Processing candidate elements: 2
Browser Console (timeEnd): processElements:generateXPaths: 0.5859375 ms
Browser Console (timeEnd): processElements:processCandidates: 0.735107421875 ms
Browser Console (timeEnd): processElements:total: 1605.155029296875 ms
Browser Console (log): Stagehand (Browser Process): Extracted dom elements:
0:<h1>Console Log Test Page</h1>
1:Console Log Test Page
Browser Console (timeEnd): processElements:scroll: 1603.722900390625 ms
Browser Console (log): Stagehand (Browser Process): Generating candidate elements
Browser Console (timeEnd): processElements:findCandidates: 0.364013671875 ms
Browser Console (log): Stagehand (Browser Process): Processing candidate elements: 2
Browser Console (timeEnd): processElements:generateXPaths: 0.02197265625 ms
Browser Console (timeEnd): processElements:processCandidates: 0.1171875 ms
Browser Console (timeEnd): processElements:total: 1605.05322265625 ms
Browser Console (log): Stagehand (Browser Process): Extracted dom elements:
0:<h1>Console Log Test Page</h1>
1:Console Log Test Page
--- End of Console Messages ---