File size: 31,981 Bytes
739816b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
{
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-21.png",
  "component": {
    "name": "工具",
    "type": "TABS",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "将反差暖色改为从左往右第二个浅蓝色"
    }
  },
  "processing_details": {
    "locate": [ 0.04957264957264957, 0.7389415481832543, 0.9230769230769231, 0.8266192733017378 ],
    "loactebbox": [ 0.4324786324786325, 0.7492101105845181, 0.5982905982905983, 0.8297788309636651 ],
    "interact": [ 0.04957264957264957, 0.7389415481832543, 0.9230769230769231, 0.8266192733017378 ],
    "interactbbox": [ 0.18632478632478633, 0.7460505529225908, 0.30085470085470084, 0.8250394944707741 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-1.png",
  "component": {
    "name": "颜色选择",
    "type": "RADIO_BUTTON_GROUP",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的字体颜色选择器中",
      "interact": "点击第一行第二个红色"
    }
  },
  "processing_details": {
    "locate": [ 0.05811965811965812, 0.5785939968404423, 0.9435897435897436, 0.9992101105845181 ],
    "loactebbox": [ 0.08205128205128205, 0.7910742496050553, 0.1606837606837607, 0.8337282780410743 ],
    "interact": [ 0.05811965811965812, 0.5785939968404423, 0.9435897435897436, 0.9992101105845181 ],
    "interactbbox": [ 0.252991452991453, 0.5904423380726699, 0.3572649572649573, 0.6409952606635071 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-33.png",
  "component": {
    "name": "色值",
    "type": "SLIDER",
    "current_state": 50.6,
    "target_state": 28.6,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "将绿色改为其左边第一个蓝色"
    }
  },
  "processing_details": {
    "locate": null,
    "loactebbox": [ 0.5811965811965812, 0.8416271721958926, 0.6615384615384615, 0.8811216429699842 ],
    "interact": null,
    "interactbbox": [ 0.4376068376068376, 0.8392575039494471, 0.5418803418803418, 0.891390205371248 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-22.png",
  "component": {
    "name": "强度",
    "type": "SLIDER",
    "current_state": 84.2,
    "target_state": 14.2,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "将银色调改为其左侧第三个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.05641025641025641, 0.7444707740916272, 0.5965811965811966, 0.8250394944707741 ],
    "loactebbox": [ 0.4376068376068376, 0.7460505529225908, 0.5846153846153846, 0.8266192733017378 ],
    "interact": [ 0.05641025641025641, 0.7444707740916272, 0.5965811965811966, 0.8250394944707741 ],
    "interactbbox": [ 0.07008547008547009, 0.75, 0.19658119658119658, 0.8226698262243286 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-23.png",
  "component": {
    "name": "高亮类型",
    "type": "RADIO_BUTTON_GROUP",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "将黄色改为其左侧第一个橙色"
    }
  },
  "processing_details": {
    "locate": [ 0.12478632478632479, 0.8724328593996841, 0.9230769230769231, 0.9221958925750395 ],
    "loactebbox": [ 0.49743589743589745, 0.8748025276461295, 0.582905982905983, 0.9174565560821485 ],
    "interact": [ 0.12478632478632479, 0.8724328593996841, 0.9230769230769231, 0.9221958925750395 ],
    "interactbbox": [ 0.3094017094017094, 0.8834913112164297, 0.40341880341880343, 0.9206161137440758 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-34.png",
  "component": {
    "name": "选色",
    "type": "RADIO_BUTTON_GROUP",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择第三个黄色"
    }
  },
  "processing_details": {
    "locate": [ 0.02564102564102564, 0.6615323854660348, 0.8581196581196581, 0.726303317535545 ],
    "loactebbox": [ 0.04957264957264957, 0.6686413902053713, 0.17777777777777778, 0.731042654028436 ],
    "interact": [ 0.02564102564102564, 0.6615323854660348, 0.8581196581196581, 0.726303317535545 ],
    "interactbbox": [ 0.3230769230769231, 0.6702211690363349, 0.4512820512820513, 0.7286729857819905 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-10.png",
  "component": {
    "name": "主题设置",
    "type": "RESIZABLE_PANEL",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "点击已选择的颜色的左侧第一个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.039316239316239315, 0.21208530805687204, 0.9794871794871794, 0.6157187993680885 ],
    "loactebbox": [ 0.8256410256410256, 0.5367298578199052, 0.9487179487179487, 0.5975513428120063 ],
    "interact": [ 0.039316239316239315, 0.21208530805687204, 0.9794871794871794, 0.6157187993680885 ],
    "interactbbox": [ 0.6717948717948717, 0.5335703001579779, 0.8136752136752137, 0.6093996840442338 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-35.png",
  "component": {
    "name": "透明度调节",
    "type": "SLIDER",
    "current_state": 92.4,
    "target_state": 71.7,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "点击已选择的红色的左侧第一个橙色色块"
    }
  },
  "processing_details": {
    "locate": [ 0.3299145299145299, 0.8447867298578199, 0.9128205128205128, 0.886650868878357 ],
    "loactebbox": [ 0.8205128205128205, 0.8447867298578199, 0.9162393162393162, 0.886650868878357 ],
    "interact": [ 0.3299145299145299, 0.8447867298578199, 0.9128205128205128, 0.886650868878357 ],
    "interactbbox": [ 0.6957264957264957, 0.8424170616113744, 0.8, 0.886650868878357 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-24.png",
  "component": {
    "name": "数值",
    "type": "SLIDER",
    "current_state": 77.1,
    "target_state": 41.6,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "点击已选择的紫色的左侧第二个红色"
    }
  },
  "processing_details": {
    "locate": [ 0.1658119658119658, 0.8597946287519748, 0.8051282051282052, 0.9000789889415481 ],
    "loactebbox": [ 0.6153846153846154, 0.8597946287519748, 0.7025641025641025, 0.9071879936808847 ],
    "interact": [ 0.1658119658119658, 0.8597946287519748, 0.8051282051282052, 0.9000789889415481 ],
    "interactbbox": [ 0.38974358974358975, 0.8590047393364929, 0.4735042735042735, 0.9024486571879937 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-36.png",
  "component": {
    "name": "页点",
    "type": "Page Indicator",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "点击已选中的白色右侧第一个灰色"
    }
  },
  "processing_details": {
    "locate": [ 0.02564102564102564, 0.8684834123222749, 0.8615384615384616, 0.9530015797788309 ],
    "loactebbox": [ 0.4461538461538462, 0.9135071090047393, 0.517948717948718, 0.9474723538704581 ],
    "interact": [ 0.02564102564102564, 0.8684834123222749, 0.8615384615384616, 0.9530015797788309 ],
    "interactbbox": [ 0.5418803418803418, 0.9087677725118484, 0.6273504273504273, 0.9506319115323855 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-37.png",
  "component": {
    "name": "数值调节",
    "type": "SLIDER",
    "current_state": 42.1,
    "target_state": 58.8,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "点击已选择的红色右侧以一个灰色"
    }
  },
  "processing_details": {
    "locate": [ 0.15213675213675212, 0.8653238546603476, 0.8222222222222222, 0.9087677725118484 ],
    "loactebbox": [ 0.39316239316239315, 0.8637440758293838, 0.4752136752136752, 0.9048183254344392 ],
    "interact": [ 0.15213675213675212, 0.8653238546603476, 0.8222222222222222, 0.9087677725118484 ],
    "interactbbox": [ 0.5145299145299145, 0.867693522906793, 0.5777777777777777, 0.9040284360189573 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-25.png",
  "component": {
    "name": "批注栏",
    "type": "TOOLBAR",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "点击已选择的红色右侧以一个灰色"
    }
  },
  "processing_details": {
    "locate": [ 0.1623931623931624, 0.8597946287519748, 0.811965811965812, 0.9079778830963665 ],
    "loactebbox": [ 0.38803418803418804, 0.8645339652448657, 0.4752136752136752, 0.9079778830963665 ],
    "interact": [ 0.1623931623931624, 0.8597946287519748, 0.811965811965812, 0.9079778830963665 ],
    "interactbbox": [ 0.49914529914529915, 0.867693522906793, 0.5794871794871795, 0.9071879936808847 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-26.png",
  "component": {
    "name": "色彩选项",
    "type": "RADIO_BUTTON_GROUP",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "点击已选择的蓝色右下方的紫色"
    }
  },
  "processing_details": {
    "locate": [ 0.3213675213675214, 0.7705371248025277, 0.958974358974359, 0.8787519747235387 ],
    "loactebbox": [ 0.4717948717948718, 0.7800157977883097, 0.5623931623931624, 0.8116113744075829 ],
    "interact": [ 0.3213675213675214, 0.7705371248025277, 0.958974358974359, 0.8787519747235387 ],
    "interactbbox": [ 0.6170940170940171, 0.8250394944707741, 0.6683760683760683, 0.8692733017377567 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-11.png",
  "component": {
    "name": "主题选项",
    "type": "RADIO_BUTTON",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片左侧的主题颜色选择器中",
      "interact": "点击已选中的绿色的向下第二个棕色"
    }
  },
  "processing_details": {
    "locate": [ 0.046153846153846156, 0.3274091627172196, 0.14871794871794872, 0.9988151658767772 ],
    "loactebbox": [ 0.06153846153846154, 0.3953396524486572, 0.11623931623931624, 0.4466824644549763 ],
    "interact": [ 0.046153846153846156, 0.3274091627172196, 0.14871794871794872, 0.9988151658767772 ],
    "interactbbox": [ 0.06666666666666667, 0.509083728278041, 0.14188034188034188, 0.5580568720379147 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-38.png",
  "component": {
    "name": "画笔",
    "type": "BUTTON",
    "current_state": "inactive",
    "target_state": "clicked",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的紫色的左侧第一个的灰色"
    }
  },
  "processing_details": {
    "locate": [ 0.15555555555555556, 0.8613744075829384, 0.8051282051282052, 0.905608214849921 ],
    "loactebbox": [ 0.611965811965812, 0.8645339652448657, 0.7094017094017094, 0.9079778830963665 ],
    "interact": [ 0.15555555555555556, 0.8613744075829384, 0.8051282051282052, 0.905608214849921 ],
    "interactbbox": [ 0.505982905982906, 0.8661137440758294, 0.5931623931623932, 0.90086887835703 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-12.png",
  "component": {
    "name": "颜色选择",
    "type": "RADIO_BUTTON_GROUP",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的红色右侧第一个橙色"
    }
  },
  "processing_details": {
    "locate": [ 0.07179487179487179, 0.5872827804107424, 0.9452991452991453, 0.9956556082148499 ],
    "loactebbox": [ 0.26153846153846155, 0.5912322274881516, 0.36752136752136755, 0.6394154818325435 ],
    "interact": [ 0.07179487179487179, 0.5872827804107424, 0.9452991452991453, 0.9956556082148499 ],
    "interactbbox": [ 0.46495726495726497, 0.5872827804107424, 0.5606837606837607, 0.6394154818325435 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-13.png",
  "component": {
    "name": "透明度",
    "type": "SLIDER",
    "current_state": 7.0,
    "target_state": 31.2,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色的右侧第二个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.05299145299145299, 0.5509478672985783, 0.9982905982905983, 0.6054502369668247 ],
    "loactebbox": [ 0.06153846153846154, 0.5580568720379147, 0.17606837606837608, 0.6007109004739336 ],
    "interact": [ 0.05299145299145299, 0.5509478672985783, 0.9982905982905983, 0.6054502369668247 ],
    "interactbbox": [ 0.29572649572649573, 0.5588467614533965, 0.4, 0.6007109004739336 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-39.png",
  "component": {
    "name": "颜色选项",
    "type": "RADIO_BUTTON",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色右侧第二个浅粉色"
    }
  },
  "processing_details": {
    "locate": [ 0.042735042735042736, 0.7997630331753555, 0.9555555555555556, 0.8416271721958926 ],
    "loactebbox": [ 0.5111111111111111, 0.8005529225908373, 0.588034188034188, 0.8392575039494471 ],
    "interact": [ 0.042735042735042736, 0.7997630331753555, 0.9555555555555556, 0.8416271721958926 ],
    "interactbbox": [ 0.694017094017094, 0.8005529225908373, 0.7675213675213676, 0.8376777251184834 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-27.png",
  "component": {
    "name": "工具",
    "type": "BUTTON",
    "current_state": "inactive",
    "target_state": "clicked",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色右下方的第二个橙色"
    }
  },
  "processing_details": {
    "locate": [ 0.3264957264957265, 0.7673775671406003, 0.9504273504273504, 0.8748025276461295 ],
    "loactebbox": [ 0.6136752136752137, 0.7855450236966824, 0.6735042735042736, 0.8124012638230648 ],
    "interact": [ 0.3264957264957265, 0.7673775671406003, 0.9504273504273504, 0.8748025276461295 ],
    "interactbbox": [ 0.7367521367521368, 0.8376777251184834, 0.8102564102564103, 0.8732227488151659 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-28.png",
  "component": {
    "name": "选色",
    "type": "RADIO_BUTTON_GROUP",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色左侧的第一个橙色"
    }
  },
  "processing_details": {
    "locate": [ 0.3316239316239316, 0.7752764612954186, 0.9487179487179487, 0.8748025276461295 ],
    "loactebbox": [ 0.8717948717948718, 0.8408372827804107, 0.9504273504273504, 0.8700631911532386 ],
    "interact": [ 0.3316239316239316, 0.7752764612954186, 0.9487179487179487, 0.8748025276461295 ],
    "interactbbox": [ 0.7452991452991453, 0.8392575039494471, 0.811965811965812, 0.8740126382306477 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-4.png",
  "component": {
    "name": "功能区",
    "type": "RESIZABLE_PANEL",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到背景图的选择中",
      "interact": "选择第三行第三个背景图"
    }
  },
  "processing_details": {
    "locate": [ 0.011965811965811967, 0.089652448657188, 0.9846153846153847, 0.5572669826224329 ],
    "loactebbox": [ 0.015384615384615385, 0.09518167456556083, 0.335042735042735, 0.25 ],
    "interact": [ 0.011965811965811967, 0.089652448657188, 0.9846153846153847, 0.5572669826224329 ],
    "interactbbox": [ 0.6358974358974359, 0.3929699842022117, 0.9794871794871794, 0.5462085308056872 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-29.png",
  "component": {
    "name": "工具",
    "type": "BUTTON",
    "current_state": "inactive",
    "target_state": "clicked",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色右侧第一个的灰色"
    }
  },
  "processing_details": {
    "locate": [ 0.15384615384615385, 0.8700631911532386, 0.8273504273504273, 0.9032385466034755 ],
    "loactebbox": [ 0.39316239316239315, 0.8700631911532386, 0.48717948717948717, 0.9032385466034755 ],
    "interact": [ 0.15384615384615385, 0.8700631911532386, 0.8273504273504273, 0.9032385466034755 ],
    "interactbbox": [ 0.49230769230769234, 0.8669036334913112, 0.5948717948717949, 0.9040284360189573 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-14.png",
  "component": {
    "name": "色系",
    "type": "单选按钮组",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色左侧第一个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.04957264957264957, 0.5477883096366508, 1.0, 0.613349131121643 ],
    "loactebbox": [ 0.4188034188034188, 0.5493680884676145, 0.5230769230769231, 0.6093996840442338 ],
    "interact": [ 0.04957264957264957, 0.5477883096366508, 1.0, 0.613349131121643 ],
    "interactbbox": [ 0.29914529914529914, 0.5556872037914692, 0.40512820512820513, 0.6022906793048973 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-3.png",
  "component": {
    "name": "编辑",
    "type": "TABS",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的黑白颜色的左侧第二个灰色"
    }
  },
  "processing_details": {
    "locate": [ 0.05299145299145299, 0.7563191153238547, 0.5948717948717949, 0.8281990521327014 ],
    "loactebbox": [ 0.4256410256410256, 0.75, 0.5948717948717949, 0.834518167456556 ],
    "interact": [ 0.05299145299145299, 0.7563191153238547, 0.5948717948717949, 0.8281990521327014 ],
    "interactbbox": [ 0.1794871794871795, 0.7476303317535545, 0.29914529914529914, 0.8313586097946287 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-40.png",
  "component": {
    "name": "选项",
    "type": "RADIO_BUTTON",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色的右侧第二个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.017094017094017096, 0.7902843601895735, 0.9282051282051282, 0.8376777251184834 ],
    "loactebbox": [ 0.5606837606837607, 0.7981832543443917, 0.6478632478632479, 0.8353080568720379 ],
    "interact": [ 0.017094017094017096, 0.7902843601895735, 0.9282051282051282, 0.8376777251184834 ],
    "interactbbox": [ 0.7538461538461538, 0.8021327014218009, 0.8205128205128205, 0.840047393364929 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-30.png",
  "component": {
    "name": "颜色选项",
    "type": "RADIO_BUTTON_GROUP",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色的左侧第二个紫色"
    }
  },
  "processing_details": {
    "locate": [ 0.20854700854700856, 0.8645339652448657, 0.864957264957265, 0.9016587677725119 ],
    "loactebbox": [ 0.6478632478632479, 0.8597946287519748, 0.7384615384615385, 0.905608214849921 ],
    "interact": [ 0.20854700854700856, 0.8645339652448657, 0.864957264957265, 0.9016587677725119 ],
    "interactbbox": [ 0.4358974358974359, 0.8661137440758294, 0.5094017094017094, 0.9032385466034755 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-15.png",
  "component": {
    "name": "键盘",
    "type": "KEYBOARD",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色的左侧第一个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.06324786324786325, 0.5477883096366508, 1.0, 0.6062401263823065 ],
    "loactebbox": [ 0.9042735042735043, 0.5454186413902053, 0.9965811965811966, 0.5983412322274881 ],
    "interact": [ 0.06324786324786325, 0.5477883096366508, 1.0, 0.6062401263823065 ],
    "interactbbox": [ 0.788034188034188, 0.5541074249605056, 0.8940170940170941, 0.5983412322274881 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-31.png",
  "component": {
    "name": "数值",
    "type": "SLIDER",
    "current_state": 73.9,
    "target_state": 58.2,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色的左侧第一个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.1675213675213675, 0.8661137440758294, 0.8324786324786325, 0.9016587677725119 ],
    "loactebbox": [ 0.6188034188034188, 0.8661137440758294, 0.6991452991452991, 0.9024486571879937 ],
    "interact": [ 0.1675213675213675, 0.8661137440758294, 0.8324786324786325, 0.9016587677725119 ],
    "interactbbox": [ 0.5162393162393163, 0.8692733017377567, 0.5931623931623932, 0.9024486571879937 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-16.png",
  "component": {
    "name": "数值调节",
    "type": "SLIDER",
    "current_state": 80.0,
    "target_state": 56.3,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色的左侧第二个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.005128205128205128, 0.5469984202211691, 0.9538461538461539, 0.6117693522906793 ],
    "loactebbox": [ 0.717948717948718, 0.556477093206951, 0.8102564102564103, 0.6007109004739336 ],
    "interact": [ 0.005128205128205128, 0.5469984202211691, 0.9538461538461539, 0.6117693522906793 ],
    "interactbbox": [ 0.48034188034188036, 0.5556872037914692, 0.5982905982905983, 0.6038704581358609 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-5.png",
  "component": {
    "name": "大小",
    "type": "RADIO_BUTTON_GROUP",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择第二个深色"
    }
  },
  "processing_details": {
    "locate": null,
    "loactebbox": [ 0.06153846153846154, 0.8534755134281201, 0.24444444444444444, 0.9427330173775671 ],
    "interact": null,
    "interactbbox": [ 0.294017094017094, 0.8542654028436019, 0.4666666666666667, 0.9403633491311216 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-17.png",
  "component": {
    "name": "数值调节",
    "type": "SLIDER",
    "current_state": 55.6,
    "target_state": 80.4,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色的右侧第二个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.0017094017094017094, 0.5541074249605056, 0.958974358974359, 0.6109794628751974 ],
    "loactebbox": [ 0.47692307692307695, 0.5572669826224329, 0.5914529914529915, 0.6109794628751974 ],
    "interact": [ 0.0017094017094017094, 0.5541074249605056, 0.958974358974359, 0.6109794628751974 ],
    "interactbbox": [ 0.7230769230769231, 0.5572669826224329, 0.8188034188034188, 0.6070300157977883 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-32.png",
  "component": {
    "name": "不透明度",
    "type": "SLIDER",
    "current_state": 10.1,
    "target_state": 30.5,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色右侧第一个蓝色"
    }
  },
  "processing_details": {
    "locate": [ 0.31794871794871793, 0.8274091627172195, 0.9196581196581196, 0.8850710900473934 ],
    "loactebbox": [ 0.335042735042735, 0.8463665086887836, 0.4222222222222222, 0.886650868878357 ],
    "interact": [ 0.31794871794871793, 0.8274091627172195, 0.9196581196581196, 0.8850710900473934 ],
    "interactbbox": [ 0.4512820512820513, 0.8416271721958926, 0.5521367521367522, 0.8858609794628752 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-6.png",
  "component": {
    "name": "色调",
    "type": "SLIDER",
    "current_state": 6.7,
    "target_state": 41.4,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "将第二个滑轮滑动到中间位置"
    }
  },
  "processing_details": {
    "locate": [ 0.06153846153846154, 0.8281990521327014, 0.9811965811965812, 0.9790679304897314 ],
    "loactebbox": [ 0.07179487179487179, 0.9071879936808847, 0.17435897435897435, 0.9640600315955766 ],
    "interact": [ 0.06153846153846154, 0.8281990521327014, 0.9811965811965812, 0.9790679304897314 ],
    "interactbbox": [ 0.38974358974358975, 0.9142969984202212, 0.49401709401709404, 0.9601105845181674 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-18.png",
  "component": {
    "name": "工具栏",
    "type": "TABS",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色的右侧第二个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.4239316239316239, 0.7484202211690363, 0.9606837606837607, 0.830568720379147 ],
    "loactebbox": [ 0.4324786324786325, 0.7571090047393365, 0.5777777777777777, 0.8234597156398105 ],
    "interact": [ 0.4239316239316239, 0.7484202211690363, 0.9606837606837607, 0.830568720379147 ],
    "interactbbox": [ 0.7008547008547008, 0.7523696682464455, 0.8290598290598291, 0.830568720379147 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-19.png",
  "component": {
    "name": "编辑工具",
    "type": "TABS",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色的右侧第一个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.14188034188034188, 0.7444707740916272, 0.9452991452991453, 0.8353080568720379 ],
    "loactebbox": [ 0.4188034188034188, 0.75, 0.5726495726495726, 0.8274091627172195 ],
    "interact": [ 0.14188034188034188, 0.7444707740916272, 0.9452991452991453, 0.8353080568720379 ],
    "interactbbox": [ 0.5675213675213675, 0.7436808846761453, 0.7025641025641025, 0.8313586097946287 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-7.png",
  "component": {
    "name": "色调",
    "type": "SLIDER",
    "current_state": 10.4,
    "target_state": 56.2,
    "instructions": {
      "locate": "定位到图片下方的颜色滑动器中",
      "interact": "将第二个滑动条滑动至中间位置"
    }
  },
  "processing_details": {
    "locate": [ 0.037606837606837605, 0.8408372827804107, 0.9367521367521368, 0.9703791469194313 ],
    "loactebbox": [ 0.0735042735042735, 0.9174565560821485, 0.18803418803418803, 0.957740916271722 ],
    "interact": [ 0.037606837606837605, 0.8408372827804107, 0.9367521367521368, 0.9703791469194313 ],
    "interactbbox": [ 0.48717948717948717, 0.9142969984202212, 0.5982905982905983, 0.9616903633491312 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-2.png",
  "component": {
    "name": "强度调节",
    "type": "SLIDER",
    "current_state": 47.2,
    "target_state": 32.9,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色的左侧第一个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.05299145299145299, 0.7555292259083728, 1.0, 0.8353080568720379 ],
    "loactebbox": [ 0.4256410256410256, 0.7460505529225908, 0.5743589743589743, 0.8289889415481833 ],
    "interact": [ 0.05299145299145299, 0.7555292259083728, 1.0, 0.8353080568720379 ],
    "interactbbox": [ 0.29572649572649573, 0.7436808846761453, 0.4324786324786325, 0.8360979462875198 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-20.png",
  "component": {
    "name": "强度",
    "type": "SLIDER",
    "current_state": 51.8,
    "target_state": 81.7,
    "instructions": {
      "locate": "定位到图片下方的颜色选择器中",
      "interact": "选择已选中的颜色的右侧第二个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.046153846153846156, 0.7476303317535545, 0.9247863247863248, 0.8455766192733017 ],
    "loactebbox": [ 0.4256410256410256, 0.7571090047393365, 0.5777777777777777, 0.8258293838862559 ],
    "interact": [ 0.046153846153846156, 0.7476303317535545, 0.9247863247863248, 0.8455766192733017 ],
    "interactbbox": [ 0.6991452991452991, 0.7492101105845181, 0.8290598290598291, 0.8384676145339652 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-8.png",
  "component": {
    "name": "色调",
    "type": "SLIDER",
    "current_state": 7.6,
    "target_state": 50.0,
    "instructions": {
      "locate": "定位到图片下方的颜色滑动条中",
      "interact": "将第二个颜色滑动条滑动至中间位置"
    }
  },
  "processing_details": {
    "locate": [ 0.05811965811965812, 0.8416271721958926, 0.9521367521367521, 0.9735387045813586 ],
    "loactebbox": [ 0.07521367521367521, 0.9127172195892576, 0.17777777777777778, 0.9664296998420221 ],
    "interact": [ 0.05811965811965812, 0.8416271721958926, 0.9521367521367521, 0.9735387045813586 ],
    "interactbbox": [ 0.4512820512820513, 0.9206161137440758, 0.558974358974359, 0.9624802527646129 ]
  }
} {
  "image": "mobile\\CSpecificData200\\C2ColorPicker40\\C2-9.png",
  "component": {
    "name": "主题选择",
    "type": "RADIO_BUTTON_GROUP",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到图片左侧的主题颜色选择器中",
      "interact": "选择已选中的颜色的下方的第一个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.05982905982905983, 0.32503949447077407, 0.14188034188034188, 1.0 ],
    "loactebbox": [ 0.06324786324786325, 0.3953396524486572, 0.13162393162393163, 0.43878357030015797 ],
    "interact": [ 0.05982905982905983, 0.32503949447077407, 0.14188034188034188, 1.0 ],
    "interactbbox": [ 0.06666666666666667, 0.44826224328593994, 0.1282051282051282, 0.4948657187993681 ]
  }
}