Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
File size: 24,360 Bytes
c965b97
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
{
    "edge": [
        {
            "name": "Fallout 76 on Steam - Microsoft Edge",
            "rectangle": [
                0,
                0,
                1920,
                1040
            ],
            "class_name": "Pane",
            "depth": "1",
            "elements": [
                [
                    {
                        "name": "Personal Profile, Please check notification",
                        "rectangle": [
                            10,
                            3,
                            45,
                            38
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-4"
                    },
                    {
                        "name": "Workspaces",
                        "rectangle": [
                            55,
                            3,
                            100,
                            38
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-5"
                    },
                    {
                        "name": "Tab actions menu",
                        "rectangle": [
                            103,
                            0,
                            1747,
                            44
                        ],
                        "class_name": "TabControl",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-6"
                    },
                    {
                        "name": "Tab actions menu",
                        "rectangle": [
                            110,
                            3,
                            150,
                            38
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-7"
                    },
                    {
                        "name": "Fallout 76 on Steam",
                        "rectangle": [
                            153,
                            0,
                            473,
                            44
                        ],
                        "class_name": "TabItem",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-8"
                    },
                    {
                        "name": "Explore a brand-new region in Appalachia – Skyline Valley adds the rolling hills of Shenandoah to the southwest area of the map.\nUncover a new Storyline – Discover the location of Vault 63 and meet its cabal of Ghoul dwellers. Act as the enigmatic overseer’s gun for hire as you uncover mysteries that could change -- or break -- the Wasteland\nEncounter a new enemy type – Meet a new type of supercharged Ghoul with electrifying weapons and armor and expose their origin.\nChase storms in a new Public Event – Dangerous Pastimes brings together thrill-seekers to gather electrical energy from the skies but beware The Lost and other electrified creatures attracted by the storm.\nSummon a new Region Boss – Help to defend Skyline Valley from the very things created to keep it safe, a trio of robot titans: the Storm Goliaths.",
                        "rectangle": [
                            384,
                            0,
                            1134,
                            292
                        ],
                        "class_name": "ListBox",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-26"
                    },
                    {
                        "name": "Close tab",
                        "rectangle": [
                            433,
                            11,
                            455,
                            33
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-9"
                    },
                    {
                        "name": "New Tab",
                        "rectangle": [
                            473,
                            0,
                            508,
                            44
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-10"
                    },
                    {
                        "name": "Minimize",
                        "rectangle": [
                            1747,
                            0,
                            1805,
                            43
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-1"
                    },
                    {
                        "name": "Restore",
                        "rectangle": [
                            1805,
                            0,
                            1863,
                            43
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-2"
                    },
                    {
                        "name": "Close",
                        "rectangle": [
                            1862,
                            0,
                            1920,
                            43
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-3"
                    }
                ],
                [
                    {
                        "name": "Back",
                        "rectangle": [
                            0,
                            47,
                            60,
                            85
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-11"
                    },
                    {
                        "name": "Refresh",
                        "rectangle": [
                            65,
                            47,
                            115,
                            85
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-12"
                    },
                    {
                        "name": "View site information",
                        "rectangle": [
                            132,
                            50,
                            182,
                            83
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-13"
                    },
                    {
                        "name": "https://store.steampowered.com/app/1151340/Fallout_76/",
                        "rectangle": [
                            181,
                            50,
                            1378,
                            83
                        ],
                        "class_name": "Edit",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-14"
                    },
                    {
                        "name": "Shopping in Microsoft Edge",
                        "rectangle": [
                            1378,
                            50,
                            1428,
                            83
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-15"
                    },
                    {
                        "name": "Read aloud this page (Ctrl+Shift+U)",
                        "rectangle": [
                            1428,
                            50,
                            1478,
                            83
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-16"
                    },
                    {
                        "name": "Enter Immersive Reader (F9)",
                        "rectangle": [
                            1478,
                            50,
                            1528,
                            83
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-17"
                    },
                    {
                        "name": "Add this page to favorites (Ctrl+D)",
                        "rectangle": [
                            1528,
                            50,
                            1578,
                            83
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-18"
                    },
                    {
                        "name": "Split screen",
                        "rectangle": [
                            1595,
                            47,
                            1645,
                            85
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-19"
                    },
                    {
                        "name": "Favorites",
                        "rectangle": [
                            1650,
                            47,
                            1700,
                            85
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-20"
                    },
                    {
                        "name": "Collections",
                        "rectangle": [
                            1705,
                            47,
                            1755,
                            85
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-21"
                    },
                    {
                        "name": "Browser essentials",
                        "rectangle": [
                            1760,
                            47,
                            1810,
                            85
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-22"
                    },
                    {
                        "name": "Settings and more (Alt+F)",
                        "rectangle": [
                            1815,
                            47,
                            1865,
                            85
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-23"
                    },
                    {
                        "name": "Copilot (Ctrl+Shift+.)",
                        "rectangle": [
                            1870,
                            47,
                            1915,
                            85
                        ],
                        "class_name": "Button",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-24"
                    }
                ],
                [
                    {
                        "name": "Fallout 76 on Steam",
                        "rectangle": [
                            5,
                            90,
                            1915,
                            1035
                        ],
                        "class_name": "Document",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-25"
                    },
                    {
                        "name": "Encounter a new enemy type – Meet a new type of supercharged Ghoul with electrifying weapons and armor and expose their origin.\n",
                        "rectangle": [
                            384,
                            88,
                            1134,
                            141
                        ],
                        "class_name": "ListItem",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-27"
                    }
                ],
                [
                    {
                        "name": "READ MORE",
                        "rectangle": [
                            1043,
                            116,
                            1119,
                            131
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-28"
                    }
                ],
                [
                    {
                        "name": "ABOUT THIS GAME",
                        "rectangle": [
                            364,
                            174,
                            1134,
                            210
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-29"
                    }
                ],
                [
                    {
                        "name": "Bethesda Game Studios, the award-winning creators of Skyrim and Fallout 4, welcome you to Fallout 76. Twenty-five years after the bombs fell, you and your fellow Vault Dwellers—chosen from the nation’s best and brightest – emerge into post-nuclear America on Reclamation Day, 2102. Play solo or join together as you explore, quest, build, and triumph against the wasteland’s greatest threats. Explore a vast wasteland, devastated by nuclear war, in this open-world multiplayer addition to the Fallout story. Experience the largest, most dynamic world ever created in the legendary Fallout universe.",
                        "rectangle": [
                            364,
                            223,
                            1132,
                            403
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-30"
                    }
                ],
                [
                    {
                        "name": "Immersive Questlines and Engaging Characters",
                        "rectangle": [
                            364,
                            428,
                            1134,
                            463
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-31"
                    }
                ],
                [
                    {
                        "name": "Uncover the secrets of West Virginia by playing through an immersive main quest, starting from the moment you leave Vault 76. Befriend or betray new neighbors who have come to rebuild, and experience Appalachia through the eyes of its residents.",
                        "rectangle": [
                            364,
                            465,
                            1102,
                            539
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-32"
                    }
                ],
                [
                    {
                        "name": "Seasons",
                        "rectangle": [
                            364,
                            564,
                            1134,
                            600
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-33"
                    }
                ],
                [
                    {
                        "name": "Progress through each season and unlock free rewards like consumables, C.A.M.P. items and more by completing limited-time challenges.",
                        "rectangle": [
                            364,
                            601,
                            1116,
                            649
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-34"
                    }
                ],
                [
                    {
                        "name": "Multiplayer Roleplaying",
                        "rectangle": [
                            364,
                            674,
                            1134,
                            710
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-35"
                    }
                ],
                [
                    {
                        "name": "Create your character with the S.P.E.C.I.A.L system and forge your own path and reputation in a new and untamed wasteland with hundreds of locations. Whether you journey alone or with friends, a new and unique Fallout adventure awaits.",
                        "rectangle": [
                            364,
                            711,
                            1130,
                            785
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-36"
                    }
                ],
                [
                    {
                        "name": "Mountain Splendorland",
                        "rectangle": [
                            364,
                            810,
                            1134,
                            846
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-37"
                    }
                ],
                [
                    {
                        "name": "The story lives and breathes through the world of Fallout 76, which brings to life six distinct West Virginia regions. From the forests of Appalachia to the noxious crimson expanses of the Cranberry Bog, each area offers its own risks and rewards.",
                        "rectangle": [
                            364,
                            847,
                            1123,
                            921
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-38"
                    }
                ],
                [
                    {
                        "name": "A New American Dream",
                        "rectangle": [
                            364,
                            946,
                            1134,
                            982
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-39"
                    }
                ],
                [
                    {
                        "name": "Use the all-new Construction and Assembly Mobile Platform (C.A.M.P.) to build and craft anywhere in the world. Your C.A.M.P. will provide much-needed shelter, supplies, and safety. You can even set up shop to trade goods with other survivors.",
                        "rectangle": [
                            364,
                            983,
                            1115,
                            1040
                        ],
                        "class_name": "Static",
                        "type": [
                            "Click",
                            "rightClick"
                        ],
                        "depth": "1-40"
                    }
                ]
            ]
        }
    ]
}