File size: 29,951 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
{
  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-19_desktop.png",
  "component": {
    "name": "实用工具",
    "type": "BUTTON",
    "current_state": "inactive",
    "target_state": "clicked",
    "instructions": {
      "locate": "定位到底层颜色选择处",
      "interact": "点击红色按钮"
    }
  },
  "processing_details": {
    "locate": [ 0.35550935550935553, 0.9350348027842227, 0.5665280665280665, 0.9783449342614076 ],
    "loactebbox": [ 0.4786902286902287, 0.9435421500386698, 0.4974012474012474, 0.9659706109822119 ],
    "interact": [ 0.35550935550935553, 0.9350348027842227, 0.5665280665280665, 0.9783449342614076 ],
    "interactbbox": [ 0.4371101871101871, 0.9373549883990719, 0.45322245322245325, 0.9682907965970611 ]
  }
} {
  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-10_desktop.png",
  "component": {
    "name": "强调色",
    "type": "单选按钮组",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到Windows颜色的颜色框内",
      "interact": "选择第二行第一个红色"
    }
  },
  "processing_details": {
    "locate": [ 0.15210203117619273, 0.35247524752475246, 0.5701464336324988, 0.7405940594059406 ],
    "loactebbox": [ 0.4213509683514407, 0.48316831683168315, 0.46055739253660843, 0.5392739273927393 ],
    "interact": [ 0.15210203117619273, 0.35247524752475246, 0.5701464336324988, 0.7405940594059406 ],
    "interactbbox": [ 0.15446386395843173, 0.4184818481848185, 0.2002834199338687, 0.4765676567656766 ]
  }
} {
  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-27_desktop.png",
  "component": {
    "name": "数值调节",
    "type": "SLIDER",
    "current_state": 43.3,
    "target_state": 81.3,
    "instructions": {
      "locate": "定位到底层颜色选择处",
      "interact": "选择倒数第二个黑色的颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.35747785304846275, 0.9470452801227935, 0.5706096925482022, 0.9884881043745203 ],
    "loactebbox": [ 0.43981240229286084, 0.9524174980813507, 0.45961438249088066, 0.9831158864159631 ],
    "interact": [ 0.35747785304846275, 0.9470452801227935, 0.5706096925482022, 0.9884881043745203 ],
    "interactbbox": [ 0.5184992183428869, 0.9524174980813507, 0.5429911412193851, 0.9815809669992326 ]
  }
} {
  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-11_desktop.png",
  "component": {
    "name": "启用",
    "type": "TOGGLE",
    "current_state": "OFF",
    "target_state": "ON",
    "instructions": {
      "locate": "定位到中上位置的颜色框内",
      "interact": "点击第一行第三个的蓝色"
    }
  },
  "processing_details": {
    "locate": [ 0.4322000781555295, 0.13540290620871862, 0.5423993747557639, 0.3956406869220608 ],
    "loactebbox": [ 0.43337241109808516, 0.22060766182298547, 0.45408362641656896, 0.24966974900924702 ],
    "interact": [ 0.4322000781555295, 0.13540290620871862, 0.5423993747557639, 0.3956406869220608 ],
    "interactbbox": [ 0.47674872997264556, 0.21268163804491413, 0.49628761234857366, 0.2536327608982827 ]
  }
} {
  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-35_desktop.png",
  "component": {
    "name": "选项卡",
    "type": "TABS",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到色板纯净下面的颜色框内",
      "interact": "点击第二行第五个颜色"
    }
  },
  "processing_details": {
    "locate": [ 0.3560948081264108, 0.4723779023218575, 0.5496613995485328, 0.610088070456365 ],
    "loactebbox": [ 0.4260722347629797, 0.4763811048839071, 0.45598194130925507, 0.5236188951160928 ],
    "interact": [ 0.3560948081264108, 0.4723779023218575, 0.5496613995485328, 0.610088070456365 ],
    "interactbbox": [ 0.48589164785553046, 0.5188150520416333, 0.5186230248306998, 0.567654123298639 ]
  }
} {
  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-1_desktop.png",
  "component": {
    "name": "壁纸着色",
    "type": "TOGGLE",
    "current_state": "OFF",
    "target_state": "ON",
    "instructions": {
      "locate": "定位到‘Accent color’后的颜色处",
      "interact": "选择第三个紫色"
    }
  },
  "processing_details": {
    "locate": [ 0.384375, 0.17888888888888888, 0.7024305555555556, 0.24333333333333335 ],
    "loactebbox": [ 0.665625, 0.19166666666666668, 0.6815972222222222, 0.225 ],
    "interact": [ 0.384375, 0.17888888888888888, 0.7024305555555556, 0.24333333333333335 ],
    "interactbbox": [ 0.5763888888888888, 0.19722222222222222, 0.5878472222222222, 0.22333333333333333 ]
  }
} {
  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-36_desktop.png",
  "component": {
    "name": "粗细",
    "type": "SLIDER",
    "current_state": 42.1,
    "target_state": 74.6,
    "instructions": {
      "locate": "定位到‘颜色’下面的几个颜色中",
      "interact": "点击第五个红色"
    }
  },
  "processing_details": {
    "locate": [ 0.2153920619554695, 0.4823731728288908, 0.47337850919651503, 0.5726569217540842 ],
    "loactebbox": [ 0.30396902226524686, 0.4901117798796217, 0.3441432720232333, 0.5554600171969045 ],
    "interact": [ 0.2153920619554695, 0.4823731728288908, 0.47337850919651503, 0.5726569217540842 ],
    "interactbbox": [ 0.39060987415295256, 0.4901117798796217, 0.4249757986447241, 0.5623387790197765 ]
  }
} 
{
  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-12_desktop.png",
  "component": {
    "name": "颜色选项",
    "type": "RADIO_BUTTON",
    "current_state": "initial",
    "target_state": "modified",
    "instructions": {
      "locate": "定位到颜色选择框内,

      "interact": "点击第一行倒数第四个绿色色块"

    }

  },

  "processing_details": {

    "locate": [ 0.4847537138389367, 0.06941715782580223, 0.7204847537138389, 0.2043222003929273 ],

    "loactebbox": [ 0.4941360437842064, 0.08055009823182711, 0.5226739640344019, 0.12115258677144729 ],

    "interact": [ 0.4847537138389367, 0.06941715782580223, 0.7204847537138389, 0.2043222003929273 ],

    "interactbbox": [ 0.6227521501172791, 0.08055009823182711, 0.6352619233776388, 0.10805500982318271 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-29_desktop.png",

  "component": {

    "name": "启用",

    "type": "TOGGLE",

    "current_state": "OFF",

    "target_state": "ON",

    "instructions": {

      "locate": "定位到'RGB'下面的颜色框内",

      "interact": "点击第四个浅蓝色色块"

    }

  },

  "processing_details": {

    "locate": [ 0.3393480791618161, 0.30550621669627, 0.5360884749708964, 0.3552397868561279 ],

    "loactebbox": [ 0.3393480791618161, 0.30550621669627, 0.37543655413271243, 0.3605683836589698 ],

    "interact": [ 0.3393480791618161, 0.30550621669627, 0.5360884749708964, 0.3552397868561279 ],

    "interactbbox": [ 0.4394644935972061, 0.30017761989342806, 0.46856810244470315, 0.3605683836589698 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-2_desktop.png",

  "component": {

    "name": "外观模式",

    "type": "RADIO_BUTTON_GROUP",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位到“主题”下面的颜色框内",

      "interact": "点击第十个灰色色块"

    }

  },

  "processing_details": {

    "locate": [ 0.2851373182552504, 0.3791606367583213, 0.8344103392568659, 0.4681620839363242 ],

    "loactebbox": [ 0.7294022617124394, 0.3994211287988423, 0.7617124394184168, 0.44500723589001445 ],

    "interact": [ 0.2851373182552504, 0.3791606367583213, 0.8344103392568659, 0.4681620839363242 ],

    "interactbbox": [ 0.595718901453958, 0.3979739507959479, 0.6268174474959612, 0.4558610709117221 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-20_desktop.png",

  "component": {

    "name": "useful",

    "type": "BUTTON",

    "current_state": "inactive",

    "target_state": "clicked",

    "instructions": {

      "locate": "定位到“主题”下面的颜色中",

      "interact": "点击第六个浅粉色色块"

    }

  },

  "processing_details": {

    "locate": [ 0.28392568659127626, 0.3748191027496382, 0.8449111470113085, 0.47395079594790157 ],

    "loactebbox": [ 0.5666397415185783, 0.39363241678726485, 0.5896607431340872, 0.45369030390738063 ],

    "interact": [ 0.28392568659127626, 0.3748191027496382, 0.8449111470113085, 0.47395079594790157 ],

    "interactbbox": [ 0.45718901453957994, 0.38929088277858176, 0.4894991922455573, 0.447178002894356 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-37_desktop.png",

  "component": {

    "name": "常用",

    "type": "RADIO_BUTTON",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位第四行第二个的紫色颜色选项",

      "interact": "选择紫色"

    }

  },

  "processing_details": {

    "locate": [ 0.19781420765027322, 0.22677824267782426, 0.4918032786885246, 0.6309623430962343 ],

    "loactebbox": [ 0.35683060109289616, 0.39246861924686194, 0.3989071038251366, 0.45439330543933054 ],

    "interact": [ 0.19781420765027322, 0.22677824267782426, 0.4918032786885246, 0.6309623430962343 ],

    "interactbbox": [ 0.25792349726775954, 0.46694560669456064, 0.2978142076502732, 0.5255230125523013 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-13_desktop.png",

  "component": {

    "name": "亮度",

    "type": "SLIDER",

    "current_state": 9.7,

    "target_state": 65.7,

    "instructions": {

      "locate": "定位到‘编辑颜色’下面的颜色选择框中",

      "interact": "点击左侧中间的红色色块"

    }

  },

  "processing_details": {

    "locate": [ 0.2986708365910868, 0.2043222003929273, 0.4859265050820954, 0.5180091683038638 ],

    "loactebbox": [ 0.308835027365129, 0.31565160445317614, 0.3248631743549648, 0.3425016371971185 ],

    "interact": [ 0.2986708365910868, 0.2043222003929273, 0.4859265050820954, 0.5180091683038638 ],

    "interactbbox": [ 0.41360437842064113, 0.22134905042567124, 0.4296325254104769, 0.24623444662737393 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-30_desktop.png",

  "component": {

    "name": "选色",

    "type": "COLOR_PICKER",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位“Scheme color”下面的几个颜色色块中",

      "interact": "点击第一行第三个的黑色色块"

    }

  },

  "processing_details": {

    "locate": [ 0.7998436278342455, 0.5078843626806833, 0.8537920250195465, 0.6938239159001314 ],

    "loactebbox": [ 0.8307271305707584, 0.511826544021025, 0.8424550430023455, 0.5486202365308804 ],

    "interact": [ 0.7998436278342455, 0.5078843626806833, 0.8537920250195465, 0.6938239159001314 ],

    "interactbbox": [ 0.8010164190774042, 0.5427069645203679, 0.8158717748240814, 0.5663600525624178 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-31_desktop.png",

  "component": {

    "name": "粗细",

    "type": "SLIDER",

    "current_state": 74.9,

    "target_state": 51.9,

    "instructions": {

      "locate": "定位颜色的颜色框内",

      "interact": "将已选中的红色改为第四行第四个的浅棕色"

    }

  },

  "processing_details": {

    "locate": [ 0.22026699029126215, 0.17261410788381742, 0.5600728155339806, 0.8348547717842324 ],

    "loactebbox": [ 0.2821601941747573, 0.3095435684647303, 0.3288834951456311, 0.36846473029045645 ],

    "interact": [ 0.22026699029126215, 0.17261410788381742, 0.5600728155339806, 0.8348547717842324 ],

    "interactbbox": [ 0.39987864077669905, 0.46556016597510375, 0.44235436893203883, 0.5161825726141079 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-21_desktop.png",

  "component": {

    "name": "画笔类型",

    "type": "单选按钮组",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位颜色上方的颜色色块",

      "interact": "点击第一行第五个粉色色块"

    }

  },

  "processing_details": {

    "locate": [ 0.4847537138389367, 0.07138179436804191, 0.6915559030492572, 0.17681728880157171 ],

    "loactebbox": [ 0.4941360437842064, 0.07858546168958742, 0.517982799061767, 0.12704649639816634 ],

    "interact": [ 0.4847537138389367, 0.07138179436804191, 0.6915559030492572, 0.17681728880157171 ],

    "interactbbox": [ 0.5906958561376076, 0.08447937131630648, 0.6020328381548085, 0.10216110019646366 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-32_desktop.png",

  "component": {

    "name": "亮度",

    "type": "SLIDER",

    "current_state": 25.1,

    "target_state": 75.6,

    "instructions": {

      "locate": "定位右侧的多个小块颜色框",

      "interact": "选择第二行的第二个橙色"

    }

  },

  "processing_details": {

    "locate": [ 0.7998436278342455, 0.480946123521682, 0.8584831899921814, 0.6668856767411301 ],

    "loactebbox": [ 0.7998436278342455, 0.6064388961892248, 0.8193901485535575, 0.6340341655716163 ],

    "interact": [ 0.7998436278342455, 0.480946123521682, 0.8584831899921814, 0.6668856767411301 ],

    "interactbbox": [ 0.8158717748240814, 0.511826544021025, 0.828381548084441, 0.5407358738501971 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-14_desktop.png",

  "component": {

    "name": "亮度",

    "type": "SLIDER",

    "current_state": 72.6,

    "target_state": 62.8,

    "instructions": {

      "locate": "定位到‘编辑颜色’下已选中的紫色圆圈",

      "interact": "点击这个已选中的紫色圆圈的左上方的蓝色"

    }

  },

  "processing_details": {

    "locate": [ 0.04032258064516129, 0.11469534050179211, 0.45878136200716846, 0.5268817204301075 ],

    "loactebbox": [ 0.3288530465949821, 0.17831541218637992, 0.3593189964157706, 0.20430107526881722 ],

    "interact": [ 0.04032258064516129, 0.11469534050179211, 0.45878136200716846, 0.5268817204301075 ],

    "interactbbox": [ 0.2903225806451613, 0.1335125448028674, 0.3163082437275986, 0.15949820788530467 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-15_desktop.png",

  "component": {

    "name": "颜色设置",

    "type": "RESIZABLE_PANEL",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位‘Windows 颜色’下方的多个颜色方块内",

      "interact": "点击第三行最后一个的天青色色块"

    }

  },

  "processing_details": {

    "locate": [ 0.1470311027332705, 0.3171052631578947, 0.5871819038642789, 0.7361842105263158 ],

    "loactebbox": [ 0.15598491988689916, 0.41842105263157897, 0.20405278039585298, 0.47960526315789476 ],

    "interact": [ 0.1470311027332705, 0.3171052631578947, 0.5871819038642789, 0.7361842105263158 ],

    "interactbbox": [ 0.5051837888784166, 0.4743421052631579, 0.5513666352497644, 0.5401315789473684 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-38_desktop.png",

  "component": {

    "name": "色相",

    "type": "SLIDER",

    "current_state": 49.9,

    "target_state": 87.0,

    "instructions": {

      "locate": "定位到‘拾色器’颜色框中已选中的颜色圈圈",

      "interact": "点击颜色框内右中侧蓝色"

    }

  },

  "processing_details": {

    "locate": [ 0.19466831990080596, 0.4456048738033072, 0.47799132052076876, 0.8433420365535248 ],

    "loactebbox": [ 0.32610043397396155, 0.5291557876414273, 0.34593924364538126, 0.5613577023498695 ],

    "interact": [ 0.19466831990080596, 0.4456048738033072, 0.47799132052076876, 0.8433420365535248 ],

    "interactbbox": [ 0.4296342219466832, 0.6405570060922542, 0.45257284562926225, 0.6727589208006962 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-16_desktop.png",

  "component": {

    "name": "外观模式",

    "type": "RADIO_BUTTON_GROUP",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位主题下方的颜色框内",

      "interact": "点击第七个粉色圆圈"

    }

  },

  "processing_details": {

    "locate": [ 0.28877221324717284, 0.3871201157742402, 0.7984652665589661, 0.4638205499276411 ],

    "loactebbox": [ 0.49515347334410337, 0.3914616497829233, 0.5250403877221325, 0.4558610709117221 ],

    "interact": [ 0.28877221324717284, 0.3871201157742402, 0.7984652665589661, 0.4638205499276411 ],

    "interactbbox": [ 0.7338449111470113, 0.3914616497829233, 0.7617124394184168, 0.4515195369030391 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-22_desktop.png",

  "component": {

    "name": "应用",

    "type": "BUTTON",

    "current_state": "inactive",

    "target_state": "clicked",

    "instructions": {

      "locate": "定位“Windows 颜色”下方的多个小块颜色内",

      "interact": "点击第一行第七个颜色色块"

    }

  },

  "processing_details": {

    "locate": [ 0.1462841015992474, 0.32036914963744234, 0.6063029162746942, 0.7435728411338167 ],

    "loactebbox": [ 0.24835371589840075, 0.35266974291364533, 0.2953904045155221, 0.4199077125906394 ],

    "interact": [ 0.1462841015992474, 0.32036914963744234, 0.6063029162746942, 0.7435728411338167 ],

    "interactbbox": [ 0.42144873000940736, 0.34805537244561635, 0.46425211665098776, 0.4218852999340804 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-17_desktop.png",

  "component": {

    "name": "颜色",

    "type": "DROPDOWN_LIST",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位到‘背景’下方的下拉列表中",

      "interact": "点击第四个‘Green’按钮"

    }

  },

  "processing_details": {

    "locate": [ 0.3467552775605942, 0.5297580117724002, 0.4296325254104769, 0.8835840418574231 ],

    "loactebbox": [ 0.3408913213448006, 0.7449313276651406, 0.4249413604378421, 0.7658600392413342 ],

    "interact": [ 0.3467552775605942, 0.5297580117724002, 0.4296325254104769, 0.8835840418574231 ],

    "interactbbox": [ 0.3420641125879593, 0.6200130804447351, 0.4284597341673182, 0.644865925441465 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-33_desktop.png",

  "component": {

    "name": "菜单",

    "type": "UNKNOWN",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位到‘蜡笔’下面的多个颜色色块中",

      "interact": "点击第二行第二个色块"

    }

  },

  "processing_details": {

    "locate": [ 0.02677029360967185, 0.6295652173913043, 0.30569948186528495, 0.9252173913043479 ],

    "loactebbox": [ 0.07167530224525043, 0.7373913043478261, 0.12003454231433507, 0.8226086956521739 ],

    "interact": [ 0.02677029360967185, 0.6295652173913043, 0.30569948186528495, 0.9252173913043479 ],

    "interactbbox": [ 0.20984455958549222, 0.648695652173913, 0.2547495682210708, 0.7321739130434782 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-3_desktop.png",

  "component": {

    "name": "粗细",

    "type": "SLIDER",

    "current_state": 49.0,

    "target_state": 67.1,

    "instructions": {

      "locate": "定位到‘编辑颜色’下方的黑色圆圈已选中的地方",

      "interact": "点击黑色圆圈右上方的紫蓝色交界处"

    }

  },

  "processing_details": {

    "locate": [ 0.30062548866301797, 0.2134905042567125, 0.48358092259577795, 0.5199738048461034 ],

    "loactebbox": [ 0.3811571540265833, 0.39096267190569745, 0.3995308835027365, 0.4178127046496398 ],

    "interact": [ 0.30062548866301797, 0.2134905042567125, 0.48358092259577795, 0.5199738048461034 ],

    "interactbbox": [ 0.41360437842064113, 0.2737393582187295, 0.4331508991399531, 0.30648330058939094 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-34_desktop.png",

  "component": {

    "name": "粗细",

    "type": "SLIDER",

    "current_state": 58.2,

    "target_state": 24.0,

    "instructions": {

      "locate": "定位颜色下的颜色圆圈中",

      "interact": "选怎第二个绿色圆圈"

    }

  },

  "processing_details": {

    "locate": [ 0.21009615384615385, 0.4177524429967427, 0.4668269230769231, 0.504885993485342 ],

    "loactebbox": [ 0.3418269230769231, 0.4234527687296417, 0.37740384615384615, 0.496742671009772 ],

    "interact": [ 0.21009615384615385, 0.4177524429967427, 0.4668269230769231, 0.504885993485342 ],

    "interactbbox": [ 0.25384615384615383, 0.4250814332247557, 0.28942307692307695, 0.48534201954397393 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-4_desktop.png",

  "component": {

    "name": "高对比度",

    "type": "TOGGLE",

    "current_state": "OFF",

    "target_state": "ON",

    "instructions": {

      "locate": "定位到‘标准色’下面的一行颜色方块中",

      "interact": "点击第六个绿色色块"

    }

  },

  "processing_details": {

    "locate": [ 0.5742767787333855, 0.8068556361239289, 0.763096168881939, 0.8595912986156888 ],

    "loactebbox": [ 0.5961688819390148, 0.8187211601845749, 0.6114151681000782, 0.8536585365853658 ],

    "interact": [ 0.5742767787333855, 0.8068556361239289, 0.763096168881939, 0.8595912986156888 ],

    "interactbbox": [ 0.6708365910867865, 0.8167435728411339, 0.6884284597341673, 0.8536585365853658 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-18_desktop.png",

  "component": {

    "name": "设置区",

    "type": "RESIZABLE_PANEL",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位到‘Windows 颜色’先放的颜色方块中",

      "interact": "点击第二行第三个的颜色色块"

    }

  },

  "processing_details": {

    "locate": [ 0.1636532220676866, 0.3192333113020489, 0.6249420491423273, 0.7402511566424322 ],

    "loactebbox": [ 0.17524339360222532, 0.48248512888301387, 0.2123319425127492, 0.5452742894910774 ],

    "interact": [ 0.1636532220676866, 0.3192333113020489, 0.6249420491423273, 0.7402511566424322 ],

    "interactbbox": [ 0.2554473806212332, 0.41308658294778583, 0.30273528048215115, 0.48777263714474556 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-23_desktop.png",

  "component": {

    "name": "数值调节",

    "type": "SLIDER",

    "current_state": 76.3,

    "target_state": 22.3,

    "instructions": {

      "locate": "定位到‘主题’下面的一行颜色圆圈中",

      "interact": "点击倒数第四个深蓝色圆圈"

    }

  },

  "processing_details": {

    "locate": [ 0.29321486268174474, 0.3704775687409551, 0.8021001615508885, 0.46164978292329956 ],

    "loactebbox": [ 0.6672051696284329, 0.3871201157742402, 0.6958804523424879, 0.447178002894356 ],

    "interact": [ 0.29321486268174474, 0.3704775687409551, 0.8021001615508885, 0.46164978292329956 ],

    "interactbbox": [ 0.3945880452342488, 0.38929088277858176, 0.41882067851373184, 0.447178002894356 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-24_desktop.png",

  "component": {

    "name": "背景色",

    "type": "UNKNOWN",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位到‘背景’下面的下拉列表中",

      "interact": "点击‘Yellow’"

    }

  },

  "processing_details": {

    "locate": [ 0.34792806880375293, 0.5336821451929366, 0.4284597341673182, 0.8835840418574231 ],

    "loactebbox": [ 0.34910086004691165, 0.6736429038587312, 0.4249413604378421, 0.6932635709614127 ],

    "interact": [ 0.34792806880375293, 0.5336821451929366, 0.4284597341673182, 0.8835840418574231 ],

    "interactbbox": [ 0.3526192337763878, 0.7795945062132112, 0.4272869429241595, 0.8024852844996729 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-5_desktop.png",

  "component": {

    "name": "实用工具",

    "type": "UNKNOWN",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位到‘背景’下面的下拉列表中",

      "interact": "点击‘Silver’"

    }

  },

  "processing_details": {

    "locate": [ 0.3502736512900704, 0.47939829954218444, 0.42376856919468336, 0.8279921517331589 ],

    "loactebbox": [ 0.3502736512900704, 0.6756049705689994, 0.4249413604378421, 0.697187704381949 ],

    "interact": [ 0.3502736512900704, 0.47939829954218444, 0.42376856919468336, 0.8279921517331589 ],

    "interactbbox": [ 0.3455824863174355, 0.5448005232177894, 0.42376856919468336, 0.5735775016350556 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-25_desktop.png",

  "component": {

    "name": "明度",

    "type": "SLIDER",

    "current_state": 31.5,

    "target_state": 31.1,

    "instructions": {

      "locate": "定位到已选中的‘浅绿’颜色位置",

      "interact": "点击颜色框顶部,浅绿的正上方的位置"

    }

  },

  "processing_details": {

    "locate": [ 0.047491039426523295, 0.11469534050179211, 0.460573476702509, 0.5232974910394266 ],

    "loactebbox": [ 0.15412186379928317, 0.3172043010752688, 0.2007168458781362, 0.3593189964157706 ],

    "interact": [ 0.047491039426523295, 0.11469534050179211, 0.460573476702509, 0.5232974910394266 ],

    "interactbbox": [ 0.16308243727598568, 0.12903225806451613, 0.18906810035842295, 0.16129032258064516 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-6_desktop.png",

  "component": {

    "name": "亮度调节",

    "type": "SLIDER",

    "current_state": 77.8,

    "target_state": 8.8,

    "instructions": {

      "locate": "定位到‘编辑颜色’下面的颜色面板内",

      "interact": "点击颜色框的左上角的颜色"

    }

  },

  "processing_details": {

    "locate": [ 0.036738351254480286, 0.11290322580645161, 0.46774193548387094, 0.517921146953405 ],

    "loactebbox": [ 0.35663082437275984, 0.29659498207885304, 0.3870967741935484, 0.3288530465949821 ],

    "interact": [ 0.036738351254480286, 0.11290322580645161, 0.46774193548387094, 0.517921146953405 ],

    "interactbbox": [ 0.05913978494623656, 0.14336917562724014, 0.09050179211469533, 0.17293906810035842 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-26_desktop.png",

  "component": {

    "name": "颜色选择",

    "type": "UNKNOWN",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位到‘背景’下方的下拉列表中",

      "interact": "点击'Green'选项"

    }

  },

  "processing_details": {

    "locate": [ 0.34792806880375293, 0.4813603662524526, 0.4261141516810008, 0.8279921517331589 ],

    "loactebbox": [ 0.35613760750586393, 0.48724656638325703, 0.41673182173573103, 0.514061478090255 ],

    "interact": [ 0.34792806880375293, 0.4813603662524526, 0.4261141516810008, 0.8279921517331589 ],

    "interactbbox": [ 0.34910086004691165, 0.5683453237410072, 0.4272869429241595, 0.5912361020274689 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-7_desktop.png",

  "component": {

    "name": "工具",

    "type": "BUTTON",

    "current_state": "inactive",

    "target_state": "clicked",

    "instructions": {

      "locate": "定位‘主题’下方的多个颜色圈",

      "interact": "点击第一个黑色圆圈"

    }

  },

  "processing_details": {

    "locate": [ 0.2770597738287561, 0.36903039073806077, 0.8449111470113085, 0.459479015918958 ],

    "loactebbox": [ 0.2875605815831987, 0.3849493487698987, 0.3198707592891761, 0.44283646888567296 ],

    "interact": [ 0.2770597738287561, 0.36903039073806077, 0.8449111470113085, 0.459479015918958 ],

    "interactbbox": [ 0.4975767366720517, 0.3914616497829233, 0.5250403877221325, 0.44934876989869754 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-8_desktop.png",

  "component": {

    "name": "语法元素",

    "type": "LISTBOX",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位背景的下拉列表中",

      "interact": "点击'Blue'选项"

    }

  },

  "processing_details": {

    "locate": [ 0.3502736512900704, 0.47939829954218444, 0.4296325254104769, 0.8299542184434271 ],

    "loactebbox": [ 0.3467552775605942, 0.566383257030739, 0.4261141516810008, 0.5873119686069327 ],

    "interact": [ 0.3502736512900704, 0.47939829954218444, 0.4296325254104769, 0.8299542184434271 ],

    "interactbbox": [ 0.34910086004691165, 0.7468933943754088, 0.4249413604378421, 0.7756703727926749 ]

  }

} {

  "image": "desktop\\CSpecificData200\\C2ColorPicker40\\C2-9_desktop.png",

  "component": {

    "name": "显示开关",

    "type": "RADIO_BUTTON",

    "current_state": "initial",

    "target_state": "modified",

    "instructions": {

      "locate": "定位'Windows 颜色'下面的多个颜色色块中",

      "interact": "点击第二行第一个红色色块"

    }

  },

  "processing_details": {

    "locate": [ 0.14089184060721063, 0.3157894736842105, 0.5863377609108159, 0.7361842105263158 ],

    "loactebbox": [ 0.19876660341555977, 0.35592105263157897, 0.24857685009487665, 0.4217105263157895 ],

    "interact": [ 0.14089184060721063, 0.3157894736842105, 0.5863377609108159, 0.7361842105263158 ],

    "interactbbox": [ 0.1513282732447818, 0.4138157894736842, 0.1978178368121442, 0.48092105263157897 ]

  }

}