File size: 22,858 Bytes
4c56c24
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
[
    {
        "type": "touch",
        "timestamp": 1730087042447,
        "time": "2024-10-28 11:44:02.447000",
        "Object": "<button id=3 bbox=[44, 1656, 1036, 1799]> GET STARTED </button>",
        "from_picture": "screenshot_1730087037.5808446.png",
        "to_picture": "screenshot_1730087044.1434255.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087045862,
        "time": "2024-10-28 11:44:05.862000",
        "Object": "<button id=4 bbox=[44, 1843, 1036, 1986]> CONTINUE </button>",
        "from_picture": "screenshot_1730087044.1434255.png",
        "to_picture": "screenshot_1730087046.340881.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087048176,
        "time": "2024-10-28 11:44:08.176000",
        "Object": "<img id=2 bbox=[0, 516, 1080, 1297]>",
        "from_picture": "screenshot_1730087046.340881.png",
        "to_picture": "screenshot_1730087049.6214473.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087052638,
        "time": "2024-10-28 11:44:12.638000",
        "Object": "<img id=2 bbox=[0, 516, 1080, 1297]>",
        "from_picture": "screenshot_1730087049.6214473.png",
        "to_picture": "screenshot_1730087054.35852.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087056052,
        "time": "2024-10-28 11:44:16.052000",
        "Object": "<button id=7 bbox=[245, 790, 948, 878]> \u82f1\u8bed </button>",
        "from_picture": "screenshot_1730087054.35852.png",
        "to_picture": "screenshot_1730087057.4264233.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087060534,
        "time": "2024-10-28 11:44:20.534000",
        "Object": "<button id=18 bbox=[44, 1843, 1036, 1986]> CONTINUE </button>",
        "from_picture": "screenshot_1730087057.4264233.png",
        "to_picture": "screenshot_1730087061.4324846.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087062710,
        "time": "2024-10-28 11:44:22.710000",
        "Object": "<button id=0 bbox=[0, 76, 992, 2030]>  </button>",
        "from_picture": "screenshot_1730087061.4324846.png",
        "to_picture": "screenshot_1730087064.4016976.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087070139,
        "time": "2024-10-28 11:44:30.139000",
        "Object": "<img id=2 bbox=[272, 713, 808, 1071]>",
        "from_picture": "screenshot_1730087064.4016976.png",
        "to_picture": "screenshot_1730087071.1962354.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087080115,
        "time": "2024-10-28 11:44:40.115000",
        "Object": "<button id=18 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087071.1962354.png",
        "to_picture": "screenshot_1730087080.573839.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087085824,
        "time": "2024-10-28 11:44:45.824000",
        "Object": "<img id=5 bbox=[0, 630, 50, 740]>",
        "from_picture": "screenshot_1730087080.573839.png",
        "to_picture": "screenshot_1730087086.6889482.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087087852,
        "time": "2024-10-28 11:44:47.852000",
        "Object": "<img id=7 bbox=[88, 861, 177, 927]>",
        "from_picture": "screenshot_1730087086.6889482.png",
        "to_picture": "screenshot_1730087088.5520177.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087090535,
        "time": "2024-10-28 11:44:50.535000",
        "Object": "<button id=15 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087088.5520177.png",
        "to_picture": "screenshot_1730087092.9452891.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087094106,
        "time": "2024-10-28 11:44:54.106000",
        "Object": "<button id=6 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087092.9452891.png",
        "to_picture": "screenshot_1730087096.050865.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087098217,
        "time": "2024-10-28 11:44:58.217000",
        "Object": "<button id=18 bbox=[242, 1491, 860, 1552]> \u63d0\u9ad8\u5b66\u4e60\u6210\u7ee9 </button>",
        "from_picture": "screenshot_1730087096.050865.png",
        "to_picture": "screenshot_1730087098.9330597.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087099854,
        "time": "2024-10-28 11:44:59.854000",
        "Object": "<button id=24 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087098.9330597.png",
        "to_picture": "screenshot_1730087102.4377756.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087103462,
        "time": "2024-10-28 11:45:03.462000",
        "Object": "<button id=6 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087102.4377756.png",
        "to_picture": "screenshot_1730087105.170572.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087106612,
        "time": "2024-10-28 11:45:06.612000",
        "Object": "<button id=8 bbox=[410, 866, 992, 921]> \u6b63\u5e38\u6a21\u5f0f </button>",
        "from_picture": "screenshot_1730087105.170572.png",
        "to_picture": "screenshot_1730087107.2619755.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087108148,
        "time": "2024-10-28 11:45:08.148000",
        "Object": "<button id=13 bbox=[44, 1843, 1036, 1986]> \u6211\u4f1a\u575a\u6301\u7684\uff01 </button>",
        "from_picture": "screenshot_1730087107.2619755.png",
        "to_picture": "screenshot_1730087110.6746848.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087111539,
        "time": "2024-10-28 11:45:11.539000",
        "Object": "<button id=6 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087110.6746848.png",
        "to_picture": "screenshot_1730087113.3657956.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087114444,
        "time": "2024-10-28 11:45:14.444000",
        "Object": "<button id=14 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087113.3657956.png",
        "to_picture": "screenshot_1730087116.801871.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087118853,
        "time": "2024-10-28 11:45:18.853000",
        "Object": "<button id=10 bbox=[363, 1043, 992, 1120]> \u770b\u770b\u54b1\u4eec\u8be5\u4ece\u54ea\u513f\u5f00\u59cb\uff01 </button>",
        "from_picture": "screenshot_1730087116.801871.png",
        "to_picture": "screenshot_1730087119.323309.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087120553,
        "time": "2024-10-28 11:45:20.553000",
        "Object": "<button id=10 bbox=[363, 1043, 992, 1120]> \u770b\u770b\u54b1\u4eec\u8be5\u4ece\u54ea\u513f\u5f00\u59cb\uff01 </button>",
        "from_picture": "screenshot_1730087119.323309.png",
        "to_picture": "screenshot_1730087121.3020496.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087124951,
        "time": "2024-10-28 11:45:24.951000",
        "Object": "<button id=11 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087121.3020496.png",
        "to_picture": "screenshot_1730087126.2537322.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087127952,
        "time": "2024-10-28 11:45:27.952000",
        "Object": "<img id=3 bbox=[0, 274, 432, 555]>",
        "from_picture": "screenshot_1730087126.2537322.png",
        "to_picture": "screenshot_1730087128.4212177.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087130949,
        "time": "2024-10-28 11:45:30.949000",
        "Object": "<button id=4 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087128.4212177.png",
        "to_picture": "screenshot_1730087131.9463491.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087134667,
        "time": "2024-10-28 11:45:34.667000",
        "Object": "<button id=4 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087131.9463491.png",
        "to_picture": "screenshot_1730087135.562551.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087140477,
        "time": "2024-10-28 11:45:40.477000",
        "Object": "<img id=0 bbox=[22, 142, 110, 230] alt='Back'>",
        "from_picture": "screenshot_1730087135.562551.png",
        "to_picture": "screenshot_1730087142.2330024.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087143886,
        "time": "2024-10-28 11:45:43.886000",
        "Object": "<button id=10 bbox=[363, 1043, 992, 1120]> \u770b\u770b\u54b1\u4eec\u8be5\u4ece\u54ea\u513f\u5f00\u59cb\uff01 </button>",
        "from_picture": "screenshot_1730087142.2330024.png",
        "to_picture": "screenshot_1730087144.2149312.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087145458,
        "time": "2024-10-28 11:45:45.458000",
        "Object": "<button id=11 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087144.2149312.png",
        "to_picture": "screenshot_1730087146.7887826.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087148607,
        "time": "2024-10-28 11:45:48.607000",
        "Object": "<img id=3 bbox=[0, 274, 432, 555]>",
        "from_picture": "screenshot_1730087146.7887826.png",
        "to_picture": "screenshot_1730087148.9973505.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087149336,
        "time": "2024-10-28 11:45:49.336000",
        "Object": "<button id=4 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087148.9973505.png",
        "to_picture": "screenshot_1730087153.1860383.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087154078,
        "time": "2024-10-28 11:45:54.078000",
        "Object": "<img id=12 bbox=[88, 693, 474, 1096]>",
        "from_picture": "screenshot_1730087153.1860383.png",
        "to_picture": "screenshot_1730087154.766073.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087157478,
        "time": "2024-10-28 11:45:57.478000",
        "Object": "<button id=23 bbox=[44, 1843, 1036, 1986]> \u68c0\u67e5 </button>",
        "from_picture": "screenshot_1730087154.766073.png",
        "to_picture": "screenshot_1730087158.5640435.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087161899,
        "time": "2024-10-28 11:46:01.899000",
        "Object": "<button id=25 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087158.5640435.png",
        "to_picture": "screenshot_1730087164.3806205.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087166349,
        "time": "2024-10-28 11:46:06.349000",
        "Object": "<button id=17 bbox=[642, 1488, 746, 1565]> \u82f1\u8bed </button>",
        "from_picture": "screenshot_1730087164.3806205.png",
        "to_picture": "screenshot_1730087167.1362555.png"
    },
    {
        "type": "scorll",
        "timestamp": 1730087168511,
        "time": "2024-10-28 11:46:08.511000",
        "Object": "down",
        "from_picture": "screenshot_1730087167.1362555.png",
        "to_picture": "screenshot_1730087169.428329.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087172475,
        "time": "2024-10-28 11:46:12.475000",
        "Object": "<button id=20 bbox=[44, 1843, 1036, 1986]> \u68c0\u67e5 </button>",
        "from_picture": "screenshot_1730087169.428329.png",
        "to_picture": "screenshot_1730087173.6250207.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087177161,
        "time": "2024-10-28 11:46:17.161000",
        "Object": "<button id=23 bbox=[44, 1843, 1036, 1986]> \u77e5\u9053\u4e86 </button>",
        "from_picture": "screenshot_1730087173.6250207.png",
        "to_picture": "screenshot_1730087177.8133914.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087179056,
        "time": "2024-10-28 11:46:19.056000",
        "Object": "<button id=23 bbox=[44, 1843, 1036, 1986]> \u77e5\u9053\u4e86 </button>",
        "from_picture": "screenshot_1730087177.8133914.png",
        "to_picture": "screenshot_1730087180.5102718.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087181662,
        "time": "2024-10-28 11:46:21.662000",
        "Object": "<button id=9 bbox=[499, 615, 603, 684]> \u4e2d\u6587 </button>",
        "from_picture": "screenshot_1730087180.5102718.png",
        "to_picture": "screenshot_1730087182.307317.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087185783,
        "time": "2024-10-28 11:46:25.783000",
        "Object": "<button id=17 bbox=[44, 1843, 1036, 1986]> \u68c0\u67e5 </button>",
        "from_picture": "screenshot_1730087182.307317.png",
        "to_picture": "screenshot_1730087186.830833.png"
    },
    {
        "type": "scorll",
        "timestamp": 1730087192150,
        "time": "2024-10-28 11:46:32.150000",
        "Object": "up",
        "from_picture": "screenshot_1730087186.830833.png",
        "to_picture": "screenshot_1730087193.099613.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087198007,
        "time": "2024-10-28 11:46:38.007000",
        "Object": "<button id=16 bbox=[547, 1427, 711, 1504]> mother </button>",
        "from_picture": "screenshot_1730087193.099613.png",
        "to_picture": "screenshot_1730087198.922652.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087200346,
        "time": "2024-10-28 11:46:40.346000",
        "Object": "<button id=17 bbox=[324, 1656, 755, 1799]> \u73b0\u5728\u4e0d\u505a\u542c\u529b\u9898 </button>",
        "from_picture": "screenshot_1730087198.922652.png",
        "to_picture": "screenshot_1730087201.332327.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087204148,
        "time": "2024-10-28 11:46:44.148000",
        "Object": "<button id=19 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087201.332327.png",
        "to_picture": "screenshot_1730087206.6425998.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087207862,
        "time": "2024-10-28 11:46:47.862000",
        "Object": "<button id=18 bbox=[296, 1653, 400, 1730]> \u4e2d\u6587 </button>",
        "from_picture": "screenshot_1730087206.6425998.png",
        "to_picture": "screenshot_1730087209.1114795.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087210011,
        "time": "2024-10-28 11:46:50.011000",
        "Object": "<button id=14 bbox=[77, 1091, 181, 1168]> \u4e2d\u6587 </button>",
        "from_picture": "screenshot_1730087209.1114795.png",
        "to_picture": "screenshot_1730087210.799338.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087211743,
        "time": "2024-10-28 11:46:51.743000",
        "Object": "<button id=20 bbox=[44, 1843, 1036, 1986]> \u68c0\u67e5 </button>",
        "from_picture": "screenshot_1730087210.799338.png",
        "to_picture": "screenshot_1730087212.7648275.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087214363,
        "time": "2024-10-28 11:46:54.363000",
        "Object": "<button id=21 bbox=[44, 1843, 1036, 1986]> \u7ee7\u7eed </button>",
        "from_picture": "screenshot_1730087212.7648275.png",
        "to_picture": "screenshot_1730087216.8537066.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087218073,
        "time": "2024-10-28 11:46:58.073000",
        "Object": "<button id=20 bbox=[488, 1653, 592, 1730]> \u559c\u6b22 </button>",
        "from_picture": "screenshot_1730087216.8537066.png",
        "to_picture": "screenshot_1730087218.8409557.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087219871,
        "time": "2024-10-28 11:46:59.871000",
        "Object": "<button id=15 bbox=[238, 1488, 304, 1565]> \u6211 </button>",
        "from_picture": "screenshot_1730087218.8409557.png",
        "to_picture": "screenshot_1730087220.7467573.png"
    },
    {
        "type": "scorll",
        "timestamp": 1730087221939,
        "time": "2024-10-28 11:47:01.939000",
        "Object": "up",
        "from_picture": "screenshot_1730087220.7467573.png",
        "to_picture": "screenshot_1730087222.4768083.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087225167,
        "time": "2024-10-28 11:47:05.167000",
        "Object": "<img id=2 bbox=[44, 120, 132, 208]>",
        "from_picture": "screenshot_1730087222.4768083.png",
        "to_picture": "screenshot_1730087226.2032905.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087228874,
        "time": "2024-10-28 11:47:08.874000",
        "Object": "<button id=0 bbox=[0, 76, 992, 2030]>  </button>",
        "from_picture": "screenshot_1730087226.2032905.png",
        "to_picture": "screenshot_1730087230.6226513.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087232546,
        "time": "2024-10-28 11:47:12.546000",
        "Object": "<img id=0 bbox=[22, 142, 110, 230] alt='Back'>",
        "from_picture": "screenshot_1730087230.6226513.png",
        "to_picture": "screenshot_1730087233.5579798.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087234518,
        "time": "2024-10-28 11:47:14.518000",
        "Object": "<img id=0 bbox=[22, 142, 110, 230] alt='Back'>",
        "from_picture": "screenshot_1730087233.5579798.png",
        "to_picture": "screenshot_1730087234.8507934.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087236065,
        "time": "2024-10-28 11:47:16.065000",
        "Object": "<img id=0 bbox=[22, 142, 110, 230] alt='Back'>",
        "from_picture": "screenshot_1730087234.8507934.png",
        "to_picture": "screenshot_1730087236.547171.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087237437,
        "time": "2024-10-28 11:47:17.437000",
        "Object": "<img id=0 bbox=[22, 142, 110, 230] alt='Back'>",
        "from_picture": "screenshot_1730087236.547171.png",
        "to_picture": "screenshot_1730087238.3984766.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087240271,
        "time": "2024-10-28 11:47:20.271000",
        "Object": "<img id=0 bbox=[22, 142, 110, 230] alt='Back'>",
        "from_picture": "screenshot_1730087238.3984766.png",
        "to_picture": "screenshot_1730087241.312689.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087245947,
        "time": "2024-10-28 11:47:25.947000",
        "Object": "<img id=0 bbox=[22, 142, 110, 230] alt='Back'>",
        "from_picture": "screenshot_1730087241.312689.png",
        "to_picture": "screenshot_1730087246.8593454.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087247695,
        "time": "2024-10-28 11:47:27.695000",
        "Object": "<img id=0 bbox=[22, 142, 110, 230] alt='Back'>",
        "from_picture": "screenshot_1730087246.8593454.png",
        "to_picture": "screenshot_1730087248.7241218.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087249672,
        "time": "2024-10-28 11:47:29.672000",
        "Object": "<img id=0 bbox=[22, 142, 110, 230] alt='Back'>",
        "from_picture": "screenshot_1730087248.7241218.png",
        "to_picture": "screenshot_1730087252.40502.png"
    },
    {
        "type": "input",
        "timestamp": 1730087253755,
        "time": "2024-10-28 11:47:33.755000",
        "Object": "META_SYM_ON",
        "from_picture": "screenshot_1730087252.40502.png",
        "to_picture": "screenshot_1730087255.0582528.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087256951,
        "time": "2024-10-28 11:47:36.951000",
        "Object": "<button id=5 bbox=[44, 1843, 1036, 1986]> \u5df2\u6709\u5e10\u6237 </button>",
        "from_picture": "screenshot_1730087255.0582528.png",
        "to_picture": "screenshot_1730087257.9718065.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087260817,
        "time": "2024-10-28 11:47:40.817000",
        "Object": "<button id=7 bbox=[44, 1744, 1036, 1887]> \u4f7f\u7528\u90ae\u7bb1\u767b\u5f55 </button>",
        "from_picture": "screenshot_1730087257.9718065.png",
        "to_picture": "screenshot_1730087261.45972.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087278787,
        "time": "2024-10-28 11:47:58.787000",
        "Object": "<button id=5 bbox=[44, 1843, 1036, 1986]> \u5df2\u6709\u5e10\u6237 </button>",
        "from_picture": "screenshot_1730087261.45972.png",
        "to_picture": "screenshot_1730087279.744261.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087282323,
        "time": "2024-10-28 11:48:02.323000",
        "Object": "<button id=7 bbox=[44, 1744, 1036, 1887]> \u4f7f\u7528\u90ae\u7bb1\u767b\u5f55 </button>",
        "from_picture": "screenshot_1730087279.744261.png",
        "to_picture": "screenshot_1730087283.0707736.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087286705,
        "time": "2024-10-28 11:48:06.705000",
        "Object": "<button id=6 bbox=[44, 1931, 1036, 1986]> \u767b\u5f55\u5373\u89c6\u4e3a\u4f60\u5df2\u63a5\u53d7\u6211\u4eec\u7684\u670d\u52a1\u6761\u6b3e\u4e0e\u9690\u79c1\u653f\u7b56\u3002 </button>",
        "from_picture": "screenshot_1730087283.0707736.png",
        "to_picture": "screenshot_1730087287.2558742.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087289238,
        "time": "2024-10-28 11:48:09.238000",
        "Object": "<button id=7 bbox=[44, 1744, 1036, 1887]> \u4f7f\u7528\u90ae\u7bb1\u767b\u5f55 </button>",
        "from_picture": "screenshot_1730087287.2558742.png",
        "to_picture": "screenshot_1730087289.8048317.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087292604,
        "time": "2024-10-28 11:48:12.604000",
        "Object": "<button id=5 bbox=[44, 1843, 1036, 1986]> \u5df2\u6709\u5e10\u6237 </button>",
        "from_picture": "screenshot_1730087289.8048317.png",
        "to_picture": "screenshot_1730087293.5081797.png"
    },
    {
        "type": "touch",
        "timestamp": 1730087306537,
        "time": "2024-10-28 11:48:26.537000",
        "Object": "<button id=7 bbox=[44, 1744, 1036, 1887]> \u4f7f\u7528\u90ae\u7bb1\u767b\u5f55 </button>",
        "from_picture": "screenshot_1730087304.0451155.png",
        "to_picture": "screenshot_1730087306.8350775.png"
    }
]