-
Notifications
You must be signed in to change notification settings - Fork 108
/
Copy pathtest-results-browser-act.txt
56 lines (52 loc) · 2.88 KB
/
test-results-browser-act.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
49
50
51
52
53
54
55
56
Results:
Successfully performed action: Click on the heading
--- Network Activity ---
Network Request: GET http://localhost:3000/ (document)
Network Response: 200 http://localhost:3000/
--- End of Network Activity ---
--- Console Messages ---
Browser Console (warning): waitForDomSettle is not defined, considering DOM as settled
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: 1602.93798828125 ms
Browser Console (log): Stagehand (Browser Process): Generating candidate elements
Browser Console (timeEnd): processElements:findCandidates: 0.404052734375 ms
Browser Console (log): Stagehand (Browser Process): Processing candidate elements: 2
Browser Console (timeEnd): processElements:generateXPaths: 0.349853515625 ms
Browser Console (timeEnd): processElements:processCandidates: 0.446044921875 ms
Browser Console (timeEnd): processElements:total: 1604.11083984375 ms
Browser Console (log): Stagehand (Browser Process): Extracted dom elements:
0:<h1>Console Log Test Page</h1>
1:Console Log Test Page
Browser Console (log): Stagehand (Browser Process): Processing all of DOM
Browser Console (timeEnd): processElements:scroll: 1603.837158203125 ms
Browser Console (log): Stagehand (Browser Process): Generating candidate elements
Browser Console (timeEnd): processElements:findCandidates: 0.56591796875 ms
Browser Console (log): Stagehand (Browser Process): Processing candidate elements: 2
Browser Console (timeEnd): processElements:generateXPaths: 0.034912109375 ms
Browser Console (timeEnd): processElements:processCandidates: 0.205810546875 ms
Browser Console (timeEnd): processElements:total: 1605.174072265625 ms
Browser Console (timeEnd): processElements:scroll: 1604.966064453125 ms
Browser Console (log): Stagehand (Browser Process): Generating candidate elements
Browser Console (timeEnd): processElements:findCandidates: 0.163818359375 ms
Browser Console (log): Stagehand (Browser Process): Processing candidate elements: 2
Browser Console (timeEnd): processElements:generateXPaths: 0.01123046875 ms
Browser Console (timeEnd): processElements:processCandidates: 0.05517578125 ms
Browser Console (timeEnd): processElements:total: 1605.404052734375 ms
Browser Console (log): Stagehand (Browser Process): All dom elements: 0:<h1>Console Log Test Page</h1>
1:Console Log Test Page
2:<h1>Console Log Test Page</h1>
3:Console Log Test Page
--- End of Console Messages ---