File size: 100,510 Bytes
2bd13da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{"id": 770, "image": "images/770.png", "task": "Tap on Filter by People.", "bbox": [608, 189, 787, 315], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 502, "image": "images/502.png", "task": "Tap on green tick button on keyboard.", "bbox": [918, 2055, 1080, 2215], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 504, "image": "images/504.png", "task": "Tap the green tick on keyboard, then send button.", "bbox": [918, 2055, 1080, 2215], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 771, "image": "images/771.png", "task": "Tap on Amulya N's profile name.", "bbox": [16, 345, 1080, 571], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 772, "image": "images/772.png", "task": "Tap on Search field.", "bbox": [134, 71, 1049, 172], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 508, "image": "images/508.png", "task": "Tap on Sign in.", "bbox": [42, 1288, 1038, 1393], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 793, "image": "images/793.png", "task": "Tap on Connect button which is below Alexandra Horn.", "bbox": [190, 1074, 455, 1200], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 514, "image": "images/514.png", "task": "Tap on Capture icon in camera.", "bbox": [390, 1983, 684, 2232], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 515, "image": "images/515.png", "task": "Tap on First Option Under File Destinations.", "bbox": [47, 585, 1033, 739], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 516, "image": "images/516.png", "task": "Tap on Issue Arrow.", "bbox": [52, 409, 1043, 544], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 794, "image": "images/794.png", "task": "Tap Connect below Samantha Sannino", "bbox": [190, 1393, 455, 1519], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 804, "image": "images/804.png", "task": "Tap on 3rd+ in the filter under people.", "bbox": [684, 189, 824, 315], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 522, "image": "images/522.png", "task": "Select any goods option visible at the bottom of the page.", "bbox": [17, 1651, 1072, 2208], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 525, "image": "images/525.png", "task": "Tap on the first search result under the address input field.", "bbox": [32, 407, 1081, 540], "app_name": "com.theporter.android.driverapp.debug", "function": "tap_call_llm"}
{"id": 526, "image": "images/526.png", "task": "Tap on the first search result under the address input field.", "bbox": [35, 578, 1045, 708], "app_name": "com.theporter.android.driverapp.debug", "function": "tap_call_llm"}
{"id": 527, "image": "images/527.png", "task": "Tap on first option under Issue.", "bbox": [46, 596, 1037, 787], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 810, "image": "images/810.png", "task": "Tap on Notifications icon.", "bbox": [647, 2211, 862, 2337], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 320, "image": "images/320.png", "task": "Tap on Functional Location Dropdown.", "bbox": [87, 1126, 884, 1235], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 343, "image": "images/343.png", "task": "Tap on send button.", "bbox": [955, 2020, 1018, 2086], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 357, "image": "images/357.png", "task": "Click on capture icon.", "bbox": [457, 1647, 628, 1812], "app_name": "com.shipsy.riderapp.demo", "function": "tap_call_llm"}
{"id": 531, "image": "images/531.png", "task": "Tap on the first search result with the search icon.", "bbox": [22, 579, 1079, 792], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 532, "image": "images/532.png", "task": "Tap on First Add button.", "bbox": [786, 1639, 1016, 1808], "app_name": "in.swiggy.android.instamart", "function": "tap_call_llm"}
{"id": 814, "image": "images/814.png", "task": "Tap on Search field.", "bbox": [158, 63, 922, 179], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 22, "image": "images/22.png", "task": "Tap on cricket.", "bbox": [32, 219, 271, 416], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 535, "image": "images/535.png", "task": "Tap on Change button next to 'Delivering in'.", "bbox": [1032, 754, 1310, 834], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 817, "image": "images/817.png", "task": "Tap on First search result.", "bbox": [0, 556, 1080, 907], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 5, "image": "images/5.png", "task": "Tap on 'Yes' on first card in Trending Markets section.", "bbox": [78, 1844, 534, 1944], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 10, "image": "images/10.png", "task": "Tap on 'cricket' icon on the top section of the screen.", "bbox": [37, 223, 262, 413], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 12, "image": "images/12.png", "task": "Tap on the 1st article header under 'live' section.", "bbox": [55, 825, 564, 1142], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 13, "image": "images/13.png", "task": "Tap on the 1st article under 'all' section.", "bbox": [28, 1035, 1055, 1467], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 18, "image": "images/18.png", "task": "Tap on Wallet", "bbox": [842, 96, 942, 170], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 20, "image": "images/20.png", "task": "Tap on the change option.", "bbox": [836, 709, 996, 777], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 21, "image": "images/21.png", "task": "Tap on cricket.", "bbox": [37, 229, 262, 419], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 34, "image": "images/34.png", "task": "Tap on Wallet.", "bbox": [842, 102, 945, 179], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 37, "image": "images/37.png", "task": "Select the terms and condition box.", "bbox": [40, 1823, 120, 1921], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 39, "image": "images/39.png", "task": "Tap on bottom CTA.", "bbox": [43, 2001, 1043, 2178], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 825, "image": "images/825.png", "task": "Tap on Phone number field.", "bbox": [195, 231, 1038, 379], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 827, "image": "images/827.png", "task": "Tap on Sign in with facebook icon.", "bbox": [42, 2015, 1038, 2152], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 49, "image": "images/49.png", "task": "Tap on 'Yes' on the first Trade event card below the trending now section.", "bbox": [67, 1838, 537, 1947], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 51, "image": "images/51.png", "task": "Tap to edit the quantity.", "bbox": [865, 902, 1008, 1014], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 61, "image": "images/61.png", "task": "Tap on wallet icon.", "bbox": [839, 90, 948, 179], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 837, "image": "images/837.png", "task": "Tap on third option in the list.", "bbox": [42, 1142, 1038, 1310], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 838, "image": "images/838.png", "task": "Tap on fourth option in the list.", "bbox": [42, 1342, 1038, 1510], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 64, "image": "images/64.png", "task": "Tap on Hamburger icon.", "bbox": [16, 84, 155, 197], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 67, "image": "images/67.png", "task": "Click on the first event below Activity section.", "bbox": [52, 1379, 1040, 1707], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 70, "image": "images/70.png", "task": "Open the fifth card.", "bbox": [442, 605, 809, 730], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 74, "image": "images/74.png", "task": "Tap on 'crypto' on the top section of the screen.", "bbox": [288, 226, 534, 419], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 848, "image": "images/848.png", "task": "Tap on 4th option in the list.", "bbox": [42, 1180, 1038, 1349], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 81, "image": "images/81.png", "task": "Tap on the profile picture.", "bbox": [342, 179, 750, 534], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 82, "image": "images/82.png", "task": "Tap on the setting icon.", "bbox": [954, 84, 1070, 182], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 84, "image": "images/84.png", "task": "Tap on 'youtube' on the top of screen.", "bbox": [277, 443, 537, 644], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 87, "image": "images/87.png", "task": "Tap on Youtube.", "bbox": [286, 440, 537, 650], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 88, "image": "images/88.png", "task": "Tap on the header adjacent to thumbnail of the first active event card.", "bbox": [37, 751, 1052, 1073], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 90, "image": "images/90.png", "task": "Tap on cricket.", "bbox": [31, 226, 268, 422], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 858, "image": "images/858.png", "task": "Tap on third option.", "bbox": [42, 1585, 1038, 1753], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 868, "image": "images/868.png", "task": "Tap on second row first option of numbers.", "bbox": [99, 1021, 225, 1147], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 103, "image": "images/103.png", "task": "Tap on All tab.", "bbox": [26, 731, 167, 821], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 97, "image": "images/97.png", "task": "Tap on 29.", "bbox": [570, 1216, 670, 1304], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 98, "image": "images/98.png", "task": "Proceed to the next page.", "bbox": [37, 2042, 1043, 2184], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 874, "image": "images/874.png", "task": "Tap on experience icon.", "bbox": [435, 263, 645, 438], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 120, "image": "images/120.png", "task": "Tap on the 'Chennai Institute of Technology' search result under the dropdown.", "bbox": [7, 567, 1079, 724], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 121, "image": "images/121.png", "task": "Select the 'use my mobile number' box.", "bbox": [34, 1663, 99, 1740], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 878, "image": "images/878.png", "task": "Tap on 12:00 PM in the first option List.", "bbox": [500, 1462, 713, 1588], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 887, "image": "images/887.png", "task": "Tap on the Hosted by option.", "bbox": [63, 1789, 929, 1915], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 175, "image": "images/175.png", "task": "Select the use my mobile number box.", "bbox": [34, 1672, 102, 1737], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 905, "image": "images/905.png", "task": "Tap on next month right arrow button.", "bbox": [886, 665, 949, 728], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 204, "image": "images/204.png", "task": "Select the use my mobile number check box.", "bbox": [34, 1666, 102, 1737], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 209, "image": "images/209.png", "task": "Click on confirm and proceed.", "bbox": [67, 1974, 1016, 2152], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 214, "image": "images/214.png", "task": "Tap on Lay's in quick filter.", "bbox": [226, 404, 383, 508], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 218, "image": "images/218.png", "task": "Click on address dropdown.", "bbox": [25, 90, 753, 217], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 220, "image": "images/220.png", "task": "Click on jp nagar karnataka from option.", "bbox": [13, 614, 1079, 786], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 222, "image": "images/222.png", "task": "Click on JP Nagar Karnataka from option.", "bbox": [13, 635, 1076, 795], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 227, "image": "images/227.png", "task": "Tap on Lay's in quick filter.", "bbox": [223, 407, 386, 508], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 232, "image": "images/232.png", "task": "Choose JP Nagar, Karnataka in address options.", "bbox": [13, 608, 1076, 786], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 236, "image": "images/236.png", "task": "Click on address dropdown.", "bbox": [34, 102, 715, 223], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 238, "image": "images/238.png", "task": "Click on jp nagar karnataka from option.", "bbox": [13, 623, 1079, 780], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 235, "image": "images/235.png", "task": "Tap on Instamart.", "bbox": [561, 777, 1043, 1207], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 239, "image": "images/239.png", "task": "Click on confirm and proceed.", "bbox": [61, 1977, 1022, 2146], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 243, "image": "images/243.png", "task": "Tap on Lay's in quick filter.", "bbox": [229, 404, 383, 505], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 911, "image": "images/911.png", "task": "Tap on third option in the list.", "bbox": [0, 686, 1080, 873], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 912, "image": "images/912.png", "task": "Tap on email input field.", "bbox": [47, 472, 1049, 632], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 44, "image": "images/44.png", "task": "Tap on the 1st Event name upcoming matches.", "bbox": [16, 715, 1070, 1183], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 56, "image": "images/56.png", "task": "Tap on cricket.", "bbox": [40, 226, 271, 416], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 80, "image": "images/80.png", "task": "Tap on the profile icon at the top left of the page.", "bbox": [16, 81, 141, 191], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 104, "image": "images/104.png", "task": "Tap on see all.", "bbox": [851, 756, 1067, 857], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 140, "image": "images/140.png", "task": "Tap on UAE.", "bbox": [345, 235, 729, 342], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 259, "image": "images/259.png", "task": "Tap on 'Yes' on first card in Trending Markets section.", "bbox": [70, 1838, 534, 1947], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 914, "image": "images/914.png", "task": "Tap on password input field.", "bbox": [45, 472, 1038, 627], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 167, "image": "images/167.png", "task": "Tap on 'Where is your PickUp?' Text Box.", "bbox": [55, 197, 1037, 374], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 223, "image": "images/223.png", "task": "Click on confirm and proceed.", "bbox": [67, 1974, 1010, 2143], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 229, "image": "images/229.png", "task": "Tap on add button on first lays.", "bbox": [277, 679, 377, 777], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 258, "image": "images/258.png", "task": "Tap on the first search result.", "bbox": [10, 395, 1079, 549], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 917, "image": "images/917.png", "task": "Tap on share option.", "bbox": [943, 1597, 1059, 1713], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 265, "image": "images/265.png", "task": "Tap on the CheckBox.", "bbox": [168, 2202, 231, 2265], "app_name": "com.zoca.ai", "function": "tap_call_llm"}
{"id": 269, "image": "images/269.png", "task": "Tap on Batting (Front View).", "bbox": [53, 908, 1037, 1053], "app_name": "com.khiladipro.app.android.debug", "function": "tap_call_llm"}
{"id": 270, "image": "images/270.png", "task": "Tap on the question mark icon on the top right corner of the screen.", "bbox": [975, 42, 1080, 168], "app_name": "com.khiladipro.app.android.debug", "function": "tap_call_llm"}
{"id": 923, "image": "images/923.png", "task": "Tap on the Search icon at the bottom.", "bbox": [648, 2211, 864, 2337], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 275, "image": "images/275.png", "task": "Tap on View Cart", "bbox": [957, 68, 1063, 167], "app_name": "com.clinikally.app", "function": "tap_call_llm"}
{"id": 276, "image": "images/276.png", "task": "Tap on quantity dropdown.", "bbox": [42, 657, 341, 770], "app_name": "com.clinikally.app", "function": "tap_call_llm"}
{"id": 277, "image": "images/277.png", "task": "Tap the 'revgrey' product.", "bbox": [141, 1503, 939, 1617], "app_name": "com.clinikally.app", "function": "tap_call_llm"}
{"id": 278, "image": "images/278.png", "task": "Tap on the right arrow", "bbox": [890, 906, 1009, 1021], "app_name": "com.clinikally.app", "function": "tap_call_llm"}
{"id": 282, "image": "images/282.png", "task": "Click on 'Pump - diesel'.", "bbox": [40, 556, 1032, 708], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 945, "image": "images/945.png", "task": "Tap on the first option in the list.", "bbox": [0, 336, 1080, 549], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 284, "image": "images/284.png", "task": "Click on check icon on keyboard.", "bbox": [918, 2055, 1080, 2215], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 287, "image": "images/287.png", "task": "Click on 'sign in'.", "bbox": [42, 1288, 1038, 1393], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 291, "image": "images/291.png", "task": "Click on signin.", "bbox": [42, 1398, 1038, 1503], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 292, "image": "images/292.png", "task": "Tap on Signin.", "bbox": [42, 1398, 1038, 1503], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 950, "image": "images/950.png", "task": "Tap on back arrow icon.", "bbox": [0, 63, 147, 210], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 960, "image": "images/960.png", "task": "Tap the first option under manage your time.", "bbox": [0, 1343, 1080, 1470], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 296, "image": "images/296.png", "task": "Tap on Sign in.", "bbox": [42, 1288, 1038, 1393], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 297, "image": "images/297.png", "task": "Tap on Signin.", "bbox": [42, 1403, 1038, 1508], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 301, "image": "images/301.png", "task": "Tap on Sign in.", "bbox": [42, 1299, 1038, 1404], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 309, "image": "images/309.png", "task": "Tap on Priorities.", "bbox": [42, 1896, 1033, 2025], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 962, "image": "images/962.png", "task": "Tap on the back arrow icon.", "bbox": [11, 74, 137, 200], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 970, "image": "images/970.png", "task": "Tap on Home icon at the bottom.", "bbox": [0, 2211, 216, 2337], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 305, "image": "images/305.png", "task": "Tap on Sign in.", "bbox": [42, 1299, 1038, 1404], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 307, "image": "images/307.png", "task": "Tap on Plus Icon.", "bbox": [889, 1974, 1038, 2126], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 310, "image": "images/310.png", "task": "Tap on First Option under What is the Potential Impact.", "bbox": [84, 737, 996, 853], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 312, "image": "images/312.png", "task": "Tap on arrow near People.", "bbox": [42, 343, 1038, 495], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 313, "image": "images/313.png", "task": "Tap on First Option under What is the Potential Impact.", "bbox": [84, 931, 996, 1047], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 314, "image": "images/314.png", "task": "Tap on first option for 'What is the likelihood of this risk occurring?'", "bbox": [84, 1259, 996, 1375], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 315, "image": "images/315.png", "task": "Tap on arrow near Assets.", "bbox": [42, 537, 1038, 688], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 974, "image": "images/974.png", "task": "Tap on 3rd Follow button in the list of accounts.", "bbox": [768, 1131, 965, 1215], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 318, "image": "images/318.png", "task": "Tap on toggle 'Is it a Breakdown Issue?'", "bbox": [901, 244, 1053, 333], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 319, "image": "images/319.png", "task": "Tap on Equipment Dropdown.", "bbox": [87, 763, 884, 872], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 322, "image": "images/322.png", "task": "Tap on Plus Icon.", "bbox": [889, 1974, 1038, 2126], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 323, "image": "images/323.png", "task": "Tap on green tick button on keyboard and tap on send button.", "bbox": [918, 2137, 1080, 2297], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 324, "image": "images/324.png", "task": "Tap on Bottom CTA", "bbox": [953, 2100, 1017, 2167], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 327, "image": "images/327.png", "task": "Tap on Sign in.", "bbox": [42, 1299, 1038, 1404], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 342, "image": "images/342.png", "task": "Tap on Bottom CTA", "bbox": [42, 2058, 1038, 2173], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 980, "image": "images/980.png", "task": "Tap on 9th Follow button in the list of accounts.", "bbox": [768, 1971, 965, 2055], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 329, "image": "images/329.png", "task": "Tap on textfield below Equipment Location.", "bbox": [87, 759, 887, 866], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 330, "image": "images/330.png", "task": "Tap on any equipment from the dropdown result.", "bbox": [48, 501, 952, 654], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 331, "image": "images/331.png", "task": "Tap on textfield below Functional Location.", "bbox": [87, 1119, 887, 1227], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 333, "image": "images/333.png", "task": "Tap on textfield below Functional Location.", "bbox": [87, 1119, 887, 1227], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 334, "image": "images/334.png", "task": "Tap on Plus Icon.", "bbox": [892, 1896, 1038, 2045], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 336, "image": "images/336.png", "task": "Tap on Bottom CTA.", "bbox": [918, 1983, 1058, 2121], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 993, "image": "images/993.png", "task": "Tap the 4th option right arrow button.", "bbox": [985, 858, 1027, 900], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1005, "image": "images/1005.png", "task": "Tap on like button.", "bbox": [943, 1031, 1059, 1147], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 340, "image": "images/340.png", "task": "Tap on Sign in.", "bbox": [42, 1288, 1038, 1393], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 344, "image": "images/344.png", "task": "Tap on Plus Icon", "bbox": [892, 1896, 1038, 2045], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 211, "image": "images/211.png", "task": "Tap on Instamart.", "bbox": [380, 2061, 533, 2203], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 359, "image": "images/359.png", "task": "Click on the first group named 'rama'.", "bbox": [27, 558, 1053, 833], "app_name": "com.shipsy.riderapp.demo", "function": "tap_call_llm"}
{"id": 1031, "image": "images/1031.png", "task": "Tap on Napolean Bonoparte.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 1032, "image": "images/1032.png", "task": "Tap on 101th option from the list.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 1054, "image": "images/1054.png", "task": "Tap on the Beliver song.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 371, "image": "images/371.png", "task": "Tap on \"Covid\".", "bbox": [125, 1236, 743, 1351], "app_name": "com.vigo.bedsidemonitor", "function": "tap_call_llm"}
{"id": 373, "image": "images/373.png", "task": "Select 1.", "bbox": [125, 1191, 755, 1306], "app_name": "com.vigo.bedsidemonitor", "function": "tap_call_llm"}
{"id": 375, "image": "images/375.png", "task": "Select element labeled 1.", "bbox": [780, 1421, 1411, 1536], "app_name": "com.vigo.bedsidemonitor", "function": "tap_call_llm"}
{"id": 376, "image": "images/376.png", "task": "Select the 1.", "bbox": [780, 1096, 1411, 1211], "app_name": "com.vigo.bedsidemonitor", "function": "tap_call_llm"}
{"id": 380, "image": "images/380.png", "task": "Tap on Hamburger Icon to open side menu.", "bbox": [6, 68, 144, 213], "app_name": "com.nikahforever", "function": "tap_call_llm"}
{"id": 1033, "image": "images/1033.png", "task": "Tap on the 99th  card from the list.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 1055, "image": "images/1055.png", "task": "Tap on the Arijith singh entry.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 385, "image": "images/385.png", "task": "Tap the back button of the app.", "bbox": [63, 133, 321, 190], "app_name": "com.nikahforever", "function": "tap_call_llm"}
{"id": 387, "image": "images/387.png", "task": "Open the left drawer.", "bbox": [0, 63, 146, 215], "app_name": "com.nikahforever", "function": "tap_call_llm"}
{"id": 389, "image": "images/389.png", "task": "Tap on search bar.", "bbox": [43, 234, 952, 330], "app_name": "com.meesho.supply", "function": "tap_call_llm"}
{"id": 390, "image": "images/390.png", "task": "Tap on the camera icon.", "bbox": [954, 83, 1059, 188], "app_name": "com.meesho.supply", "function": "tap_call_llm"}
{"id": 393, "image": "images/393.png", "task": "Tap on the first result from the search.", "bbox": [43, 213, 991, 327], "app_name": "com.meesho.supply", "function": "tap_call_llm"}
{"id": 1034, "image": "images/1034.png", "task": "Tap on Dishwashed.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 396, "image": "images/396.png", "task": "Tap on the first shirt image.", "bbox": [9, 822, 535, 1387], "app_name": "com.meesho.supply", "function": "tap_call_llm"}
{"id": 397, "image": "images/397.png", "task": "Tap on back arrow.", "bbox": [0, 63, 146, 209], "app_name": "com.meesho.supply", "function": "tap_call_llm"}
{"id": 398, "image": "images/398.png", "task": "Select the first speaker.", "bbox": [3, 555, 537, 1497], "app_name": "com.meesho.supply", "function": "tap_call_llm"}
{"id": 399, "image": "images/399.png", "task": "Tap on back arrow.", "bbox": [0, 63, 146, 209], "app_name": "com.meesho.supply", "function": "tap_call_llm"}
{"id": 400, "image": "images/400.png", "task": "Select the use my mobile number box.", "bbox": [34, 1669, 102, 1746], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 401, "image": "images/401.png", "task": "Select first goods option visible at the bottom of the page.", "bbox": [36, 1677, 1045, 1779], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 404, "image": "images/404.png", "task": "Tap on the first search result.", "bbox": [16, 570, 1055, 724], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 1035, "image": "images/1035.png", "task": "Tap on Multivitamins and minerals.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 409, "image": "images/409.png", "task": "Select first goods option visible at the bottom of the page.", "bbox": [22, 1669, 1070, 1784], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 1036, "image": "images/1036.png", "task": "Tap on Zindagi na milegi dobara.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 1056, "image": "images/1056.png", "task": "Tap on '-' icon.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 422, "image": "images/422.png", "task": "Tap on the first search result.", "bbox": [16, 765, 1055, 934], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 423, "image": "images/423.png", "task": "Select the use my mobile number box.", "bbox": [42, 1683, 94, 1735], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 1037, "image": "images/1037.png", "task": "Tap on 10th option in the list.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 431, "image": "images/431.png", "task": "Tap on mobile number field.", "bbox": [320, 863, 1017, 968], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 434, "image": "images/434.png", "task": "Tap on \u201cPickup from\u201d button at top", "bbox": [117, 209, 928, 318], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 436, "image": "images/436.png", "task": "Tap on the first search result.", "bbox": [7, 481, 1079, 635], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 1038, "image": "images/1038.png", "task": "Tap on 60th option in the list.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 440, "image": "images/440.png", "task": "Tap 'Back Arrow' Icon on left top.", "bbox": [19, 69, 114, 161], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 442, "image": "images/442.png", "task": "Tap on the first part load order on the screen.", "bbox": [13, 312, 1079, 842], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 1039, "image": "images/1039.png", "task": "Tap on the Benchmark results.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 452, "image": "images/452.png", "task": "Tap on the first part load order on the screen.", "bbox": [16, 306, 1079, 842], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 482, "image": "images/482.png", "task": "Tap on mobile number field.", "bbox": [320, 863, 1017, 968], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 1040, "image": "images/1040.png", "task": "Tap on the Plantation.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 469, "image": "images/469.png", "task": "Tap on the first part load order on the screen.", "bbox": [0, 312, 1080, 977], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 1041, "image": "images/1041.png", "task": "Tap on the Encyclopidea.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 473, "image": "images/473.png", "task": "Tap on any Cancellation Reasons.", "bbox": [37, 1476, 496, 1574], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 477, "image": "images/477.png", "task": "Tap 'Back Arrow' Icon on left top.", "bbox": [16, 60, 117, 161], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 478, "image": "images/478.png", "task": "Tap on the first part load order on the screen.", "bbox": [0, 312, 1080, 977], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 483, "image": "images/483.png", "task": "Tap on 5-star rating in 'Rate Customer' section.", "bbox": [729, 2012, 857, 2149], "app_name": "com.theporter.android.driverapp.debug", "function": "tap_call_llm"}
{"id": 1042, "image": "images/1042.png", "task": "Tap on the Malyasia.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 490, "image": "images/490.png", "task": "Tap on back arrow.", "bbox": [0, 63, 146, 209], "app_name": "com.meesho.supply", "function": "tap_call_llm"}
{"id": 491, "image": "images/491.png", "task": "Tap on the first shirt image.", "bbox": [13, 822, 540, 1772], "app_name": "com.meesho.supply", "function": "tap_call_llm"}
{"id": 493, "image": "images/493.png", "task": "Tap on the first suggestion.", "bbox": [10, 209, 1079, 321], "app_name": "com.meesho.supply", "function": "tap_call_llm"}
{"id": 494, "image": "images/494.png", "task": "Tap on the first product displayed.", "bbox": [13, 543, 543, 1488], "app_name": "com.meesho.supply", "function": "tap_call_llm"}
{"id": 1043, "image": "images/1043.png", "task": "Tap on the SOmalia.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 539, "image": "images/539.png", "task": "Tap voice recognition and tell bun maska.", "bbox": [923, 192, 1038, 297], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 540, "image": "images/540.png", "task": "Tap the back button.", "bbox": [41, 94, 93, 133], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 541, "image": "images/541.png", "task": "Press on Vegetable Puff.", "bbox": [62, 1538, 308, 1625], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 543, "image": "images/543.png", "task": "Tap on the 1st address under the saved address.", "bbox": [42, 805, 84, 847], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 546, "image": "images/546.png", "task": "Tap 'Use my current location'.", "bbox": [94, 401, 543, 453], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 547, "image": "images/547.png", "task": "Tap on the address dropdown.", "bbox": [367, 121, 398, 155], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 551, "image": "images/551.png", "task": "Select Oia Bangalore from list.", "bbox": [42, 802, 1038, 972], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 552, "image": "images/552.png", "task": "Press on Vegetable Puff 2S.", "bbox": [62, 1538, 308, 1625], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 553, "image": "images/553.png", "task": "Tap on delete cart items.", "bbox": [934, 1900, 1038, 2040], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 554, "image": "images/554.png", "task": "Tap cancel icon on the search bar.", "bbox": [795, 179, 920, 310], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 1044, "image": "images/1044.png", "task": "Tap on the Lion.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 555, "image": "images/555.png", "task": "Tap on Instamart.", "bbox": [540, 442, 1056, 898], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 556, "image": "images/556.png", "task": "Tap on Biryani below the Food Delivery.", "bbox": [42, 507, 1038, 677], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 559, "image": "images/559.png", "task": "Tap on search bar.", "bbox": [42, 254, 1038, 400], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 561, "image": "images/561.png", "task": "Open the profile page by tapping on the profile icon at the top right of the page.", "bbox": [915, 112, 1038, 206], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 565, "image": "images/565.png", "task": "Tap on + icon to increase quantity.", "bbox": [861, 775, 986, 900], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 566, "image": "images/566.png", "task": "Tap on the search bar at the top center.", "bbox": [42, 254, 1038, 400], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 567, "image": "images/567.png", "task": "Tap the BIRYANI category.", "bbox": [42, 507, 1038, 677], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 571, "image": "images/571.png", "task": "Tap on the 'Dishes' tab.", "bbox": [313, 362, 435, 414], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 574, "image": "images/574.png", "task": "TAP VIEW CART", "bbox": [772, 2033, 1002, 2085], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 576, "image": "images/576.png", "task": "Add Domino's pizza to cart.", "bbox": [42, 788, 1038, 958], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 908, "image": "images/908.png", "task": "Tap on the Submit continue button.", "bbox": [63, 2060, 1017, 2186], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 1045, "image": "images/1045.png", "task": "Tap on the Prime minister.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 578, "image": "images/578.png", "task": "Delete item in cart.", "bbox": [934, 1900, 1038, 2040], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 579, "image": "images/579.png", "task": "Click on confirm and proceed.", "bbox": [84, 1990, 996, 2131], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 581, "image": "images/581.png", "task": "Tap on Lay's in quick filter.", "bbox": [234, 372, 377, 456], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 582, "image": "images/582.png", "task": "Click on address dropdown.", "bbox": [902, 116, 1038, 230], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 583, "image": "images/583.png", "task": "Click on the banner.", "bbox": [42, 931, 1038, 1159], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 584, "image": "images/584.png", "task": "Select any save address.", "bbox": [0, 1172, 1080, 1297], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 585, "image": "images/585.png", "task": "Tap on Insurance category at the top of the page.", "bbox": [379, 429, 700, 680], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 592, "image": "images/592.png", "task": "Tap on the Price Low to high tab.", "bbox": [42, 272, 403, 356], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 1057, "image": "images/1057.png", "task": "Tap on Micheal Jackson.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 1046, "image": "images/1046.png", "task": "Tap on the Multinational companies.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 603, "image": "images/603.png", "task": "Tap on Uses section.", "bbox": [0, 660, 430, 788], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 594, "image": "images/594.png", "task": "Tap on the Price high to low tab.", "bbox": [42, 272, 403, 356], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 598, "image": "images/598.png", "task": "Select Discount option.", "bbox": [31, 2100, 115, 2184], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 613, "image": "images/613.png", "task": "Select the first option in uses.", "bbox": [475, 702, 997, 827], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 614, "image": "images/614.png", "task": "Tap on First Category.", "bbox": [42, 1726, 275, 2035], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 617, "image": "images/617.png", "task": "Select the first option in brand.", "bbox": [475, 702, 1003, 827], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 619, "image": "images/619.png", "task": "Tap on First category section below the top picks.", "bbox": [0, 579, 264, 875], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 620, "image": "images/620.png", "task": "Tap on all filter.", "bbox": [531, 272, 704, 356], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 1047, "image": "images/1047.png", "task": "Tap on the Autofellitio.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 1058, "image": "images/1058.png", "task": "Tap on 19th option in singers list", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 630, "image": "images/630.png", "task": "Tap on the Search bar.", "bbox": [42, 251, 1038, 387], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 632, "image": "images/632.png", "task": "Tap on first item below the search box Cancer care cover.", "bbox": [0, 542, 1080, 709], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 633, "image": "images/633.png", "task": "Tap on X icon in Search box.", "bbox": [902, 116, 1038, 230], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 635, "image": "images/635.png", "task": "Tap on the Add CTA for the first search result.", "bbox": [386, 1484, 1039, 1599], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 637, "image": "images/637.png", "task": "Tap on Skip and Continue.", "bbox": [42, 2058, 1038, 2173], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 638, "image": "images/638.png", "task": "Tap on the \u201cGo to cart\u201d CTA.", "bbox": [550, 2059, 1038, 2174], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 641, "image": "images/641.png", "task": "Tap on Sort tab at the top of the page.", "bbox": [42, 272, 215, 356], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 650, "image": "images/650.png", "task": "Add any item to cart from under In the Spotlight.", "bbox": [42, 1774, 467, 1889], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 651, "image": "images/651.png", "task": "Tap on filter tab at the top of the page.", "bbox": [236, 272, 471, 356], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 1048, "image": "images/1048.png", "task": "Tap on the hassan.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 663, "image": "images/663.png", "task": "Tap on 'Care Plan' checkbox.", "bbox": [39, 1356, 107, 1422], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 664, "image": "images/664.png", "task": "Tap on X icon in \u201cPatient's Name\u201d text field.", "bbox": [961, 453, 1018, 510], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 665, "image": "images/665.png", "task": "Tap on \"Edit\" next to Patient name.", "bbox": [961, 761, 1042, 826], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 666, "image": "images/666.png", "task": "Select the Second Patient name.", "bbox": [39, 756, 1042, 910], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 668, "image": "images/668.png", "task": "Tap on X icon in 'Age' text field.", "bbox": [961, 688, 1018, 745], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 669, "image": "images/669.png", "task": "Tap on 'confirm and pay'.", "bbox": [42, 2058, 1038, 2173], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 670, "image": "images/670.png", "task": "Tap on any order from the list", "bbox": [41, 925, 1039, 1560], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 671, "image": "images/671.png", "task": "Tap on 'explore plan' CTA.", "bbox": [39, 1432, 1042, 1552], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 672, "image": "images/672.png", "task": "Tap on 'X' icon.", "bbox": [974, 769, 1042, 834], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 673, "image": "images/673.png", "task": "Tap on 'Know more' on the first card with 'Recommended for you'.", "bbox": [114, 1942, 337, 1999], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 1049, "image": "images/1049.png", "task": "Tap on the Irani Pakistan.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 1059, "image": "images/1059.png", "task": "Tap on Sandalwood.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 680, "image": "images/680.png", "task": "Select the second option below 'Select your plan'.", "bbox": [62, 2059, 1018, 2135], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 684, "image": "images/684.png", "task": "Select the next day to whatever is selected.", "bbox": [683, 855, 735, 918], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 685, "image": "images/685.png", "task": "Select any reason for cancellation.", "bbox": [42, 1100, 1038, 1244], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 688, "image": "images/688.png", "task": "Click on trip details and modifications.", "bbox": [84, 1275, 996, 1389], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 689, "image": "images/689.png", "task": "Select the pickup time by clicking on the Set Pickup Time in the popup message.", "bbox": [179, 1375, 901, 1500], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 695, "image": "images/695.png", "task": "Select the first option under Where to.", "bbox": [89, 1167, 991, 1243], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 696, "image": "images/696.png", "task": "Click on Edit adjacent to pickup to edit the pickup details.", "bbox": [959, 1022, 1038, 1103], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 699, "image": "images/699.png", "task": "Proceed to cancel the trip.", "bbox": [550, 2006, 1039, 2131], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 702, "image": "images/702.png", "task": "Select request driver.", "bbox": [42, 2012, 1038, 2137], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 895, "image": "images/895.png", "task": "Tap on this week option.", "bbox": [607, 724, 924, 908], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 944, "image": "images/944.png", "task": "Tap on the settings icon.", "bbox": [629, 207, 1050, 376], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1050, "image": "images/1050.png", "task": "Tap on the 9th city in the list of city.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 1060, "image": "images/1060.png", "task": "Tap on Indie songs.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 586, "image": "images/586.png", "task": "Select any option under Product Form filter.", "bbox": [459, 774, 1074, 1989], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 710, "image": "images/710.png", "task": "Tap on Next.", "bbox": [39, 2032, 1041, 2173], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 717, "image": "images/717.png", "task": "Tap on Checkbox.", "bbox": [105, 445, 189, 529], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 766, "image": "images/766.png", "task": "Tap on Russian.", "bbox": [40, 1570, 1038, 1744], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 1051, "image": "images/1051.png", "task": "Tap on the 11th option in the list of city.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 4, "image": "images/4.png", "task": "Tap on the first search result.", "bbox": [10, 395, 1076, 552], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 1, "image": "images/1.png", "task": "Tap on the first text box with an address filled in.", "bbox": [127, 200, 1034, 345], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 1061, "image": "images/1061.png", "task": "Tap on joe rogan.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 28, "image": "images/28.png", "task": "Tap on bottom CTA.", "bbox": [49, 2001, 1037, 2172], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 768, "image": "images/768.png", "task": "Tap on Russian.", "bbox": [42, 1604, 1038, 1772], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 1052, "image": "images/1052.png", "task": "Tap on the 'x' icon.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 1062, "image": "images/1062.png", "task": "Tap on Millionere song located at the end.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 35, "image": "images/35.png", "task": "Click on the drop down below the withdraw amount.", "bbox": [812, 360, 860, 401], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 41, "image": "images/41.png", "task": "Tap on the call button in Resend OTP section.", "bbox": [58, 928, 247, 1020], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 1053, "image": "images/1053.png", "task": "Tap on the bihar.", "bbox": "", "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 769, "image": "images/769.png", "task": "Tap on Search for people, jobs, posts, and more.", "bbox": [157, 83, 925, 167], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 46, "image": "images/46.png", "task": "Select the terms and condition box.", "bbox": [40, 1832, 123, 1915], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 52, "image": "images/52.png", "task": "Tap on 'Yes' on the first Trade event card below the trending now section.", "bbox": [81, 1847, 531, 1938], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 68, "image": "images/68.png", "task": "Open the cricket section from top of the page.", "bbox": [40, 229, 265, 422], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 76, "image": "images/76.png", "task": "Open the cricket section from top of the page.", "bbox": [31, 220, 277, 422], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 86, "image": "images/86.png", "task": "Tap on the 1st article header below 'active event' section.", "bbox": [22, 739, 1061, 1216], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 786, "image": "images/786.png", "task": "Tap on title text field.", "bbox": [42, 896, 1038, 1062], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 95, "image": "images/95.png", "task": "Open the wallet page.", "bbox": [827, 90, 957, 182], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 102, "image": "images/102.png", "task": "Tap on Unlocked tab.", "bbox": [433, 721, 688, 819], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 107, "image": "images/107.png", "task": "Open the user profile page by tapping the icon on the top left.", "bbox": [10, 69, 152, 206], "app_name": "in.probo.pro", "function": "tap_call_llm"}
{"id": 160, "image": "images/160.png", "task": "Tap on the first search result under the dropdown.", "bbox": [10, 570, 1079, 718], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 773, "image": "images/773.png", "task": "Tap the Back button.", "bbox": [0, 63, 147, 210], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 1063, "image": "images/1063.png", "task": "Click on the Manipulation text.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 206, "image": "images/206.png", "task": "Select the first pickup slot.", "bbox": [56, 1355, 309, 1461], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 216, "image": "images/216.png", "task": "Tap on add button on first lays.", "bbox": [259, 677, 383, 777], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 233, "image": "images/233.png", "task": "Click on confirm and proceed.", "bbox": [70, 1971, 1016, 2152], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 1064, "image": "images/1064.png", "task": "Click on 'Dj Khaleel'.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 273, "image": "images/273.png", "task": "Tap on the centre of the screen", "bbox": [0, 63, 1080, 1983], "app_name": "com.khiladipro.app.android.debug", "function": "tap_call_llm"}
{"id": 274, "image": "images/274.png", "task": "Tap on the arrow icon located on the bottom left corner of the screen.", "bbox": [63, 2163, 188, 2288], "app_name": "com.khiladipro.app.android.debug", "function": "tap_call_llm"}
{"id": 283, "image": "images/283.png", "task": "Click on send button.", "bbox": [910, 1983, 1066, 2118], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 303, "image": "images/303.png", "task": "Tap on the purple floating button at first result under All Functional Location.", "bbox": [926, 535, 1041, 635], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 311, "image": "images/311.png", "task": "Tap on first option for 'What is the likelihood of this risk occurring?'", "bbox": [84, 1118, 996, 1234], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 316, "image": "images/316.png", "task": "Select 1st Option What is the Potential Impact.", "bbox": [84, 1125, 996, 1241], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 317, "image": "images/317.png", "task": "Tap on first option for 'What is the likelihood of this risk occurring?'", "bbox": [84, 1453, 996, 1569], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 328, "image": "images/328.png", "task": "Tap on the first result under all functional location.", "bbox": [48, 501, 967, 654], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 1065, "image": "images/1065.png", "task": "Click on the 19th card in the list.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 1066, "image": "images/1066.png", "task": "Click on the Pakistani songs", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 1067, "image": "images/1067.png", "task": "Click on the Indian songs button.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 366, "image": "images/366.png", "task": "Tap on Submit.", "bbox": [84, 978, 1004, 1082], "app_name": "com.shipsy.riderapp.demo", "function": "tap_call_llm"}
{"id": 370, "image": "images/370.png", "task": "Select Diagnosis drop down.", "bbox": [125, 1839, 743, 1954], "app_name": "com.vigo.bedsidemonitor", "function": "tap_call_llm"}
{"id": 374, "image": "images/374.png", "task": "Click on the select service ward down field.", "bbox": [1315, 1663, 1411, 1759], "app_name": "com.vigo.bedsidemonitor", "function": "tap_call_llm"}
{"id": 381, "image": "images/381.png", "task": "Tap back button of app.", "bbox": [38, 107, 356, 213], "app_name": "com.nikahforever", "function": "tap_call_llm"}
{"id": 835, "image": "images/835.png", "task": "Tap on second option in the list.", "bbox": [42, 942, 1038, 1110], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 1068, "image": "images/1068.png", "task": "Tap on marshmello singer.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 897, "image": "images/897.png", "task": "Tap on the Children add button.", "bbox": [927, 1154, 959, 1186], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 898, "image": "images/898.png", "task": "Tap on the Infants add button.", "bbox": [927, 1347, 959, 1379], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 899, "image": "images/899.png", "task": "Tap on the black login sign up button.", "bbox": [63, 472, 1017, 598], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 382, "image": "images/382.png", "task": "Tap the back button of the app.", "bbox": [9, 63, 154, 164], "app_name": "com.nikahforever", "function": "tap_call_llm"}
{"id": 383, "image": "images/383.png", "task": "Tap back button of app on top left corner until 'for you' is visible.", "bbox": [35, 105, 359, 224], "app_name": "com.nikahforever", "function": "tap_call_llm"}
{"id": 896, "image": "images/896.png", "task": "Tap on add in Adults.", "bbox": [880, 914, 1006, 1040], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 384, "image": "images/384.png", "task": "Tap on the buy button.", "bbox": [42, 2049, 1038, 2176], "app_name": "com.nikahforever", "function": "tap_call_llm"}
{"id": 386, "image": "images/386.png", "task": "Tap on interest on top navigation bar.", "bbox": [137, 209, 340, 335], "app_name": "com.nikahforever", "function": "tap_call_llm"}
{"id": 889, "image": "images/889.png", "task": "Tap on the map location navigation option.", "bbox": [12, 1938, 1049, 2096], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 1069, "image": "images/1069.png", "task": "Tap on 10th song in the list of songs.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 394, "image": "images/394.png", "task": "Select the first result.", "bbox": [38, 216, 983, 333], "app_name": "com.meesho.supply", "function": "tap_call_llm"}
{"id": 405, "image": "images/405.png", "task": "Select the use my mobile number box.", "bbox": [31, 1660, 105, 1743], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 415, "image": "images/415.png", "task": "Select the first pickup slot.", "bbox": [62, 1450, 266, 1531], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 426, "image": "images/426.png", "task": "Select any goods option at the bottom", "bbox": [36, 1677, 1045, 1779], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 449, "image": "images/449.png", "task": "Tap 'Back Arrow' Icon on left top.", "bbox": [19, 69, 120, 170], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 462, "image": "images/462.png", "task": "Tap on 'Call Icon'.", "bbox": [874, 1213, 1013, 1337], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 472, "image": "images/472.png", "task": "Tap on any Cancellation Reasons.", "bbox": [28, 1458, 484, 1571], "app_name": "com.theporter.android.customerapp", "function": "tap_call_llm"}
{"id": 1070, "image": "images/1070.png", "task": "Tap on King of lions.", "bbox": "", "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 820, "image": "images/820.png", "task": "Tap on the tick box of For my job.", "bbox": [5, 915, 1077, 1047], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 512, "image": "images/512.png", "task": "Tap on the send button.", "bbox": [918, 2137, 1080, 2297], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 517, "image": "images/517.png", "task": "Tap on Bottom CTA", "bbox": [42, 2138, 1038, 2254], "app_name": "com.innovapptive.imaintenance", "function": "tap_call_llm"}
{"id": 530, "image": "images/530.png", "task": "Click on address dropdown.", "bbox": [419, 800, 1355, 951], "app_name": "in.swiggy.android.instamart", "function": "tap_call_llm"}
{"id": 537, "image": "images/537.png", "task": "Select the food section.", "bbox": [24, 763, 540, 1219], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 932, "image": "images/932.png", "task": "Tap on Username input field.", "bbox": [45, 254, 1035, 414], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 545, "image": "images/545.png", "task": "Tap the cancel icon.", "bbox": [482, 1526, 597, 1641], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 557, "image": "images/557.png", "task": "Tap on location icon top left of the screen near to profile menu.", "bbox": [42, 105, 94, 157], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 577, "image": "images/577.png", "task": "Tap on add button on first lays.", "bbox": [270, 616, 369, 720], "app_name": "in.swiggy.android", "function": "tap_call_llm"}
{"id": 591, "image": "images/591.png", "task": "Select Average Customer Rating option.", "bbox": [31, 1788, 115, 1872], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 593, "image": "images/593.png", "task": "Tap on the Average Customer Rating tab.", "bbox": [42, 272, 510, 356], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 938, "image": "images/938.png", "task": "Tap on the Audio filter.", "bbox": [760, 231, 912, 315], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 595, "image": "images/595.png", "task": "Select Price Low to high option.", "bbox": [31, 1892, 115, 1976], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 596, "image": "images/596.png", "task": "Select Price high to low option.", "bbox": [31, 1996, 115, 2080], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 627, "image": "images/627.png", "task": "Select an option under Product Form", "bbox": [475, 702, 993, 783], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 631, "image": "images/631.png", "task": "Tap on the first search result below the search box", "bbox": [0, 542, 1080, 709], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 952, "image": "images/952.png", "task": "Tap on back arrow key.", "bbox": [0, 63, 147, 210], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 953, "image": "images/953.png", "task": "Tap on back arrow key.", "bbox": [0, 63, 147, 210], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 662, "image": "images/662.png", "task": "Tap on 'Consult Now'.", "bbox": [39, 1607, 1042, 1727], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 679, "image": "images/679.png", "task": "Tap the dropdown next to Join Now", "bbox": [295, 2098, 344, 2148], "app_name": "com.aranoah.healthkart.plus", "function": "tap_call_llm"}
{"id": 700, "image": "images/700.png", "task": "Tap on Side Arrow.", "bbox": [829, 868, 975, 1014], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 706, "image": "images/706.png", "task": "Select checkbox.", "bbox": [105, 445, 189, 529], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 711, "image": "images/711.png", "task": "Click on continue on the popup message", "bbox": [718, 1273, 916, 1332], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 721, "image": "images/721.png", "task": "Tap on 'Right Arrow' icon below the mobile number field.", "bbox": [829, 868, 975, 1014], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 727, "image": "images/727.png", "task": "Tap on the 'Right Arrow' icon below the mobile number field.", "bbox": [829, 868, 975, 1014], "app_name": "com.driveu.partner", "function": "tap_call_llm"}
{"id": 976, "image": "images/976.png", "task": "Tap on 4th Follow button in the list of accounts.", "bbox": [768, 1341, 965, 1425], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 985, "image": "images/985.png", "task": "Tap on the drop down button in reel icon.", "bbox": [439, 1563, 636, 1676], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 987, "image": "images/987.png", "task": "Tap on Suggested.", "bbox": [752, 210, 1048, 336], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1006, "image": "images/1006.png", "task": "Tap on Back arrow.", "bbox": [0, 74, 125, 199], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1007, "image": "images/1007.png", "task": "Tap on Second Reel in second row", "bbox": [362, 981, 718, 1614], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1008, "image": "images/1008.png", "task": "Tap on like button.", "bbox": [938, 1426, 1065, 1601], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1016, "image": "images/1016.png", "task": "Tap on suhas email option.", "bbox": [80, 1150, 997, 1302], "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 736, "image": "images/736.png", "task": "Tap on \"I'm new to Spanish\" option.", "bbox": [42, 577, 1038, 746], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 1020, "image": "images/1020.png", "task": "Tap on the second option in the list.", "bbox": [549, 308, 1027, 557], "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 1021, "image": "images/1021.png", "task": "Tap on the first option in the list.", "bbox": [56, 317, 528, 551], "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 1024, "image": "images/1024.png", "task": "Tap on the fifth option in the rowise list.", "bbox": [42, 834, 540, 1104], "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 745, "image": "images/745.png", "task": "Tap on Continue.", "bbox": [42, 2158, 1038, 2295], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 1026, "image": "images/1026.png", "task": "Tap on the 8th option in the  rowise list.", "bbox": [540, 1104, 1038, 1374], "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 732, "image": "images/732.png", "task": "Tap on Spanish.", "bbox": [42, 742, 1038, 910], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 734, "image": "images/734.png", "task": "Tap on Google Search option.", "bbox": [42, 1177, 1038, 1345], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 1030, "image": "images/1030.png", "task": "Tap on the First option in the artist list.", "bbox": [49, 725, 369, 1096], "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 775, "image": "images/775.png", "task": "Tap the Like button on the post.", "bbox": [933, 1715, 1080, 1842], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 765, "image": "images/765.png", "task": "Tap on Portuguese.", "bbox": [42, 972, 1038, 1140], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 767, "image": "images/767.png", "task": "Tap on Portuguese.", "bbox": [42, 1004, 1038, 1172], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 776, "image": "images/776.png", "task": "Tap the Comment field.", "bbox": [933, 1884, 1080, 2011], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 777, "image": "images/777.png", "task": "Tap the Search bar.", "bbox": [158, 63, 922, 179], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 778, "image": "images/778.png", "task": "Tap the keyboard input field.", "bbox": [178, 83, 890, 167], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 779, "image": "images/779.png", "task": "Tap the first search suggestion.", "bbox": [0, 495, 1080, 610], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 781, "image": "images/781.png", "task": "Tap the first profile result..", "bbox": [0, 353, 1080, 579], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 782, "image": "images/782.png", "task": "Tap the profile picture.", "bbox": [43, 323, 358, 638], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 783, "image": "images/783.png", "task": "Tap the Back button.", "bbox": [0, 63, 147, 210], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 784, "image": "images/784.png", "task": "Tap on first search result", "bbox": [0, 353, 1080, 579], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 785, "image": "images/785.png", "task": "Tap on add experience button.", "bbox": [53, 777, 1027, 903], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 787, "image": "images/787.png", "task": "Tap on Employment Type.", "bbox": [42, 1194, 1038, 1312], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 788, "image": "images/788.png", "task": "Tap on Start date field.", "bbox": [42, 1833, 1038, 1945], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 789, "image": "images/789.png", "task": "Tap on End date field.", "bbox": [42, 2061, 1038, 2166], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 790, "image": "images/790.png", "task": "Tap on cancel.", "bbox": [0, 63, 147, 210], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 792, "image": "images/792.png", "task": "Tap Connect below Sadie Mannino", "bbox": [190, 730, 455, 856], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 795, "image": "images/795.png", "task": "Tap on the Connect button below Linh Ginn.", "bbox": [190, 1712, 455, 1838], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 796, "image": "images/796.png", "task": "Tap Connect below Sheryl Chepkoech", "bbox": [190, 2031, 455, 2157], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 797, "image": "images/797.png", "task": "Tap on Like icon", "bbox": [943, 1807, 1048, 1912], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 798, "image": "images/798.png", "task": "Tap on 1st in the filter.", "bbox": [443, 189, 559, 315], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 799, "image": "images/799.png", "task": "Tap on 2nd in the Filter.", "bbox": [558, 189, 685, 315], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 800, "image": "images/800.png", "task": "Tap on 3rd+ in the filter.", "bbox": [684, 189, 824, 315], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 801, "image": "images/801.png", "task": "Tap on Dislike option.", "bbox": [827, 1807, 932, 1912], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 802, "image": "images/802.png", "task": "Tap on 1st in the filter under People..", "bbox": [42, 812, 168, 938], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 803, "image": "images/803.png", "task": "Tap on 2nd in the Filter under people.", "bbox": [558, 189, 685, 315], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 805, "image": "images/805.png", "task": "Tap on like button for the first post.", "bbox": [0, 1376, 540, 1492], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 806, "image": "images/806.png", "task": "Tap on like for the first comment.", "bbox": [126, 683, 231, 809], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 807, "image": "images/807.png", "task": "Tap on My newtwork icon option.", "bbox": [217, 2211, 432, 2337], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 808, "image": "images/808.png", "task": "Tap on Connect for Sigita Vinava", "bbox": [64, 1092, 497, 1218], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 809, "image": "images/809.png", "task": "Tap Connect for SAIRAM AARYAN", "bbox": [582, 1092, 1015, 1218], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 811, "image": "images/811.png", "task": "Tap Jobs option in top filter", "bbox": [161, 211, 307, 295], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 812, "image": "images/812.png", "task": "Tap on My posts in filter.", "bbox": [318, 211, 533, 295], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 813, "image": "images/813.png", "task": "Tap on Jobs icon button in bottom of the page.", "bbox": [862, 2211, 1077, 2337], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 815, "image": "images/815.png", "task": "Tap on Entry-level sales jobs in pharma.", "bbox": [66, 317, 722, 443], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 818, "image": "images/818.png", "task": "Tap on Easy apply button.", "bbox": [42, 833, 529, 959], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 819, "image": "images/819.png", "task": "Tap on Mobile phone number field.", "bbox": [42, 1152, 1038, 1264], "app_name": "com.linkedin.android", "function": "tap_call_llm"}
{"id": 821, "image": "images/821.png", "task": "Tap on I already have account button with green text.", "bbox": [42, 2158, 1038, 2295], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 822, "image": "images/822.png", "task": "Tap on Password field.", "bbox": [42, 368, 1038, 505], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 823, "image": "images/823.png", "task": "Tap on the Email field.", "bbox": [42, 330, 1038, 467], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 824, "image": "images/824.png", "task": "Tap on 'x' icon at top-left.", "bbox": [21, 84, 105, 168], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 826, "image": "images/826.png", "task": "Tap on Verification code input field.", "bbox": [42, 379, 1038, 516], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 828, "image": "images/828.png", "task": "Tap on Sign in with Google button.", "bbox": [42, 1836, 1038, 1973], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 829, "image": "images/829.png", "task": "Tap on available email id to sign in.", "bbox": [70, 1228, 1010, 1397], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 830, "image": "images/830.png", "task": "Tap on second option in the list.", "bbox": [42, 777, 1038, 945], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 831, "image": "images/831.png", "task": "Tap on third option in the list.", "bbox": [42, 977, 1038, 1145], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 832, "image": "images/832.png", "task": "Tap on fourth option in the list.", "bbox": [42, 1177, 1038, 1345], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 833, "image": "images/833.png", "task": "Tap on Fifth option in the list.", "bbox": [42, 1377, 1038, 1545], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 834, "image": "images/834.png", "task": "Tap on sixth option in the list.", "bbox": [42, 1577, 1038, 1745], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 836, "image": "images/836.png", "task": "Tap on first option in the list.", "bbox": [42, 742, 1038, 910], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 839, "image": "images/839.png", "task": "Tap on Fifth option in the list.", "bbox": [42, 1542, 1038, 1710], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 840, "image": "images/840.png", "task": "Tap on sixth option in the list.", "bbox": [42, 1742, 1038, 1910], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 841, "image": "images/841.png", "task": "Tap on second option in the list.", "bbox": [42, 733, 1038, 901], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 842, "image": "images/842.png", "task": "Tap on first option in the list.", "bbox": [42, 556, 1038, 701], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 843, "image": "images/843.png", "task": "Tap on the third option in the list", "bbox": [42, 933, 1038, 1101], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 844, "image": "images/844.png", "task": "Tap on fourth option in the list.", "bbox": [42, 1133, 1038, 1301], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 845, "image": "images/845.png", "task": "Tap on the fifth option in the list.", "bbox": [42, 1333, 1038, 1501], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 846, "image": "images/846.png", "task": "Tap on sixth option in the list.", "bbox": [42, 1533, 1038, 1701], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 847, "image": "images/847.png", "task": "Tap on seventh option in the list.", "bbox": [42, 1733, 1038, 1901], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 849, "image": "images/849.png", "task": "Tap on First option.", "bbox": [42, 1520, 1038, 1688], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 850, "image": "images/850.png", "task": "Tap on second option.", "bbox": [42, 1720, 1038, 1888], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 851, "image": "images/851.png", "task": "Tap on submit answer button.", "bbox": [42, 2158, 1038, 2295], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 852, "image": "images/852.png", "task": "Tap on first option which is 4.", "bbox": [42, 1520, 1038, 1688], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 853, "image": "images/853.png", "task": "Tap on second option.", "bbox": [42, 1720, 1038, 1888], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 854, "image": "images/854.png", "task": "Tap on submit answer button.", "bbox": [42, 2158, 1038, 2295], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 855, "image": "images/855.png", "task": "Tap on option which is left side.", "bbox": [42, 1279, 524, 1761], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 856, "image": "images/856.png", "task": "Tap on option which is towrds right side.", "bbox": [556, 1279, 1038, 1761], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 857, "image": "images/857.png", "task": "Tap on submit answer button.", "bbox": [42, 2158, 1038, 2295], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 861, "image": "images/861.png", "task": "Tap on submit answer button.", "bbox": [42, 2158, 1038, 2295], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 859, "image": "images/859.png", "task": "Tap on second option.", "bbox": [42, 1385, 1038, 1553], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 860, "image": "images/860.png", "task": "Tap on first option.", "bbox": [42, 1185, 1038, 1353], "app_name": "com.duolingo", "function": "tap_call_llm"}
{"id": 862, "image": "images/862.png", "task": "Tap on text input field.", "bbox": [63, 1211, 1017, 1369], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 863, "image": "images/863.png", "task": "Tap on Google icon.", "bbox": [365, 1721, 524, 1880], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 864, "image": "images/864.png", "task": "Tap on email option", "bbox": [70, 1127, 1010, 1304], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 865, "image": "images/865.png", "task": "Tap on First name text field.", "bbox": [63, 640, 1017, 798], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 866, "image": "images/866.png", "task": "Tap on Last name text field.", "bbox": [63, 798, 1017, 956], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 867, "image": "images/867.png", "task": "Tap on Select birthdate input field.", "bbox": [63, 1209, 1017, 1357], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 869, "image": "images/869.png", "task": "Tap on wishlist icon.", "bbox": [223, 2190, 430, 2337], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 870, "image": "images/870.png", "task": "Tap on messages icon.", "bbox": [648, 2190, 856, 2337], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 871, "image": "images/871.png", "task": "Tap on Login icon.", "bbox": [861, 2190, 1069, 2337], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 872, "image": "images/872.png", "task": "Tap on Trips icon.", "bbox": [435, 2190, 643, 2337], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 873, "image": "images/873.png", "task": "Tap on explore icon.", "bbox": [11, 2190, 218, 2337], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 875, "image": "images/875.png", "task": "Tap on Services icon.", "bbox": [765, 263, 975, 438], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 876, "image": "images/876.png", "task": "Tap on the First option in Photography.", "bbox": [63, 642, 524, 1279], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 877, "image": "images/877.png", "task": "Tap on the first Option in the List.", "bbox": [63, 1321, 1017, 1594], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 879, "image": "images/879.png", "task": "Tap on Next Steps option.", "bbox": [723, 2169, 1017, 2295], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 880, "image": "images/880.png", "task": "Tap on add the guest option.", "bbox": [959, 511, 991, 543], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 881, "image": "images/881.png", "task": "Tap on close button.", "bbox": [933, 1820, 1059, 1946], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 882, "image": "images/882.png", "task": "Tap on submit to next step option.", "bbox": [63, 2169, 1017, 2295], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 883, "image": "images/883.png", "task": "Tap on close.", "bbox": [933, 167, 1059, 293], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 884, "image": "images/884.png", "task": "Tap on close icon.", "bbox": [975, 117, 1017, 159], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 885, "image": "images/885.png", "task": "Tap on back arrow.", "bbox": [53, 75, 179, 201], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 886, "image": "images/886.png", "task": "Tap on the second option in the Airbnb Originals list.", "bbox": [556, 1457, 1017, 2094], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 888, "image": "images/888.png", "task": "Tap on Close button.", "bbox": [933, 158, 1059, 284], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 890, "image": "images/890.png", "task": "Tap on Close Button.", "bbox": [922, 95, 1048, 221], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 891, "image": "images/891.png", "task": "Tap on close button.", "bbox": [933, 167, 1059, 293], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 892, "image": "images/892.png", "task": "Tap on Back arrow.", "bbox": [63, 117, 105, 159], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 893, "image": "images/893.png", "task": "Tap on Search field.", "bbox": [105, 95, 975, 242], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 894, "image": "images/894.png", "task": "Tap on the second option in the list.", "bbox": [42, 504, 1038, 693], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 900, "image": "images/900.png", "task": "Tap on Google icon.", "bbox": [365, 1669, 524, 1828], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 901, "image": "images/901.png", "task": "Tap on Suhas email id.", "bbox": [70, 1127, 1010, 1304], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 902, "image": "images/902.png", "task": "Tap on select date field.", "bbox": [63, 1209, 1017, 1357], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 903, "image": "images/903.png", "task": "Tap on the year drop down button.", "bbox": [346, 665, 409, 728], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 904, "image": "images/904.png", "task": "Tap on option which is next to 2002.", "bbox": [445, 887, 634, 1013], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 906, "image": "images/906.png", "task": "Tap on 11 April date.", "bbox": [729, 1021, 855, 1147], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 907, "image": "images/907.png", "task": "Tap on submit ok button.", "bbox": [870, 1641, 996, 1767], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 909, "image": "images/909.png", "task": "Tap on cancel button", "bbox": [63, 2169, 1017, 2295], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 910, "image": "images/910.png", "task": "Tap on Black no button.", "bbox": [63, 2001, 1017, 2127], "app_name": "com.airbnb.android", "function": "tap_call_llm"}
{"id": 922, "image": "images/922.png", "task": "Tap the 5th option in the list", "bbox": [-3, 1607, 1095, 1753], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 913, "image": "images/913.png", "task": "Tap on code input field.", "bbox": [42, 471, 1038, 639], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 915, "image": "images/915.png", "task": "Tap on set in half card.", "bbox": [665, 1464, 833, 1606], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 916, "image": "images/916.png", "task": "Tap on copy link button.", "bbox": [443, 2058, 580, 2195], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 918, "image": "images/918.png", "task": "Tap on like button.", "bbox": [943, 1063, 1059, 1179], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 919, "image": "images/919.png", "task": "Tap on reel option at the bottom.", "bbox": [216, 2211, 432, 2337], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 920, "image": "images/920.png", "task": "Tap on Save the reel button icon.", "bbox": [943, 1775, 1059, 1891], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 921, "image": "images/921.png", "task": "Tap on the 3 dots at the bottom.", "bbox": [943, 1953, 1059, 2069], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 933, "image": "images/933.png", "task": "Tap on Back arrow icon.", "bbox": [0, 63, 147, 210], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 924, "image": "images/924.png", "task": "Tap on the first Post in the list from top.", "bbox": [0, 232, 356, 588], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 925, "image": "images/925.png", "task": "Tap on the Like button.", "bbox": [32, 1839, 95, 1960], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 926, "image": "images/926.png", "task": "Tap on back arrow.", "bbox": [0, 63, 147, 210], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 927, "image": "images/927.png", "task": "Tap on Profile icon at the bottom.", "bbox": [864, 2211, 1080, 2337], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 928, "image": "images/928.png", "task": "Tap on Pronous input field.", "bbox": [0, 914, 1080, 1084], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 929, "image": "images/929.png", "task": "Tap on Bio input field.", "bbox": [0, 1084, 1080, 1254], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 930, "image": "images/930.png", "task": "Tap on the Gender input field.", "bbox": [0, 1506, 1080, 1676], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 931, "image": "images/931.png", "task": "Tap on Name input field.", "bbox": [42, 595, 1038, 744], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 934, "image": "images/934.png", "task": "Tap on the second option in the list from top.", "bbox": [0, 835, 1080, 962], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 935, "image": "images/935.png", "task": "Tap on Collections filter.", "bbox": [166, 231, 399, 315], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 936, "image": "images/936.png", "task": "Tap on the Reels filter.", "bbox": [410, 210, 578, 336], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 937, "image": "images/937.png", "task": "Tap on the Posts filter.", "bbox": [589, 231, 738, 315], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 939, "image": "images/939.png", "task": "Tap on the back arrow key.", "bbox": [0, 63, 147, 210], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 940, "image": "images/940.png", "task": "Tap the third option from the list.", "bbox": [0, 962, 1080, 1089], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 941, "image": "images/941.png", "task": "Tap on dropdown option of Stories archive.", "bbox": [524, 120, 556, 152], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 942, "image": "images/942.png", "task": "Tap on dropdown option of Posts archive.", "bbox": [551, 120, 583, 152], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 943, "image": "images/943.png", "task": "Tap on the 3 dots at top.", "bbox": [932, 63, 1059, 210], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 946, "image": "images/946.png", "task": "Tap on toggle button for 2nd option.", "bbox": [901, 816, 1038, 900], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 947, "image": "images/947.png", "task": "Tap on back arrow icon.", "bbox": [0, 63, 147, 210], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 951, "image": "images/951.png", "task": "Tap on the first option in the list of 'Removed and archived content'.", "bbox": [0, 1581, 1080, 1708], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 954, "image": "images/954.png", "task": "Tap on the first option in the list of 'Who can see your content '.", "bbox": [0, 1604, 1080, 1731], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 955, "image": "images/955.png", "task": "Tap on the toggle button.", "bbox": [0, 210, 1080, 336], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 956, "image": "images/956.png", "task": "Tap on the back arrow icon.", "bbox": [11, 74, 137, 200], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 957, "image": "images/957.png", "task": "Tap on the 6th option from the List.", "bbox": [11, 74, 137, 200], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 959, "image": "images/959.png", "task": "Tap on cancel option button.", "bbox": [32, 126, 95, 242], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 961, "image": "images/961.png", "task": "Tap on the second option in the list.", "bbox": [0, 1337, 1080, 1463], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 963, "image": "images/963.png", "task": "Tap on the second option in the list of 'manage your time'.", "bbox": [0, 1337, 1080, 1463], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 964, "image": "images/964.png", "task": "Tap on the available toggle button.", "bbox": [0, 210, 1080, 336], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 965, "image": "images/965.png", "task": "Tap on Start time edit button option.", "bbox": [811, 458, 1038, 584], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 966, "image": "images/966.png", "task": "Tap on End time edit button option.", "bbox": [804, 589, 1038, 715], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 967, "image": "images/967.png", "task": "Tap on back arrow key.", "bbox": [11, 74, 137, 200], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 968, "image": "images/968.png", "task": "Tap on back arrow key.", "bbox": [0, 63, 147, 210], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 969, "image": "images/969.png", "task": "Tap on back arrow key.", "bbox": [11, 74, 137, 200], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 971, "image": "images/971.png", "task": "Tap on see all option button.", "bbox": [893, 576, 1038, 623], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 972, "image": "images/972.png", "task": "Tap on follow for the first account in the list.", "bbox": [768, 302, 965, 386], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 973, "image": "images/973.png", "task": "Tap on 2nd Follow button in the list of accounts.", "bbox": [768, 711, 965, 795], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 975, "image": "images/975.png", "task": "Tap on Unfollow button in the 3rd row of list of accounts.", "bbox": [787, 711, 1038, 795], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 977, "image": "images/977.png", "task": "Tap on 6th Follow button in the list of accounts.", "bbox": [768, 2181, 965, 2265], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 978, "image": "images/978.png", "task": "Tap on the 7th Follow button in the list.", "bbox": [768, 1551, 965, 1635], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 979, "image": "images/979.png", "task": "Tap on 8th Follow button in the list of accounts.", "bbox": [768, 1761, 965, 1845], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 981, "image": "images/981.png", "task": "Tap on search field.", "bbox": [32, 76, 1048, 191], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 982, "image": "images/982.png", "task": "Tap on the search result which says 4.9 million followers.", "bbox": [0, 362, 1080, 514], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 983, "image": "images/983.png", "task": "Tap on that account.", "bbox": [0, 326, 1080, 504], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 984, "image": "images/984.png", "task": "Tap on the Reel icon.", "bbox": [360, 1549, 720, 1675], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 988, "image": "images/988.png", "task": "Tap on bell icon.", "bbox": [805, 63, 932, 210], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 989, "image": "images/989.png", "task": "Tap on the first option right arrow button.", "bbox": [985, 384, 1027, 426], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 990, "image": "images/990.png", "task": "Tap on 3rd option in that list.", "bbox": [474, 881, 1080, 1030], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 991, "image": "images/991.png", "task": "Tap on 3rd option in that list.", "bbox": [474, 1038, 1080, 1187], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 992, "image": "images/992.png", "task": "Tap on bell icon.", "bbox": [805, 63, 932, 210], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 994, "image": "images/994.png", "task": "Tap on 3rd option in that list.", "bbox": [474, 1353, 1080, 1502], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 995, "image": "images/995.png", "task": "Tap on First Reel in list.", "bbox": [0, 342, 356, 975], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 996, "image": "images/996.png", "task": "Tap on like button.", "bbox": [943, 1005, 1059, 1121], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 997, "image": "images/997.png", "task": "Tap on Back arrow.", "bbox": [0, 74, 125, 199], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 998, "image": "images/998.png", "task": "Tap on Second Reel in list rowise.", "bbox": [362, 342, 718, 975], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 999, "image": "images/999.png", "task": "Tap on like button.", "bbox": [943, 1005, 1059, 1121], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1000, "image": "images/1000.png", "task": "Tap on Back arrow.", "bbox": [0, 74, 125, 199], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1001, "image": "images/1001.png", "task": "Tap on 3rd Reel in First row.", "bbox": [724, 342, 1080, 975], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1002, "image": "images/1002.png", "task": "Tap on like button.", "bbox": [943, 1126, 1059, 1242], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1003, "image": "images/1003.png", "task": "Tap on back arrow.", "bbox": [0, 74, 125, 199], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1004, "image": "images/1004.png", "task": "Tap on First Reel in second row.", "bbox": [0, 981, 356, 1614], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1009, "image": "images/1009.png", "task": "Tap on Back arrow.", "bbox": [0, 74, 125, 199], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1010, "image": "images/1010.png", "task": "Tap on third Reel in second row.", "bbox": [724, 981, 1080, 1614], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1011, "image": "images/1011.png", "task": "Tap on third Reel in 3rd row", "bbox": [724, 1620, 1080, 2253], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1012, "image": "images/1012.png", "task": "Tap on second reel in 3rd row.", "bbox": [362, 1620, 718, 2253], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1013, "image": "images/1013.png", "task": "Tap on First Reel in 3rd row", "bbox": [0, 1620, 356, 2253], "app_name": "com.instagram.android", "function": "tap_call_llm"}
{"id": 1022, "image": "images/1022.png", "task": "Tap on the Third option in the rowise list.", "bbox": [42, 564, 540, 834], "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 1023, "image": "images/1023.png", "task": "Tap on the fourth option in the rowise list.", "bbox": [540, 564, 1038, 834], "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 1025, "image": "images/1025.png", "task": "Tap on the 7th option in the  rowise list.", "bbox": [42, 1104, 540, 1374], "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 1027, "image": "images/1027.png", "task": "Tap on the 9th option in the  rowise list.", "bbox": [42, 1374, 540, 1644], "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 1028, "image": "images/1028.png", "task": "Tap on the 10th option in the rowise list.", "bbox": [540, 1374, 1038, 1644], "app_name": "com.spotify.music", "function": "tap_call_llm"}
{"id": 1029, "image": "images/1029.png", "task": "Tap on the 3rd category option.", "bbox": [484, 559, 606, 647], "app_name": "com.spotify.music", "function": "tap_call_llm"}