The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'23'})
This happened while the json dataset builder was generating data using
hf://datasets/endlesswinds/AndroidControl-Test-Set/test-AndroidControl.json (at revision bf87eb403714486d0646ee4b81c22fc6ad777098), [/tmp/hf-datasets-cache/medium/datasets/39028849323627-config-parquet-and-info-endlesswinds-AndroidContr-103fcb63/hub/datasets--endlesswinds--AndroidControl-Test-Set/snapshots/bf87eb403714486d0646ee4b81c22fc6ad777098/test-AndroidControl-click.json (origin=hf://datasets/endlesswinds/AndroidControl-Test-Set@bf87eb403714486d0646ee4b81c22fc6ad777098/test-AndroidControl-click.json), /tmp/hf-datasets-cache/medium/datasets/39028849323627-config-parquet-and-info-endlesswinds-AndroidContr-103fcb63/hub/datasets--endlesswinds--AndroidControl-Test-Set/snapshots/bf87eb403714486d0646ee4b81c22fc6ad777098/test-AndroidControl.json (origin=hf://datasets/endlesswinds/AndroidControl-Test-Set@bf87eb403714486d0646ee4b81c22fc6ad777098/test-AndroidControl.json)], ['hf://datasets/endlesswinds/AndroidControl-Test-Set@bf87eb403714486d0646ee4b81c22fc6ad777098/test-AndroidControl-click.json', 'hf://datasets/endlesswinds/AndroidControl-Test-Set@bf87eb403714486d0646ee4b81c22fc6ad777098/test-AndroidControl.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1893, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2281, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2227, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
0: struct<action: struct<action_type: string, app_name: string, direction: string, x: int64, y: int64>, (... 100 chars omitted)
child 0, action: struct<action_type: string, app_name: string, direction: string, x: int64, y: int64>
child 0, action_type: string
child 1, app_name: string
child 2, direction: string
child 3, x: int64
child 4, y: int64
child 1, episode_id: int64
child 2, goal: string
child 3, img_size: list<item: int64>
child 0, item: int64
child 4, img_url: string
child 5, instruction: string
1: struct<action: struct<action_type: string, app_name: string, direction: string, text: string, x: int (... 114 chars omitted)
child 0, action: struct<action_type: string, app_name: string, direction: string, text: string, x: int64, y: int64>
child 0, action_type: string
child 1, app_name: string
child 2, direction: string
child 3, text: string
child 4, x: int64
child 5, y: int64
child 1, episode_id: int64
child 2, goal: string
child 3, img_size: list<item: int64>
child 0, item: int64
child 4, img_url: string
child 5, instruction: string
2: struct<action: struct<action_type: string, direction: string, text: string, x: int64, y: int64>, epi (... 96 chars omitted)
child 0, action: struct<action_type: string, direction: string, text: string, x: int64, y: int64>
child 0, action_type: string
child 1, direction: string
child 2, text: string
child 3, x: int
...
int64 (... 82 chars omitted)
child 0, action: struct<action_type: string, direction: string, x: int64, y: int64>
child 0, action_type: string
child 1, direction: string
child 2, x: int64
child 3, y: int64
child 1, episode_id: int64
child 2, goal: string
child 3, img_size: list<item: int64>
child 0, item: int64
child 4, img_url: string
child 5, instruction: string
22: struct<action: struct<action_type: string, direction: string, text: string>, episode_id: int64, goal (... 76 chars omitted)
child 0, action: struct<action_type: string, direction: string, text: string>
child 0, action_type: string
child 1, direction: string
child 2, text: string
child 1, episode_id: int64
child 2, goal: string
child 3, img_size: list<item: int64>
child 0, item: int64
child 4, img_url: string
child 5, instruction: string
23: struct<action: struct<action_type: string, direction: string, x: int64, y: int64>, episode_id: int64 (... 82 chars omitted)
child 0, action: struct<action_type: string, direction: string, x: int64, y: int64>
child 0, action_type: string
child 1, direction: string
child 2, x: int64
child 3, y: int64
child 1, episode_id: int64
child 2, goal: string
child 3, img_size: list<item: int64>
child 0, item: int64
child 4, img_url: string
child 5, instruction: string
-- schema metadata --
pandas: '{"index_columns": [], "column_indexes": [], "columns": [{"name":' + 2527
to
{'0': {'action': {'action_type': Value('string'), 'x': Value('int64'), 'y': Value('int64')}, 'episode_id': Value('int64'), 'goal': Value('string'), 'img_size': List(Value('int64')), 'img_url': Value('string'), 'instruction': Value('string')}, '1': {'action': {'action_type': Value('string'), 'x': Value('int64'), 'y': Value('int64')}, 'episode_id': Value('int64'), 'goal': Value('string'), 'img_size': List(Value('int64')), 'img_url': Value('string'), 'instruction': Value('string')}, '2': {'action': {'action_type': Value('string'), 'x': Value('int64'), 'y': Value('int64')}, 'episode_id': Value('int64'), 'goal': Value('string'), 'img_size': List(Value('int64')), 'img_url': Value('string'), 'instruction': Value('string')}, '3': {'action': {'action_type': Value('string'), 'x': Value('int64'), 'y': Value('int64')}, 'episode_id': Value('int64'), 'goal': Value('string'), 'img_size': List(Value('int64')), 'img_url': Value('string'), 'instruction': Value('string')}, '4': {'action': {'action_type': Value('string'), 'x': Value('int64'), 'y': Value('int64')}, 'episode_id': Value('int64'), 'goal': Value('string'), 'img_size': List(Value('int64')), 'img_url': Value('string'), 'instruction': Value('string')}, '5': {'action': {'action_type': Value('string'), 'x': Value('int64'), 'y': Value('int64')}, 'episode_id': Value('int64'), 'goal': Value('string'), 'img_size': List(Value('int64')), 'img_url': Value('string'), 'instruction': Value('string')}, '6': {'action': {'action_type': Value('string')
...
string'), 'instruction': Value('string')}, '17': {'action': {'action_type': Value('string'), 'x': Value('int64'), 'y': Value('int64')}, 'episode_id': Value('int64'), 'goal': Value('string'), 'img_size': List(Value('int64')), 'img_url': Value('string'), 'instruction': Value('string')}, '18': {'action': {'action_type': Value('string'), 'x': Value('int64'), 'y': Value('int64')}, 'episode_id': Value('int64'), 'goal': Value('string'), 'img_size': List(Value('int64')), 'img_url': Value('string'), 'instruction': Value('string')}, '19': {'action': {'action_type': Value('string'), 'x': Value('int64'), 'y': Value('int64')}, 'episode_id': Value('int64'), 'goal': Value('string'), 'img_size': List(Value('int64')), 'img_url': Value('string'), 'instruction': Value('string')}, '20': {'action': {'action_type': Value('string'), 'x': Value('int64'), 'y': Value('int64')}, 'episode_id': Value('int64'), 'goal': Value('string'), 'img_size': List(Value('int64')), 'img_url': Value('string'), 'instruction': Value('string')}, '21': {'action': {'action_type': Value('string'), 'x': Value('int64'), 'y': Value('int64')}, 'episode_id': Value('int64'), 'goal': Value('string'), 'img_size': List(Value('int64')), 'img_url': Value('string'), 'instruction': Value('string')}, '22': {'action': {'action_type': Value('string'), 'x': Value('int64'), 'y': Value('int64')}, 'episode_id': Value('int64'), 'goal': Value('string'), 'img_size': List(Value('int64')), 'img_url': Value('string'), 'instruction': Value('string')}}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1895, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 1 new columns ({'23'})
This happened while the json dataset builder was generating data using
hf://datasets/endlesswinds/AndroidControl-Test-Set/test-AndroidControl.json (at revision bf87eb403714486d0646ee4b81c22fc6ad777098), [/tmp/hf-datasets-cache/medium/datasets/39028849323627-config-parquet-and-info-endlesswinds-AndroidContr-103fcb63/hub/datasets--endlesswinds--AndroidControl-Test-Set/snapshots/bf87eb403714486d0646ee4b81c22fc6ad777098/test-AndroidControl-click.json (origin=hf://datasets/endlesswinds/AndroidControl-Test-Set@bf87eb403714486d0646ee4b81c22fc6ad777098/test-AndroidControl-click.json), /tmp/hf-datasets-cache/medium/datasets/39028849323627-config-parquet-and-info-endlesswinds-AndroidContr-103fcb63/hub/datasets--endlesswinds--AndroidControl-Test-Set/snapshots/bf87eb403714486d0646ee4b81c22fc6ad777098/test-AndroidControl.json (origin=hf://datasets/endlesswinds/AndroidControl-Test-Set@bf87eb403714486d0646ee4b81c22fc6ad777098/test-AndroidControl.json)], ['hf://datasets/endlesswinds/AndroidControl-Test-Set@bf87eb403714486d0646ee4b81c22fc6ad777098/test-AndroidControl-click.json', 'hf://datasets/endlesswinds/AndroidControl-Test-Set@bf87eb403714486d0646ee4b81c22fc6ad777098/test-AndroidControl.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
0 dict | 1 dict | 2 dict | 3 dict | 4 dict | 5 dict | 6 null | 7 null | 8 null | 9 null | 10 null | 11 null | 12 null | 13 null | 14 null | 15 null | 16 null | 17 null | 18 null | 19 null | 20 null | 21 null | 22 null |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{
"action": {
"action_type": "click",
"x": 1027,
"y": 209
},
"episode_id": 140,
"goal": "Share my favorite Book \"the Queen's Gambit\" to my Friend Natalie larson over her gmail address -natalie.larson1998@gmail.com from the PocketBook app.",
"img_size": [
1080,
2400
],
"img_url": "an... | {
"action": {
"action_type": "click",
"x": 843,
"y": 231
},
"episode_id": 140,
"goal": "Share my favorite Book \"the Queen's Gambit\" to my Friend Natalie larson over her gmail address -natalie.larson1998@gmail.com from the PocketBook app.",
"img_size": [
1080,
2400
],
"img_url": "and... | {
"action": {
"action_type": "click",
"x": 780,
"y": 861
},
"episode_id": 140,
"goal": "Share my favorite Book \"the Queen's Gambit\" to my Friend Natalie larson over her gmail address -natalie.larson1998@gmail.com from the PocketBook app.",
"img_size": [
1080,
2400
],
"img_url": "and... | {
"action": {
"action_type": "click",
"x": 754,
"y": 861
},
"episode_id": 140,
"goal": "Share my favorite Book \"the Queen's Gambit\" to my Friend Natalie larson over her gmail address -natalie.larson1998@gmail.com from the PocketBook app.",
"img_size": [
1080,
2400
],
"img_url": "and... | {
"action": {
"action_type": "click",
"x": 54,
"y": 525
},
"episode_id": 140,
"goal": "Share my favorite Book \"the Queen's Gambit\" to my Friend Natalie larson over her gmail address -natalie.larson1998@gmail.com from the PocketBook app.",
"img_size": [
1080,
2400
],
"img_url": "andr... | {
"action": {
"action_type": "click",
"x": 890,
"y": 218
},
"episode_id": 140,
"goal": "Share my favorite Book \"the Queen's Gambit\" to my Friend Natalie larson over her gmail address -natalie.larson1998@gmail.com from the PocketBook app.",
"img_size": [
1080,
2400
],
"img_url": "and... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 334,
"y": 2268
},
"episode_id": 662,
"goal": "Browse Leonardo Da Vinci Mona lisa's painting for me on the Artsy app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[662]_1.png",
"instruction": "Click on the search icon at ... | {
"action": {
"action_type": "click",
"x": 994,
"y": 2169
},
"episode_id": 662,
"goal": "Browse Leonardo Da Vinci Mona lisa's painting for me on the Artsy app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[662]_3.png",
"instruction": "Click on the Search icon at ... | {
"action": {
"action_type": "click",
"x": 605,
"y": 772
},
"episode_id": 662,
"goal": "Browse Leonardo Da Vinci Mona lisa's painting for me on the Artsy app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[662]_4.png",
"instruction": "Click on the tab \"Lenardo da... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 116,
"y": 219
},
"episode_id": 803,
"goal": "Restore the financial report file from trash in the Google Drive because I need to review the file's details once more.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[803]_0.png... | {
"action": {
"action_type": "click",
"x": 206,
"y": 655
},
"episode_id": 803,
"goal": "Restore the financial report file from trash in the Google Drive because I need to review the file's details once more.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[803]_1.png... | {
"action": {
"action_type": "click",
"x": 988,
"y": 2080
},
"episode_id": 803,
"goal": "Restore the financial report file from trash in the Google Drive because I need to review the file's details once more.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[803]_2.pn... | {
"action": {
"action_type": "click",
"x": 602,
"y": 1972
},
"episode_id": 803,
"goal": "Restore the financial report file from trash in the Google Drive because I need to review the file's details once more.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[803]_3.pn... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 624,
"y": 200
},
"episode_id": 943,
"goal": "Look for the locks on the Etsy app so I can utilize them at home.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[943]_1.png",
"instruction": "Click on the search bar on the top... | {
"action": {
"action_type": "click",
"x": 561,
"y": 609
},
"episode_id": 943,
"goal": "Look for the locks on the Etsy app so I can utilize them at home.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[943]_2.png",
"instruction": "Click on the lock on the screen."
... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 73,
"y": 226
},
"episode_id": 1344,
"goal": "In The Times Of India APP go to podcasts and listen to the first podcast result ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1344]_0.png",
"instruction": "Click on the sear... | {
"action": {
"action_type": "click",
"x": 456,
"y": 1213
},
"episode_id": 1344,
"goal": "In The Times Of India APP go to podcasts and listen to the first podcast result ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1344]_1.png",
"instruction": "Click on the po... | {
"action": {
"action_type": "click",
"x": 226,
"y": 901
},
"episode_id": 1344,
"goal": "In The Times Of India APP go to podcasts and listen to the first podcast result ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1344]_2.png",
"instruction": "Click on the fir... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 539,
"y": 861
},
"episode_id": 1364,
"goal": "convert the 1 GigaWatt unit into all other power units in the power section ,skip Ads if Any .",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1364]_1.png",
"instruction": "Go ... | {
"action": {
"action_type": "click",
"x": 786,
"y": 419
},
"episode_id": 1364,
"goal": "convert the 1 GigaWatt unit into all other power units in the power section ,skip Ads if Any .",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1364]_2.png",
"instruction": "Cli... | {
"action": {
"action_type": "click",
"x": 540,
"y": 1710
},
"episode_id": 1364,
"goal": "convert the 1 GigaWatt unit into all other power units in the power section ,skip Ads if Any .",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1364]_3.png",
"instruction": "Ch... | {
"action": {
"action_type": "click",
"x": 540,
"y": 595
},
"episode_id": 1364,
"goal": "convert the 1 GigaWatt unit into all other power units in the power section ,skip Ads if Any .",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1364]_4.png",
"instruction": "Cli... | {
"action": {
"action_type": "click",
"x": 1019,
"y": 198
},
"episode_id": 1364,
"goal": "convert the 1 GigaWatt unit into all other power units in the power section ,skip Ads if Any .",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1364]_6.png",
"instruction": "Cl... | {
"action": {
"action_type": "click",
"x": 579,
"y": 277
},
"episode_id": 1364,
"goal": "convert the 1 GigaWatt unit into all other power units in the power section ,skip Ads if Any .",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1364]_7.png",
"instruction": "Cli... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 540,
"y": 909
},
"episode_id": 1464,
"goal": "Read any news article of your choice on The CNN News app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1464]_1.png",
"instruction": "Click on the first article on the screen... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 532,
"y": 206
},
"episode_id": 1624,
"goal": "Search for the sofa for my living room in the Amazon app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1624]_1.png",
"instruction": "Click on the search bar on the top of th... | {
"action": {
"action_type": "click",
"x": 529,
"y": 311
},
"episode_id": 1624,
"goal": "Search for the sofa for my living room in the Amazon app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1624]_3.png",
"instruction": "Click on the Sofa option on the screen."... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 1005,
"y": 210
},
"episode_id": 1704,
"goal": "I want to learn about astronomical objects so on the SkyView Free app view the information related to Crab Nebula.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1704]_0.png",... | {
"action": {
"action_type": "click",
"x": 273,
"y": 1113
},
"episode_id": 1704,
"goal": "I want to learn about astronomical objects so on the SkyView Free app view the information related to Crab Nebula.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1704]_1.png",... | {
"action": {
"action_type": "click",
"x": 539,
"y": 309
},
"episode_id": 1704,
"goal": "I want to learn about astronomical objects so on the SkyView Free app view the information related to Crab Nebula.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1704]_2.png",
... | {
"action": {
"action_type": "click",
"x": 421,
"y": 2147
},
"episode_id": 1704,
"goal": "I want to learn about astronomical objects so on the SkyView Free app view the information related to Crab Nebula.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1704]_3.png",... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 794,
"y": 1851
},
"episode_id": 1764,
"goal": "In the HealthifyMe app, see insights your all activity you in the app",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1764]_1.png",
"instruction": "Click on the step icon"
} | {
"action": {
"action_type": "click",
"x": 799,
"y": 2101
},
"episode_id": 1764,
"goal": "In the HealthifyMe app, see insights your all activity you in the app",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1764]_2.png",
"instruction": "Click on the step icon"
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 428,
"y": 367
},
"episode_id": 1904,
"goal": "I fit into a size 10, therefore that's what I'm looking for. With a size filter of 10, use the Flipkart app to find shoes.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1904]_0... | {
"action": {
"action_type": "click",
"x": 179,
"y": 1091
},
"episode_id": 1904,
"goal": "I fit into a size 10, therefore that's what I'm looking for. With a size filter of 10, use the Flipkart app to find shoes.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1904]_... | {
"action": {
"action_type": "click",
"x": 437,
"y": 859
},
"episode_id": 1904,
"goal": "I fit into a size 10, therefore that's what I'm looking for. With a size filter of 10, use the Flipkart app to find shoes.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1904]_2... | {
"action": {
"action_type": "click",
"x": 832,
"y": 2262
},
"episode_id": 1904,
"goal": "I fit into a size 10, therefore that's what I'm looking for. With a size filter of 10, use the Flipkart app to find shoes.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1904]_... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 756,
"y": 2232
},
"episode_id": 2124,
"goal": "Start the stopwatch in the clock app",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2124]_0.png",
"instruction": "Click on the stopwatch icon"
} | {
"action": {
"action_type": "click",
"x": 540,
"y": 1958
},
"episode_id": 2124,
"goal": "Start the stopwatch in the clock app",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2124]_1.png",
"instruction": "Click on the play icon"
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 405,
"y": 2206
},
"episode_id": 2405,
"goal": "In the Flipsnack magazine app,search for Travel Africa Magazine and read the articles.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2405]_1.png",
"instruction": "Tap on the... | {
"action": {
"action_type": "click",
"x": 590,
"y": 240
},
"episode_id": 2405,
"goal": "In the Flipsnack magazine app,search for Travel Africa Magazine and read the articles.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2405]_2.png",
"instruction": "Tap on the ... | {
"action": {
"action_type": "click",
"x": 994,
"y": 2158
},
"episode_id": 2405,
"goal": "In the Flipsnack magazine app,search for Travel Africa Magazine and read the articles.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2405]_4.png",
"instruction": "Tap on the... | {
"action": {
"action_type": "click",
"x": 797,
"y": 1667
},
"episode_id": 2405,
"goal": "In the Flipsnack magazine app,search for Travel Africa Magazine and read the articles.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2405]_5.png",
"instruction": "Tap on the... | {
"action": {
"action_type": "click",
"x": 540,
"y": 1538
},
"episode_id": 2405,
"goal": "In the Flipsnack magazine app,search for Travel Africa Magazine and read the articles.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2405]_6.png",
"instruction": "Tap on the... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 943,
"y": 2052
},
"episode_id": 2626,
"goal": "I regularly do 20 minutes of yoga in the park, so I started tracking my yoga sessions with the Google fit app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2626]_0.png",
"i... | {
"action": {
"action_type": "click",
"x": 936,
"y": 1843
},
"episode_id": 2626,
"goal": "I regularly do 20 minutes of yoga in the park, so I started tracking my yoga sessions with the Google fit app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2626]_1.png",
"i... | {
"action": {
"action_type": "click",
"x": 518,
"y": 376
},
"episode_id": 2626,
"goal": "I regularly do 20 minutes of yoga in the park, so I started tracking my yoga sessions with the Google fit app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2626]_2.png",
"in... | {
"action": {
"action_type": "click",
"x": 540,
"y": 2050
},
"episode_id": 2626,
"goal": "I regularly do 20 minutes of yoga in the park, so I started tracking my yoga sessions with the Google fit app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2626]_3.png",
"i... | {
"action": {
"action_type": "click",
"x": 540,
"y": 1366
},
"episode_id": 2626,
"goal": "I regularly do 20 minutes of yoga in the park, so I started tracking my yoga sessions with the Google fit app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2626]_4.png",
"i... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 386,
"y": 2059
},
"episode_id": 2666,
"goal": " I want to add Zoom out transitions between Presentation slides in the Presentations app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2666]_3.png",
"instruction": "Click o... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 964,
"y": 1903
},
"episode_id": 3128,
"goal": "There is an upcoming Amazon sale on November 10 where I have planned to buy a music system. Set a reminder for the date.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3128]_2.... | {
"action": {
"action_type": "click",
"x": 492,
"y": 745
},
"episode_id": 3128,
"goal": "There is an upcoming Amazon sale on November 10 where I have planned to buy a music system. Set a reminder for the date.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3128]_4.p... | {
"action": {
"action_type": "click",
"x": 720,
"y": 1238
},
"episode_id": 3128,
"goal": "There is an upcoming Amazon sale on November 10 where I have planned to buy a music system. Set a reminder for the date.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3128]_5.... | {
"action": {
"action_type": "click",
"x": 802,
"y": 1792
},
"episode_id": 3128,
"goal": "There is an upcoming Amazon sale on November 10 where I have planned to buy a music system. Set a reminder for the date.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3128]_6.... | {
"action": {
"action_type": "click",
"x": 362,
"y": 1290
},
"episode_id": 3128,
"goal": "There is an upcoming Amazon sale on November 10 where I have planned to buy a music system. Set a reminder for the date.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3128]_7.... | {
"action": {
"action_type": "click",
"x": 314,
"y": 1415
},
"episode_id": 3128,
"goal": "There is an upcoming Amazon sale on November 10 where I have planned to buy a music system. Set a reminder for the date.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3128]_8.... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 192,
"y": 1600
},
"episode_id": 3148,
"goal": "Search for news articles about the U.S. ban on Chinese investment in the CNN News app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3148]_0.png",
"instruction": "Click on t... | {
"action": {
"action_type": "click",
"x": 540,
"y": 2263
},
"episode_id": 3148,
"goal": "Search for news articles about the U.S. ban on Chinese investment in the CNN News app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3148]_1.png",
"instruction": "Click on t... | {
"action": {
"action_type": "click",
"x": 327,
"y": 372
},
"episode_id": 3148,
"goal": "Search for news articles about the U.S. ban on Chinese investment in the CNN News app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3148]_2.png",
"instruction": "Click on th... | {
"action": {
"action_type": "click",
"x": 994,
"y": 2169
},
"episode_id": 3148,
"goal": "Search for news articles about the U.S. ban on Chinese investment in the CNN News app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3148]_4.png",
"instruction": "Click on t... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 613,
"y": 1653
},
"episode_id": 3770,
"goal": "Turn on location and give location access to google maps",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3770]_2.png",
"instruction": "click on location"
} | {
"action": {
"action_type": "click",
"x": 911,
"y": 749
},
"episode_id": 3770,
"goal": "Turn on location and give location access to google maps",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3770]_3.png",
"instruction": "toggle use location"
} | {
"action": {
"action_type": "click",
"x": 613,
"y": 1355
},
"episode_id": 3770,
"goal": "Turn on location and give location access to google maps",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3770]_4.png",
"instruction": "click on google maps"
} | {
"action": {
"action_type": "click",
"x": 550,
"y": 1176
},
"episode_id": 3770,
"goal": "Turn on location and give location access to google maps",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3770]_5.png",
"instruction": "select allow at the time"
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 372,
"y": 2273
},
"episode_id": 4451,
"goal": "In the pinterest app, I would like to watch flower drawings.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[4451]_1.png",
"instruction": "click on the search icon at the bott... | {
"action": {
"action_type": "click",
"x": 534,
"y": 220
},
"episode_id": 4451,
"goal": "In the pinterest app, I would like to watch flower drawings.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[4451]_2.png",
"instruction": "click on the searchbar at the top of ... | {
"action": {
"action_type": "click",
"x": 356,
"y": 378
},
"episode_id": 4451,
"goal": "In the pinterest app, I would like to watch flower drawings.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[4451]_4.png",
"instruction": "click on the first search result"
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 75,
"y": 187
},
"episode_id": 4491,
"goal": "Open the Art & Culture app and search for IV Salon of Abstract Art.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[4491]_1.png",
"instruction": "Click on the search icon at th... | {
"action": {
"action_type": "click",
"x": 994,
"y": 2170
},
"episode_id": 4491,
"goal": "Open the Art & Culture app and search for IV Salon of Abstract Art.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[4491]_3.png",
"instruction": "Click on the enter icon on t... | {
"action": {
"action_type": "click",
"x": 318,
"y": 856
},
"episode_id": 4491,
"goal": "Open the Art & Culture app and search for IV Salon of Abstract Art.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[4491]_4.png",
"instruction": "Open the first result"
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 539,
"y": 1639
},
"episode_id": 4692,
"goal": "I want to add to cart Samsung Galaxy Z Flip 5 ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[4692]_5.png",
"instruction": "Click on the Add to cart button "
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 994,
"y": 2158
},
"episode_id": 4833,
"goal": "Open the vocab.com dictionary app and look up the example sentences for rampant.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[4833]_2.png",
"instruction": "Click on the rig... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 838,
"y": 259
},
"episode_id": 5154,
"goal": "I'm looking for a piece of art that was inspired by Shephard Fairey on the Artsy app so that I may learn more about urban art.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[515... | {
"action": {
"action_type": "click",
"x": 374,
"y": 414
},
"episode_id": 5154,
"goal": "I'm looking for a piece of art that was inspired by Shephard Fairey on the Artsy app so that I may learn more about urban art.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[515... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 540,
"y": 2081
},
"episode_id": 5234,
"goal": "Show me some of the images of sustainability projects to get inspiration for their themes on the Behance app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5234]_1.png",
"in... | {
"action": {
"action_type": "click",
"x": 540,
"y": 1449
},
"episode_id": 5234,
"goal": "Show me some of the images of sustainability projects to get inspiration for their themes on the Behance app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5234]_2.png",
"in... | {
"action": {
"action_type": "click",
"x": 798,
"y": 669
},
"episode_id": 5234,
"goal": "Show me some of the images of sustainability projects to get inspiration for their themes on the Behance app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5234]_3.png",
"ins... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 823,
"y": 227
},
"episode_id": 5455,
"goal": "I would want to send the current sketch that I made with the Picsart app to my mother Bianca Rossi at bianca.rossi1967@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[... | {
"action": {
"action_type": "click",
"x": 918,
"y": 1578
},
"episode_id": 5455,
"goal": "I would want to send the current sketch that I made with the Picsart app to my mother Bianca Rossi at bianca.rossi1967@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_... | {
"action": {
"action_type": "click",
"x": 127,
"y": 2169
},
"episode_id": 5455,
"goal": "I would want to send the current sketch that I made with the Picsart app to my mother Bianca Rossi at bianca.rossi1967@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_... | {
"action": {
"action_type": "click",
"x": 463,
"y": 636
},
"episode_id": 5455,
"goal": "I would want to send the current sketch that I made with the Picsart app to my mother Bianca Rossi at bianca.rossi1967@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[... | {
"action": {
"action_type": "click",
"x": 890,
"y": 211
},
"episode_id": 5455,
"goal": "I would want to send the current sketch that I made with the Picsart app to my mother Bianca Rossi at bianca.rossi1967@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 945,
"y": 325
},
"episode_id": 5595,
"goal": "In The Clock App ,click on the stopwatch tab ,click on the start button to start the stopwatch,click on the lap button to record the laps and click on the stop button to stop the stopwatch",
"img_size": [
... | {
"action": {
"action_type": "click",
"x": 539,
"y": 832
},
"episode_id": 5595,
"goal": "In The Clock App ,click on the stopwatch tab ,click on the start button to start the stopwatch,click on the lap button to record the laps and click on the stop button to stop the stopwatch",
"img_size": [
... | {
"action": {
"action_type": "click",
"x": 786,
"y": 832
},
"episode_id": 5595,
"goal": "In The Clock App ,click on the stopwatch tab ,click on the start button to start the stopwatch,click on the lap button to record the laps and click on the stop button to stop the stopwatch",
"img_size": [
... | {
"action": {
"action_type": "click",
"x": 786,
"y": 832
},
"episode_id": 5595,
"goal": "In The Clock App ,click on the stopwatch tab ,click on the start button to start the stopwatch,click on the lap button to record the laps and click on the stop button to stop the stopwatch",
"img_size": [
... | {
"action": {
"action_type": "click",
"x": 293,
"y": 832
},
"episode_id": 5595,
"goal": "In The Clock App ,click on the stopwatch tab ,click on the start button to start the stopwatch,click on the lap button to record the laps and click on the stop button to stop the stopwatch",
"img_size": [
... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 507,
"y": 1375
},
"episode_id": 5615,
"goal": "In the Polaris Office app, I would like to open the New word.docx.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5615]_0.png",
"instruction": "Click on New word.docx"
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 540,
"y": 1537
},
"episode_id": 5676,
"goal": "In the DeftPDF app, Share test pdf to dbwscratch.test.id2@gmail.com via gmail",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5676]_1.png",
"instruction": "Click on the Go to ... | {
"action": {
"action_type": "click",
"x": 979,
"y": 1314
},
"episode_id": 5676,
"goal": "In the DeftPDF app, Share test pdf to dbwscratch.test.id2@gmail.com via gmail",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5676]_2.png",
"instruction": "Click on the three ... | {
"action": {
"action_type": "click",
"x": 495,
"y": 1785
},
"episode_id": 5676,
"goal": "In the DeftPDF app, Share test pdf to dbwscratch.test.id2@gmail.com via gmail",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5676]_3.png",
"instruction": "Click on the Share ... | {
"action": {
"action_type": "click",
"x": 179,
"y": 1188
},
"episode_id": 5676,
"goal": "In the DeftPDF app, Share test pdf to dbwscratch.test.id2@gmail.com via gmail",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5676]_8.png",
"instruction": "Click on the Gmail"... | {
"action": {
"action_type": "click",
"x": 734,
"y": 2244
},
"episode_id": 5676,
"goal": "In the DeftPDF app, Share test pdf to dbwscratch.test.id2@gmail.com via gmail",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5676]_9.png",
"instruction": "Click on the Just o... | {
"action": {
"action_type": "click",
"x": 890,
"y": 218
},
"episode_id": 5676,
"goal": "In the DeftPDF app, Share test pdf to dbwscratch.test.id2@gmail.com via gmail",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5676]_11.png",
"instruction": "Click on the Send I... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 539,
"y": 2269
},
"episode_id": 5776,
"goal": "Search for news about the Drones targeting Moscow.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5776]_2.png",
"instruction": "Click on the search icon at the middle-bottom ... | {
"action": {
"action_type": "click",
"x": 539,
"y": 376
},
"episode_id": 5776,
"goal": "Search for news about the Drones targeting Moscow.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5776]_3.png",
"instruction": "Click on the search bar."
} | {
"action": {
"action_type": "click",
"x": 592,
"y": 356
},
"episode_id": 5776,
"goal": "Search for news about the Drones targeting Moscow.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5776]_5.png",
"instruction": "Click on the first search result."
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 73,
"y": 219
},
"episode_id": 5836,
"goal": "GO to the google drive and open the settings and show the storage",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5836]_0.png",
"instruction": "Go to previous page "
} | {
"action": {
"action_type": "click",
"x": 116,
"y": 219
},
"episode_id": 5836,
"goal": "GO to the google drive and open the settings and show the storage",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5836]_1.png",
"instruction": "Click on the menu at the top lef... | {
"action": {
"action_type": "click",
"x": 563,
"y": 1267
},
"episode_id": 5836,
"goal": "GO to the google drive and open the settings and show the storage",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5836]_2.png",
"instruction": "Click on the storage icon "
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 796,
"y": 2184
},
"episode_id": 5897,
"goal": "Open Sound Recorder Plus app, Save the current recording with the title Mike in the recording folder",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5897]_1.png",
"instruction... | {
"action": {
"action_type": "click",
"x": 994,
"y": 2003
},
"episode_id": 5897,
"goal": "Open Sound Recorder Plus app, Save the current recording with the title Mike in the recording folder",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5897]_2.png",
"instruction... | {
"action": {
"action_type": "click",
"x": 904,
"y": 972
},
"episode_id": 5897,
"goal": "Open Sound Recorder Plus app, Save the current recording with the title Mike in the recording folder",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5897]_4.png",
"instruction"... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 540,
"y": 2176
},
"episode_id": 6119,
"goal": "Create a document with the text \"The train does not leave at 12 AM\" in Polaris Office.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6119]_2.png",
"instruction": "Click on... | {
"action": {
"action_type": "click",
"x": 279,
"y": 2096
},
"episode_id": 6119,
"goal": "Create a document with the text \"The train does not leave at 12 AM\" in Polaris Office.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6119]_3.png",
"instruction": "Click on... | {
"action": {
"action_type": "click",
"x": 333,
"y": 551
},
"episode_id": 6119,
"goal": "Create a document with the text \"The train does not leave at 12 AM\" in Polaris Office.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6119]_4.png",
"instruction": "Click on ... | {
"action": {
"action_type": "click",
"x": 989,
"y": 243
},
"episode_id": 6119,
"goal": "Create a document with the text \"The train does not leave at 12 AM\" in Polaris Office.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6119]_6.png",
"instruction": "Click on ... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 540,
"y": 462
},
"episode_id": 6239,
"goal": "Look for a venison goulash in the kitchen stories app for me, I'm starving.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6239]_1.png",
"instruction": "Tap on the search bar ... | {
"action": {
"action_type": "click",
"x": 540,
"y": 367
},
"episode_id": 6239,
"goal": "Look for a venison goulash in the kitchen stories app for me, I'm starving.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6239]_3.png",
"instruction": "Tap on the search resu... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 540,
"y": 1070
},
"episode_id": 6759,
"goal": "I would like to add text to the celestial theme presentation slide through show app saying \"we cant help everyone , but everyone can help someone\"",
"img_size": [
1080,
2400
],
"img_url": "andr... | {
"action": {
"action_type": "click",
"x": 540,
"y": 1070
},
"episode_id": 6759,
"goal": "I would like to add text to the celestial theme presentation slide through show app saying \"we cant help everyone , but everyone can help someone\"",
"img_size": [
1080,
2400
],
"img_url": "andr... | {
"action": {
"action_type": "click",
"x": 540,
"y": 1070
},
"episode_id": 6759,
"goal": "I would like to add text to the celestial theme presentation slide through show app saying \"we cant help everyone , but everyone can help someone\"",
"img_size": [
1080,
2400
],
"img_url": "andr... | {
"action": {
"action_type": "click",
"x": 540,
"y": 1070
},
"episode_id": 6759,
"goal": "I would like to add text to the celestial theme presentation slide through show app saying \"we cant help everyone , but everyone can help someone\"",
"img_size": [
1080,
2400
],
"img_url": "andr... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 562,
"y": 209
},
"episode_id": 6779,
"goal": "Open the merriam webster app and add the word bear in the favorite list.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6779]_1.png",
"instruction": "Click on the search bar."... | {
"action": {
"action_type": "click",
"x": 89,
"y": 462
},
"episode_id": 6779,
"goal": "Open the merriam webster app and add the word bear in the favorite list.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6779]_3.png",
"instruction": "Click on the first word fr... | {
"action": {
"action_type": "click",
"x": 542,
"y": 1227
},
"episode_id": 6779,
"goal": "Open the merriam webster app and add the word bear in the favorite list.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6779]_4.png",
"instruction": "Click on the save icon a... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 421,
"y": 2147
},
"episode_id": 7020,
"goal": "I want to get information related to the \"ACAMAR\" star, so view the information about this star on the SkyView Free app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[7020]_... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 55,
"y": 199
},
"episode_id": 7100,
"goal": "I will track my progress so that I am on track and I am able to achieve my goal.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[7100]_0.png",
"instruction": "Click on top arrow... | {
"action": {
"action_type": "click",
"x": 48,
"y": 197
},
"episode_id": 7100,
"goal": "I will track my progress so that I am on track and I am able to achieve my goal.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[7100]_1.png",
"instruction": "Click on top arrow... | {
"action": {
"action_type": "click",
"x": 664,
"y": 2261
},
"episode_id": 7100,
"goal": "I will track my progress so that I am on track and I am able to achieve my goal.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[7100]_2.png",
"instruction": "Click on Report.... | {
"action": {
"action_type": "click",
"x": 924,
"y": 687
},
"episode_id": 7100,
"goal": "I will track my progress so that I am on track and I am able to achieve my goal.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[7100]_3.png",
"instruction": "Click on All reco... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 73,
"y": 2242
},
"episode_id": 7320,
"goal": "Open Todoist app and go to settings to sync the task across Home view",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[7320]_1.png",
"instruction": "click on the three lines at ... | {
"action": {
"action_type": "click",
"x": 1027,
"y": 211
},
"episode_id": 7320,
"goal": "Open Todoist app and go to settings to sync the task across Home view",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[7320]_2.png",
"instruction": "go to the setting icon "
} | {
"action": {
"action_type": "click",
"x": 613,
"y": 648
},
"episode_id": 7320,
"goal": "Open Todoist app and go to settings to sync the task across Home view",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[7320]_3.png",
"instruction": "go to the general option"
} | {
"action": {
"action_type": "click",
"x": 995,
"y": 584
},
"episode_id": 7320,
"goal": "Open Todoist app and go to settings to sync the task across Home view",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[7320]_4.png",
"instruction": "click on the sync home view ... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 540,
"y": 1847
},
"episode_id": 7860,
"goal": "I want to read consumer reviews of the Tiffany style stained glass so I may choose the top product on the Etsy app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[7860]_2.png"... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 72,
"y": 200
},
"episode_id": 8261,
"goal": "Open the Art & Culture app and find an artwork inspired by Emily Carr.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[8261]_1.png",
"instruction": "Click on the search icon at ... | {
"action": {
"action_type": "click",
"x": 994,
"y": 2170
},
"episode_id": 8261,
"goal": "Open the Art & Culture app and find an artwork inspired by Emily Carr.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[8261]_3.png",
"instruction": "Click on the enter icon on... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 48,
"y": 212
},
"episode_id": 8982,
"goal": "In the Sketchar app, learn an art technique.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[8982]_2.png",
"instruction": "Click on the cross at the top left corner of the scree... | {
"action": {
"action_type": "click",
"x": 893,
"y": 1369
},
"episode_id": 8982,
"goal": "In the Sketchar app, learn an art technique.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[8982]_3.png",
"instruction": "Click on the OK option in the middle of the screen."... | {
"action": {
"action_type": "click",
"x": 338,
"y": 2232
},
"episode_id": 8982,
"goal": "In the Sketchar app, learn an art technique.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[8982]_4.png",
"instruction": "Click on the school option at the bottom of the scre... | {
"action": {
"action_type": "click",
"x": 540,
"y": 1200
},
"episode_id": 8982,
"goal": "In the Sketchar app, learn an art technique.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[8982]_5.png",
"instruction": "Click on the cross at the top left corner of the scr... | {
"action": {
"action_type": "click",
"x": 355,
"y": 1421
},
"episode_id": 8982,
"goal": "In the Sketchar app, learn an art technique.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[8982]_7.png",
"instruction": "Click on the for beginners option on the screen."
} | {
"action": {
"action_type": "click",
"x": 355,
"y": 1391
},
"episode_id": 8982,
"goal": "In the Sketchar app, learn an art technique.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[8982]_9.png",
"instruction": "Click on the mastering circle option on the screen."... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 316,
"y": 345
},
"episode_id": 9062,
"goal": "Open the Xodo app and highlight the significance text in the welcome pdf ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9062]_1.png",
"instruction": "click on the highlight i... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 756,
"y": 2263
},
"episode_id": 9464,
"goal": "Go to the Zinio app and share India today",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9464]_0.png",
"instruction": "Click on the search option at the bottom of the screen ... | {
"action": {
"action_type": "click",
"x": 592,
"y": 190
},
"episode_id": 9464,
"goal": "Go to the Zinio app and share India today",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9464]_1.png",
"instruction": "Click on the search bar at the top of the screen and typ... | {
"action": {
"action_type": "click",
"x": 994,
"y": 2169
},
"episode_id": 9464,
"goal": "Go to the Zinio app and share India today",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9464]_3.png",
"instruction": "Click on the arrow icon at the bottom right corner of t... | {
"action": {
"action_type": "click",
"x": 270,
"y": 893
},
"episode_id": 9464,
"goal": "Go to the Zinio app and share India today",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9464]_5.png",
"instruction": "Click on the first magazine on the left of the screen"
} | {
"action": {
"action_type": "click",
"x": 922,
"y": 191
},
"episode_id": 9464,
"goal": "Go to the Zinio app and share India today",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9464]_6.png",
"instruction": "Click on the share icon at the top right of the screen b... | {
"action": {
"action_type": "click",
"x": 118,
"y": 2137
},
"episode_id": 9464,
"goal": "Go to the Zinio app and share India today",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9464]_7.png",
"instruction": "Click on first option at bottom left corner of the scre... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 539,
"y": 2269
},
"episode_id": 9804,
"goal": "In the Flipboard App, go to the search bar, type podcast, and listen to the first result podcast.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9804]_0.png",
"instruction": ... | {
"action": {
"action_type": "click",
"x": 539,
"y": 376
},
"episode_id": 9804,
"goal": "In the Flipboard App, go to the search bar, type podcast, and listen to the first result podcast.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9804]_1.png",
"instruction": "... | {
"action": {
"action_type": "click",
"x": 592,
"y": 356
},
"episode_id": 9804,
"goal": "In the Flipboard App, go to the search bar, type podcast, and listen to the first result podcast.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9804]_3.png",
"instruction": "... | {
"action": {
"action_type": "click",
"x": 540,
"y": 598
},
"episode_id": 9804,
"goal": "In the Flipboard App, go to the search bar, type podcast, and listen to the first result podcast.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9804]_4.png",
"instruction": "... | {
"action": {
"action_type": "click",
"x": 539,
"y": 1079
},
"episode_id": 9804,
"goal": "In the Flipboard App, go to the search bar, type podcast, and listen to the first result podcast.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9804]_5.png",
"instruction": ... | {
"action": {
"action_type": "click",
"x": 541,
"y": 714
},
"episode_id": 9804,
"goal": "In the Flipboard App, go to the search bar, type podcast, and listen to the first result podcast.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9804]_7.png",
"instruction": "... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 854,
"y": 2275
},
"episode_id": 10265,
"goal": "Utilize the Snapdeal app to locate the Spanner under the Tools & Hardware Category's Wrenches and Spanner Hand Tools area.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[10265... | {
"action": {
"action_type": "click",
"x": 968,
"y": 632
},
"episode_id": 10265,
"goal": "Utilize the Snapdeal app to locate the Spanner under the Tools & Hardware Category's Wrenches and Spanner Hand Tools area.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[10265]... | {
"action": {
"action_type": "click",
"x": 1005,
"y": 743
},
"episode_id": 10265,
"goal": "Utilize the Snapdeal app to locate the Spanner under the Tools & Hardware Category's Wrenches and Spanner Hand Tools area.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[10265... | {
"action": {
"action_type": "click",
"x": 722,
"y": 873
},
"episode_id": 10265,
"goal": "Utilize the Snapdeal app to locate the Spanner under the Tools & Hardware Category's Wrenches and Spanner Hand Tools area.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[10265]... | {
"action": {
"action_type": "click",
"x": 722,
"y": 873
},
"episode_id": 10265,
"goal": "Utilize the Snapdeal app to locate the Spanner under the Tools & Hardware Category's Wrenches and Spanner Hand Tools area.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[10265]... | {
"action": {
"action_type": "click",
"x": 618,
"y": 1068
},
"episode_id": 10265,
"goal": "Utilize the Snapdeal app to locate the Spanner under the Tools & Hardware Category's Wrenches and Spanner Hand Tools area.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[10265... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 1027,
"y": 209
},
"episode_id": 10527,
"goal": "Share the Today Moon Phase information with my friend Natalie Larson at her gmail address, natalie.larson1998@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[10527]_... | {
"action": {
"action_type": "click",
"x": 812,
"y": 208
},
"episode_id": 10527,
"goal": "Share the Today Moon Phase information with my friend Natalie Larson at her gmail address, natalie.larson1998@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[10527]_1... | {
"action": {
"action_type": "click",
"x": 118,
"y": 2165
},
"episode_id": 10527,
"goal": "Share the Today Moon Phase information with my friend Natalie Larson at her gmail address, natalie.larson1998@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[10527]_... | {
"action": {
"action_type": "click",
"x": 890,
"y": 218
},
"episode_id": 10527,
"goal": "Share the Today Moon Phase information with my friend Natalie Larson at her gmail address, natalie.larson1998@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[10527]_4... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 72,
"y": 209
},
"episode_id": 10928,
"goal": "Open the Google Arts & Culture app and then search for Indian food artworks",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[10928]_1.png",
"instruction": "click on search bar"
... | {
"action": {
"action_type": "click",
"x": 542,
"y": 376
},
"episode_id": 10928,
"goal": "Open the Google Arts & Culture app and then search for Indian food artworks",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[10928]_3.png",
"instruction": "click on search for ... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 214,
"y": 679
},
"episode_id": 11551,
"goal": "With my son Evan Kramer, I would like to share the news that the classic rock band KISS's forthcoming concert has been cancelled, as reported by the Google News app. ",
"img_size": [
1080,
2400
],
... | {
"action": {
"action_type": "click",
"x": 1033,
"y": 2023
},
"episode_id": 11551,
"goal": "With my son Evan Kramer, I would like to share the news that the classic rock band KISS's forthcoming concert has been cancelled, as reported by the Google News app. ",
"img_size": [
1080,
2400
],... | {
"action": {
"action_type": "click",
"x": 597,
"y": 1438
},
"episode_id": 11551,
"goal": "With my son Evan Kramer, I would like to share the news that the classic rock band KISS's forthcoming concert has been cancelled, as reported by the Google News app. ",
"img_size": [
1080,
2400
],
... | {
"action": {
"action_type": "click",
"x": 138,
"y": 2098
},
"episode_id": 11551,
"goal": "With my son Evan Kramer, I would like to share the news that the classic rock band KISS's forthcoming concert has been cancelled, as reported by the Google News app. ",
"img_size": [
1080,
2400
],
... | {
"action": {
"action_type": "click",
"x": 366,
"y": 698
},
"episode_id": 11551,
"goal": "With my son Evan Kramer, I would like to share the news that the classic rock band KISS's forthcoming concert has been cancelled, as reported by the Google News app. ",
"img_size": [
1080,
2400
],
... | {
"action": {
"action_type": "click",
"x": 890,
"y": 218
},
"episode_id": 11551,
"goal": "With my son Evan Kramer, I would like to share the news that the classic rock band KISS's forthcoming concert has been cancelled, as reported by the Google News app. ",
"img_size": [
1080,
2400
],
... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 975,
"y": 1127
},
"episode_id": 11571,
"goal": "In the Daily Art app, I'd want to send the Abstract painting by Hilmaaf Klint to Janedbwpersonatest@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[11571]_1.png",
... | {
"action": {
"action_type": "click",
"x": 118,
"y": 2141
},
"episode_id": 11571,
"goal": "In the Daily Art app, I'd want to send the Abstract painting by Hilmaaf Klint to Janedbwpersonatest@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[11571]_2.png",
... | {
"action": {
"action_type": "click",
"x": 425,
"y": 643
},
"episode_id": 11571,
"goal": "In the Daily Art app, I'd want to send the Abstract painting by Hilmaaf Klint to Janedbwpersonatest@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[11571]_4.png",
"... | {
"action": {
"action_type": "click",
"x": 890,
"y": 218
},
"episode_id": 11571,
"goal": "In the Daily Art app, I'd want to send the Abstract painting by Hilmaaf Klint to Janedbwpersonatest@gmail.com.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[11571]_5.png",
"... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 532,
"y": 214
},
"episode_id": 11632,
"goal": "I wanted to prepare soup with chicken, but I'm out of chicken. Look for a packet of chicken soup using the Amazon app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[11632]_1.p... | {
"action": {
"action_type": "click",
"x": 1004,
"y": 205
},
"episode_id": 11632,
"goal": "I wanted to prepare soup with chicken, but I'm out of chicken. Look for a packet of chicken soup using the Amazon app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[11632]_2.... | {
"action": {
"action_type": "click",
"x": 542,
"y": 412
},
"episode_id": 11632,
"goal": "I wanted to prepare soup with chicken, but I'm out of chicken. Look for a packet of chicken soup using the Amazon app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[11632]_4.p... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 131,
"y": 2236
},
"episode_id": 11672,
"goal": "My activities for today are completed, and I'd want to check my current progress.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[11672]_0.png",
"instruction": "click on the ... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 86,
"y": 209
},
"episode_id": 12577,
"goal": "Since I'm curious about tracking exchange rates, I'd want to keep track of GBP to JPY currency exchange rates.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[12577]_0.png",
"i... | {
"action": {
"action_type": "click",
"x": 254,
"y": 730
},
"episode_id": 12577,
"goal": "Since I'm curious about tracking exchange rates, I'd want to keep track of GBP to JPY currency exchange rates.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[12577]_1.png",
"... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 784,
"y": 209
},
"episode_id": 12978,
"goal": "Search for the text \"Killing\" on the 5th page of my favorite book, \"The Queen's Gambit,\" on the Google Play Books app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[12978]... | {
"action": {
"action_type": "click",
"x": 994,
"y": 2169
},
"episode_id": 12978,
"goal": "Search for the text \"Killing\" on the 5th page of my favorite book, \"The Queen's Gambit,\" on the Google Play Books app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[12978... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 945,
"y": 2263
},
"episode_id": 13018,
"goal": "To keep myself motivated for my workouts on a daily basis, I set a goal of 8000 steps and 30 heart points on the Google Fit app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_... | {
"action": {
"action_type": "click",
"x": 291,
"y": 673
},
"episode_id": 13018,
"goal": "To keep myself motivated for my workouts on a daily basis, I set a goal of 8000 steps and 30 heart points on the Google Fit app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[... | {
"action": {
"action_type": "click",
"x": 743,
"y": 1584
},
"episode_id": 13018,
"goal": "To keep myself motivated for my workouts on a daily basis, I set a goal of 8000 steps and 30 heart points on the Google Fit app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_... | {
"action": {
"action_type": "click",
"x": 839,
"y": 201
},
"episode_id": 13018,
"goal": "To keep myself motivated for my workouts on a daily basis, I set a goal of 8000 steps and 30 heart points on the Google Fit app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[... | {
"action": {
"action_type": "click",
"x": 789,
"y": 673
},
"episode_id": 13018,
"goal": "To keep myself motivated for my workouts on a daily basis, I set a goal of 8000 steps and 30 heart points on the Google Fit app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[... | {
"action": {
"action_type": "click",
"x": 743,
"y": 1605
},
"episode_id": 13018,
"goal": "To keep myself motivated for my workouts on a daily basis, I set a goal of 8000 steps and 30 heart points on the Google Fit app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 276,
"y": 743
},
"episode_id": 13498,
"goal": "I' want to search for Romanticism art in the daily art app since I am curious to learn more about Romanticism art",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[13498]_0.png",... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 713,
"y": 374
},
"episode_id": 13619,
"goal": "With my son Evan Kramer, I would like to share the updates on the Israel Hamas War, as reported by The NBC news news app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[13619]_... | {
"action": {
"action_type": "click",
"x": 540,
"y": 988
},
"episode_id": 13619,
"goal": "With my son Evan Kramer, I would like to share the updates on the Israel Hamas War, as reported by The NBC news news app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[13619]_... | {
"action": {
"action_type": "click",
"x": 993,
"y": 209
},
"episode_id": 13619,
"goal": "With my son Evan Kramer, I would like to share the updates on the Israel Hamas War, as reported by The NBC news news app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[13619]_... | {
"action": {
"action_type": "click",
"x": 132,
"y": 2117
},
"episode_id": 13619,
"goal": "With my son Evan Kramer, I would like to share the updates on the Israel Hamas War, as reported by The NBC news news app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[13619]... | {
"action": {
"action_type": "click",
"x": 418,
"y": 643
},
"episode_id": 13619,
"goal": "With my son Evan Kramer, I would like to share the updates on the Israel Hamas War, as reported by The NBC news news app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[13619]_... | {
"action": {
"action_type": "click",
"x": 890,
"y": 218
},
"episode_id": 13619,
"goal": "With my son Evan Kramer, I would like to share the updates on the Israel Hamas War, as reported by The NBC news news app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[13619]_... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 540,
"y": 2263
},
"episode_id": 13821,
"goal": "Italian is my husband's favorite cuisine. So I am planning to cook Italian lasagna for my husband, so search for the recipe for Italian lasagna on the Kitchen Stories app.",
"img_size": [
1080,
2400
... | {
"action": {
"action_type": "click",
"x": 540,
"y": 462
},
"episode_id": 13821,
"goal": "Italian is my husband's favorite cuisine. So I am planning to cook Italian lasagna for my husband, so search for the recipe for Italian lasagna on the Kitchen Stories app.",
"img_size": [
1080,
2400
... | {
"action": {
"action_type": "click",
"x": 994,
"y": 2169
},
"episode_id": 13821,
"goal": "Italian is my husband's favorite cuisine. So I am planning to cook Italian lasagna for my husband, so search for the recipe for Italian lasagna on the Kitchen Stories app.",
"img_size": [
1080,
2400
... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 810,
"y": 345
},
"episode_id": 13841,
"goal": "I would like to rename the recording to \"My first speech\".",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[13841]_0.png",
"instruction": "Click on the Listen option on the t... | {
"action": {
"action_type": "click",
"x": 1027,
"y": 673
},
"episode_id": 13841,
"goal": "I would like to rename the recording to \"My first speech\".",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[13841]_1.png",
"instruction": "Click on the three dot menu button... | {
"action": {
"action_type": "click",
"x": 781,
"y": 946
},
"episode_id": 13841,
"goal": "I would like to rename the recording to \"My first speech\".",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[13841]_2.png",
"instruction": "Click on the rename option."
} | {
"action": {
"action_type": "click",
"x": 862,
"y": 966
},
"episode_id": 13841,
"goal": "I would like to rename the recording to \"My first speech\".",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[13841]_4.png",
"instruction": "Click on the rename option."
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 886,
"y": 2263
},
"episode_id": 14525,
"goal": "list the shoes that are available in size UK 9.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[14525]_0.png",
"instruction": "click on the filter option"
} | {
"action": {
"action_type": "click",
"x": 674,
"y": 2094
},
"episode_id": 14525,
"goal": "list the shoes that are available in size UK 9.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[14525]_3.png",
"instruction": "select the size UK 9.5"
} | {
"action": {
"action_type": "click",
"x": 810,
"y": 2263
},
"episode_id": 14525,
"goal": "list the shoes that are available in size UK 9.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[14525]_4.png",
"instruction": "click on Apply "
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 898,
"y": 240
},
"episode_id": 15168,
"goal": "In the Penup app click on the share button to share the art work by lyh on twitter.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[15168]_0.png",
"instruction": "Click on the... | {
"action": {
"action_type": "click",
"x": 397,
"y": 2135
},
"episode_id": 15168,
"goal": "In the Penup app click on the share button to share the art work by lyh on twitter.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[15168]_1.png",
"instruction": "Click on th... | {
"action": {
"action_type": "click",
"x": 946,
"y": 208
},
"episode_id": 15168,
"goal": "In the Penup app click on the share button to share the art work by lyh on twitter.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[15168]_2.png",
"instruction": "Click on th... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 508,
"y": 485
},
"episode_id": 15349,
"goal": "Open the IKEA app and search for Wardrobe for clothes .",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[15349]_1.png",
"instruction": "Go to the search bar at the top of the s... | {
"action": {
"action_type": "click",
"x": 994,
"y": 2158
},
"episode_id": 15349,
"goal": "Open the IKEA app and search for Wardrobe for clothes .",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[15349]_3.png",
"instruction": "Click on the search icon at the bottom ... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 475,
"y": 219
},
"episode_id": 15409,
"goal": "I'm going to use the Maps app to determine the best route from my house to Takai Sushi Restaurant since I want to take my family out to dinner and we're all going to be driving in our own car.",
"img_size": [... | {
"action": {
"action_type": "click",
"x": 266,
"y": 356
},
"episode_id": 15409,
"goal": "I'm going to use the Maps app to determine the best route from my house to Takai Sushi Restaurant since I want to take my family out to dinner and we're all going to be driving in our own car.",
"img_size": [... | {
"action": {
"action_type": "click",
"x": 573,
"y": 346
},
"episode_id": 15409,
"goal": "I'm going to use the Maps app to determine the best route from my house to Takai Sushi Restaurant since I want to take my family out to dinner and we're all going to be driving in our own car.",
"img_size": [... | {
"action": {
"action_type": "click",
"x": 603,
"y": 861
},
"episode_id": 15409,
"goal": "I'm going to use the Maps app to determine the best route from my house to Takai Sushi Restaurant since I want to take my family out to dinner and we're all going to be driving in our own car.",
"img_size": [... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 941,
"y": 2224
},
"episode_id": 15690,
"goal": "In the Calculator Unit Converter app and convert 15 Kilojoules into Calorie units under the Energy tab",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[15690]_0.png",
"instruc... | {
"action": {
"action_type": "click",
"x": 288,
"y": 647
},
"episode_id": 15690,
"goal": "In the Calculator Unit Converter app and convert 15 Kilojoules into Calorie units under the Energy tab",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[15690]_1.png",
"instruct... | {
"action": {
"action_type": "click",
"x": 410,
"y": 356
},
"episode_id": 15690,
"goal": "In the Calculator Unit Converter app and convert 15 Kilojoules into Calorie units under the Energy tab",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[15690]_3.png",
"instruct... | {
"action": {
"action_type": "click",
"x": 158,
"y": 866
},
"episode_id": 15690,
"goal": "In the Calculator Unit Converter app and convert 15 Kilojoules into Calorie units under the Energy tab",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[15690]_4.png",
"instruct... | {
"action": {
"action_type": "click",
"x": 163,
"y": 1177
},
"episode_id": 15690,
"goal": "In the Calculator Unit Converter app and convert 15 Kilojoules into Calorie units under the Energy tab",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[15690]_5.png",
"instruc... | {
"action": {
"action_type": "click",
"x": 138,
"y": 2021
},
"episode_id": 15690,
"goal": "In the Calculator Unit Converter app and convert 15 Kilojoules into Calorie units under the Energy tab",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[15690]_6.png",
"instruc... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 959,
"y": 338
},
"episode_id": 16072,
"goal": "I'd want to see HP printers because I have trust in this brand.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[16072]_0.png",
"instruction": "click on the Filter option"
} | {
"action": {
"action_type": "click",
"x": 756,
"y": 771
},
"episode_id": 16072,
"goal": "I'd want to see HP printers because I have trust in this brand.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[16072]_1.png",
"instruction": "select the Hp brand"
} | {
"action": {
"action_type": "click",
"x": 540,
"y": 2249
},
"episode_id": 16072,
"goal": "I'd want to see HP printers because I have trust in this brand.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[16072]_2.png",
"instruction": "click on the Apply Filters"
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 403,
"y": 1611
},
"episode_id": 16212,
"goal": "Read any news article of your choice on the Daily Hunt news app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[16212]_1.png",
"instruction": "Click on any news article on t... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 1005,
"y": 209
},
"episode_id": 16514,
"goal": "I want to save this house to ask my wife if we should buy this.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[16514]_1.png",
"instruction": "Click on the save icon on the t... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 475,
"y": 219
},
"episode_id": 17037,
"goal": "I want to go to my favorite place, the Musee des Beaux Arts in France. So get the directions for the Musee des Beaux Arts from my city, Lyon, in France,using the map.",
"img_size": [
1080,
2400
],
... | {
"action": {
"action_type": "click",
"x": 538,
"y": 219
},
"episode_id": 17037,
"goal": "I want to go to my favorite place, the Musee des Beaux Arts in France. So get the directions for the Musee des Beaux Arts from my city, Lyon, in France,using the map.",
"img_size": [
1080,
2400
],
... | {
"action": {
"action_type": "click",
"x": 538,
"y": 219
},
"episode_id": 17037,
"goal": "I want to go to my favorite place, the Musee des Beaux Arts in France. So get the directions for the Musee des Beaux Arts from my city, Lyon, in France,using the map.",
"img_size": [
1080,
2400
],
... | {
"action": {
"action_type": "click",
"x": 994,
"y": 2169
},
"episode_id": 17037,
"goal": "I want to go to my favorite place, the Musee des Beaux Arts in France. So get the directions for the Musee des Beaux Arts from my city, Lyon, in France,using the map.",
"img_size": [
1080,
2400
],
... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 947,
"y": 2290
},
"episode_id": 17621,
"goal": "In the Sketchar app, Share your drawing to dbwscratch.test.id2@gmail.com via gmail",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[17621]_2.png",
"instruction": "Click on the... | {
"action": {
"action_type": "click",
"x": 180,
"y": 1223
},
"episode_id": 17621,
"goal": "In the Sketchar app, Share your drawing to dbwscratch.test.id2@gmail.com via gmail",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[17621]_3.png",
"instruction": "Click on the... | {
"action": {
"action_type": "click",
"x": 984,
"y": 287
},
"episode_id": 17621,
"goal": "In the Sketchar app, Share your drawing to dbwscratch.test.id2@gmail.com via gmail",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[17621]_4.png",
"instruction": "Click on the ... | {
"action": {
"action_type": "click",
"x": 133,
"y": 2119
},
"episode_id": 17621,
"goal": "In the Sketchar app, Share your drawing to dbwscratch.test.id2@gmail.com via gmail",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[17621]_5.png",
"instruction": "Click on the... | {
"action": {
"action_type": "click",
"x": 890,
"y": 218
},
"episode_id": 17621,
"goal": "In the Sketchar app, Share your drawing to dbwscratch.test.id2@gmail.com via gmail",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[17621]_7.png",
"instruction": "Click on the ... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 945,
"y": 2263
},
"episode_id": 17661,
"goal": "In the New York Times go to sections section and select podcasts and listen to the first result podcast ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[17661]_0.png",
"instr... | {
"action": {
"action_type": "click",
"x": 540,
"y": 1860
},
"episode_id": 17661,
"goal": "In the New York Times go to sections section and select podcasts and listen to the first result podcast ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[17661]_4.png",
"instr... | {
"action": {
"action_type": "click",
"x": 540,
"y": 973
},
"episode_id": 17661,
"goal": "In the New York Times go to sections section and select podcasts and listen to the first result podcast ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[17661]_5.png",
"instru... | {
"action": {
"action_type": "click",
"x": 542,
"y": 782
},
"episode_id": 17661,
"goal": "In the New York Times go to sections section and select podcasts and listen to the first result podcast ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[17661]_6.png",
"instru... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 886,
"y": 894
},
"episode_id": 17842,
"goal": "I would want to compare the 13-piece 20V MAX ELECTRIC SCREWDRIVER Compact Drill Set with the cordless drill drivers. Before selecting the best drill machine from the eBay app, compare the price to that of other... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 540,
"y": 1851
},
"episode_id": 18103,
"goal": "to the shopping cart, please add 200g pack of meaty chicken achari seekh kebab with the use of freshtohome app",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[18103]_0.png",
... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 659,
"y": 323
},
"episode_id": 19366,
"goal": "Search Denim jeans for Men on Pantaloons",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[19366]_1.png",
"instruction": "click on search icon at the top of the screen"
} | {
"action": {
"action_type": "click",
"x": 530,
"y": 323
},
"episode_id": 19366,
"goal": "Search Denim jeans for Men on Pantaloons",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[19366]_2.png",
"instruction": "click on search bar "
} | {
"action": {
"action_type": "click",
"x": 994,
"y": 2169
},
"episode_id": 19366,
"goal": "Search Denim jeans for Men on Pantaloons",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[19366]_4.png",
"instruction": "click on the tick button at the bottom right of the sc... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 84,
"y": 157
},
"episode_id": 19887,
"goal": "Open settings in weather Live & forecast app and enable the weather alert for Pune, India",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[19887]_1.png",
"instruction": "click o... | {
"action": {
"action_type": "click",
"x": 451,
"y": 519
},
"episode_id": 19887,
"goal": "Open settings in weather Live & forecast app and enable the weather alert for Pune, India",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[19887]_2.png",
"instruction": "click ... | {
"action": {
"action_type": "click",
"x": 560,
"y": 683
},
"episode_id": 19887,
"goal": "Open settings in weather Live & forecast app and enable the weather alert for Pune, India",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[19887]_3.png",
"instruction": "click ... | {
"action": {
"action_type": "click",
"x": 954,
"y": 1652
},
"episode_id": 19887,
"goal": "Open settings in weather Live & forecast app and enable the weather alert for Pune, India",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[19887]_4.png",
"instruction": "toggl... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 452,
"y": 242
},
"episode_id": 19928,
"goal": "I wish to get a pair of shoes for myself. Find the shoes in the Ajio app.",
"img_size": [
1440,
3120
],
"img_url": "android_control_episode_[19928]_3.png",
"instruction": "Click on the search ba... | {
"action": {
"action_type": "click",
"x": 1293,
"y": 2847
},
"episode_id": 19928,
"goal": "I wish to get a pair of shoes for myself. Find the shoes in the Ajio app.",
"img_size": [
1440,
3120
],
"img_url": "android_control_episode_[19928]_5.png",
"instruction": "Click on the search ... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 945,
"y": 1187
},
"episode_id": 261,
"goal": "The vegan Chickpea and vegetable casserole recipe was quite useful, and I want to subscribe to the Food Impromptu Channel to explore other recipes on the YouTube app.",
"img_size": [
1080,
2400
],
... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 273,
"y": 372
},
"episode_id": 282,
"goal": "Faye is the best literature artist. I get inspiration from the literature artwork created by Faye on the Pinterest app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[282]_3.png"... | {
"action": {
"action_type": "click",
"x": 527,
"y": 1864
},
"episode_id": 282,
"goal": "Faye is the best literature artist. I get inspiration from the literature artwork created by Faye on the Pinterest app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[282]_5.png... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 73,
"y": 209
},
"episode_id": 382,
"goal": "In the Reuters App ,show the news in the world category and Business category ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[382]_0.png",
"instruction": "Click on Three lines a... | {
"action": {
"action_type": "click",
"x": 367,
"y": 451
},
"episode_id": 382,
"goal": "In the Reuters App ,show the news in the world category and Business category ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[382]_1.png",
"instruction": "Click on the world ca... | {
"action": {
"action_type": "click",
"x": 367,
"y": 568
},
"episode_id": 382,
"goal": "In the Reuters App ,show the news in the world category and Business category ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[382]_2.png",
"instruction": "Click on the world "
... | {
"action": {
"action_type": "click",
"x": 73,
"y": 209
},
"episode_id": 382,
"goal": "In the Reuters App ,show the news in the world category and Business category ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[382]_3.png",
"instruction": "Click on the three lin... | {
"action": {
"action_type": "click",
"x": 367,
"y": 1701
},
"episode_id": 382,
"goal": "In the Reuters App ,show the news in the world category and Business category ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[382]_4.png",
"instruction": "Click on the busines... | {
"action": {
"action_type": "click",
"x": 367,
"y": 678
},
"episode_id": 382,
"goal": "In the Reuters App ,show the news in the world category and Business category ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[382]_5.png",
"instruction": "Click on the Business... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 731,
"y": 209
},
"episode_id": 723,
"goal": "Search for news articles about the US military on The Hindu news app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[723]_2.png",
"instruction": "Click on the Search icon at th... | {
"action": {
"action_type": "click",
"x": 994,
"y": 2169
},
"episode_id": 723,
"goal": "Search for news articles about the US military on The Hindu news app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[723]_4.png",
"instruction": "Click on the search icon at t... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 519,
"y": 832
},
"episode_id": 904,
"goal": "I want to search for a flight to Oxford, United Kingdom from Rotterdam for a vacation on the Omio app for the 13th of December. ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[90... | {
"action": {
"action_type": "click",
"x": 571,
"y": 525
},
"episode_id": 904,
"goal": "I want to search for a flight to Oxford, United Kingdom from Rotterdam for a vacation on the Omio app for the 13th of December. ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[90... | {
"action": {
"action_type": "click",
"x": 581,
"y": 984
},
"episode_id": 904,
"goal": "I want to search for a flight to Oxford, United Kingdom from Rotterdam for a vacation on the Omio app for the 13th of December. ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[90... | {
"action": {
"action_type": "click",
"x": 571,
"y": 525
},
"episode_id": 904,
"goal": "I want to search for a flight to Oxford, United Kingdom from Rotterdam for a vacation on the Omio app for the 13th of December. ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[90... | {
"action": {
"action_type": "click",
"x": 540,
"y": 1470
},
"episode_id": 904,
"goal": "I want to search for a flight to Oxford, United Kingdom from Rotterdam for a vacation on the Omio app for the 13th of December. ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[9... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 296,
"y": 1371
},
"episode_id": 1024,
"goal": "In the Arts & Culture app, I want to create an art gallery with the title Self Art.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1024]_4.png",
"instruction": "Click on the ... | {
"action": {
"action_type": "click",
"x": 542,
"y": 1237
},
"episode_id": 1024,
"goal": "In the Arts & Culture app, I want to create an art gallery with the title Self Art.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1024]_5.png",
"instruction": "Click on the ... | {
"action": {
"action_type": "click",
"x": 276,
"y": 1055
},
"episode_id": 1024,
"goal": "In the Arts & Culture app, I want to create an art gallery with the title Self Art.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1024]_6.png",
"instruction": "Click on the ... | {
"action": {
"action_type": "click",
"x": 538,
"y": 858
},
"episode_id": 1024,
"goal": "In the Arts & Culture app, I want to create an art gallery with the title Self Art.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1024]_7.png",
"instruction": "Select first a... | {
"action": {
"action_type": "click",
"x": 935,
"y": 208
},
"episode_id": 1024,
"goal": "In the Arts & Culture app, I want to create an art gallery with the title Self Art.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1024]_8.png",
"instruction": "Click on the C... | {
"action": {
"action_type": "click",
"x": 539,
"y": 288
},
"episode_id": 1024,
"goal": "In the Arts & Culture app, I want to create an art gallery with the title Self Art.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1024]_9.png",
"instruction": "Click on the T... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 539,
"y": 2123
},
"episode_id": 1665,
"goal": "I should start my workout, and I want to start my workout with Cable Low Fly",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[1665]_0.png",
"instruction": "Click on the start a... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 990,
"y": 208
},
"episode_id": 2005,
"goal": "My wife told me that her audio I recorded is not clear and low quality, so I want to get clear and high quality voice recording, so change the sound quality to High in the Voice Recorder - URecorder app.",
"im... | {
"action": {
"action_type": "click",
"x": 539,
"y": 748
},
"episode_id": 2005,
"goal": "My wife told me that her audio I recorded is not clear and low quality, so I want to get clear and high quality voice recording, so change the sound quality to High in the Voice Recorder - URecorder app.",
"im... | {
"action": {
"action_type": "click",
"x": 508,
"y": 1650
},
"episode_id": 2005,
"goal": "My wife told me that her audio I recorded is not clear and low quality, so I want to get clear and high quality voice recording, so change the sound quality to High in the Voice Recorder - URecorder app.",
"i... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 377,
"y": 304
},
"episode_id": 2165,
"goal": "I liked the mock neck knit dress after viewing the product details, so I added it to the cart in the size L.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2165]_0.png",
"inst... | {
"action": {
"action_type": "click",
"x": 270,
"y": 2076
},
"episode_id": 2165,
"goal": "I liked the mock neck knit dress after viewing the product details, so I added it to the cart in the size L.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2165]_1.png",
"ins... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 1027,
"y": 665
},
"episode_id": 2406,
"goal": "I want to share my audio with my personal email address.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2406]_0.png",
"instruction": "Click on the three dots of my audio on t... | {
"action": {
"action_type": "click",
"x": 812,
"y": 686
},
"episode_id": 2406,
"goal": "I want to share my audio with my personal email address.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2406]_1.png",
"instruction": "Click on the Share with Gmail option on t... | {
"action": {
"action_type": "click",
"x": 890,
"y": 211
},
"episode_id": 2406,
"goal": "I want to share my audio with my personal email address.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2406]_3.png",
"instruction": "Click on the send icon on the screen."
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 984,
"y": 157
},
"episode_id": 2426,
"goal": "Go to weather - Live & Forecast app and check the weather for Shimla. ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2426]_1.png",
"instruction": "Click on the search icon at... | {
"action": {
"action_type": "click",
"x": 540,
"y": 376
},
"episode_id": 2426,
"goal": "Go to weather - Live & Forecast app and check the weather for Shimla. ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[2426]_3.png",
"instruction": "Select the first result "
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 989,
"y": 1297
},
"episode_id": 2748,
"goal": "The Chickpea and vegetable casserole dish was delicious. I'd want to create a playlist on YouTube named Favorite Recipe so that I can simply view it later.",
"img_size": [
1080,
2400
],
"img_url":... | {
"action": {
"action_type": "click",
"x": 932,
"y": 2234
},
"episode_id": 2748,
"goal": "The Chickpea and vegetable casserole dish was delicious. I'd want to create a playlist on YouTube named Favorite Recipe so that I can simply view it later.",
"img_size": [
1080,
2400
],
"img_url":... | {
"action": {
"action_type": "click",
"x": 539,
"y": 2102
},
"episode_id": 2748,
"goal": "The Chickpea and vegetable casserole dish was delicious. I'd want to create a playlist on YouTube named Favorite Recipe so that I can simply view it later.",
"img_size": [
1080,
2400
],
"img_url":... | {
"action": {
"action_type": "click",
"x": 914,
"y": 1845
},
"episode_id": 2748,
"goal": "The Chickpea and vegetable casserole dish was delicious. I'd want to create a playlist on YouTube named Favorite Recipe so that I can simply view it later.",
"img_size": [
1080,
2400
],
"img_url":... | {
"action": {
"action_type": "click",
"x": 540,
"y": 1118
},
"episode_id": 2748,
"goal": "The Chickpea and vegetable casserole dish was delicious. I'd want to create a playlist on YouTube named Favorite Recipe so that I can simply view it later.",
"img_size": [
1080,
2400
],
"img_url":... | {
"action": {
"action_type": "click",
"x": 865,
"y": 1038
},
"episode_id": 2748,
"goal": "The Chickpea and vegetable casserole dish was delicious. I'd want to create a playlist on YouTube named Favorite Recipe so that I can simply view it later.",
"img_size": [
1080,
2400
],
"img_url":... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 108,
"y": 2263
},
"episode_id": 3449,
"goal": "I want to learn about the moon phases of January 9th, and 10th, so view details of the moon phases of January 9th, and 10th in the MoonX app.",
"img_size": [
1080,
2400
],
"img_url": "android_con... | {
"action": {
"action_type": "click",
"x": 675,
"y": 358
},
"episode_id": 3449,
"goal": "I want to learn about the moon phases of January 9th, and 10th, so view details of the moon phases of January 9th, and 10th in the MoonX app.",
"img_size": [
1080,
2400
],
"img_url": "android_cont... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 539,
"y": 1530
},
"episode_id": 3751,
"goal": "Read any news article of your choice on the Flipboard news app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3751]_2.png",
"instruction": "Click on any news article that yo... | {
"action": {
"action_type": "click",
"x": 513,
"y": 1790
},
"episode_id": 3751,
"goal": "Read any news article of your choice on the Flipboard news app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3751]_5.png",
"instruction": "Click on Continue reading."
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 540,
"y": 2273
},
"episode_id": 3792,
"goal": "In the Pinterest app, I want to create a street art from the gallery and then publish it",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3792]_1.png",
"instruction": "Click on... | {
"action": {
"action_type": "click",
"x": 424,
"y": 2078
},
"episode_id": 3792,
"goal": "In the Pinterest app, I want to create a street art from the gallery and then publish it",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3792]_2.png",
"instruction": "Click on... | {
"action": {
"action_type": "click",
"x": 134,
"y": 607
},
"episode_id": 3792,
"goal": "In the Pinterest app, I want to create a street art from the gallery and then publish it",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3792]_3.png",
"instruction": "Click on ... | {
"action": {
"action_type": "click",
"x": 962,
"y": 220
},
"episode_id": 3792,
"goal": "In the Pinterest app, I want to create a street art from the gallery and then publish it",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3792]_4.png",
"instruction": "Click on ... | {
"action": {
"action_type": "click",
"x": 943,
"y": 2237
},
"episode_id": 3792,
"goal": "In the Pinterest app, I want to create a street art from the gallery and then publish it",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[3792]_5.png",
"instruction": "Click on... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 532,
"y": 2291
},
"episode_id": 3812,
"goal": "The Wild Goat constellation is amazing and I want to learn more about it, so view all the details of the The Wild Goat constellation in the Stellarium app.",
"img_size": [
1080,
2400
],
"img_url":... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 405,
"y": 2232
},
"episode_id": 5215,
"goal": "I would like to browse my favorite genre of prose books.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5215]_1.png",
"instruction": "Click on the search option"
} | {
"action": {
"action_type": "click",
"x": 590,
"y": 379
},
"episode_id": 5215,
"goal": "I would like to browse my favorite genre of prose books.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5215]_2.png",
"instruction": "Click on the search option"
} | {
"action": {
"action_type": "click",
"x": 994,
"y": 2169
},
"episode_id": 5215,
"goal": "I would like to browse my favorite genre of prose books.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5215]_4.png",
"instruction": "Click on the search icon "
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 937,
"y": 2240
},
"episode_id": 5235,
"goal": "Click on the Profile icon at the bottom right of the screen",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5235]_0.png",
"instruction": "Track my progress in the app"
} | {
"action": {
"action_type": "click",
"x": 589,
"y": 948
},
"episode_id": 5235,
"goal": "Click on the Profile icon at the bottom right of the screen",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5235]_1.png",
"instruction": "Click on the Workout History tab"
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 108,
"y": 2263
},
"episode_id": 5355,
"goal": "With my son Evan Kramer, I would like to share the updates on the Israel Hamas War, as reported by the Euronews app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5355]_2.png"... | {
"action": {
"action_type": "click",
"x": 221,
"y": 617
},
"episode_id": 5355,
"goal": "With my son Evan Kramer, I would like to share the updates on the Israel Hamas War, as reported by the Euronews app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5355]_3.png",... | {
"action": {
"action_type": "click",
"x": 1014,
"y": 199
},
"episode_id": 5355,
"goal": "With my son Evan Kramer, I would like to share the updates on the Israel Hamas War, as reported by the Euronews app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5355]_4.png"... | {
"action": {
"action_type": "click",
"x": 112,
"y": 2084
},
"episode_id": 5355,
"goal": "With my son Evan Kramer, I would like to share the updates on the Israel Hamas War, as reported by the Euronews app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5355]_5.png"... | {
"action": {
"action_type": "click",
"x": 418,
"y": 643
},
"episode_id": 5355,
"goal": "With my son Evan Kramer, I would like to share the updates on the Israel Hamas War, as reported by the Euronews app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5355]_7.png",... | {
"action": {
"action_type": "click",
"x": 890,
"y": 218
},
"episode_id": 5355,
"goal": "With my son Evan Kramer, I would like to share the updates on the Israel Hamas War, as reported by the Euronews app.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5355]_8.png",... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 991,
"y": 164
},
"episode_id": 5636,
"goal": "Go to the Cafeyn app and view Trump's pleads not guilty to all charges in The guardian",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5636]_1.png",
"instruction": "Open the Ca... | {
"action": {
"action_type": "click",
"x": 540,
"y": 2263
},
"episode_id": 5636,
"goal": "Go to the Cafeyn app and view Trump's pleads not guilty to all charges in The guardian",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5636]_2.png",
"instruction": "Click on t... | {
"action": {
"action_type": "click",
"x": 778,
"y": 1484
},
"episode_id": 5636,
"goal": "Go to the Cafeyn app and view Trump's pleads not guilty to all charges in The guardian",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5636]_5.png",
"instruction": "Click on I... | {
"action": {
"action_type": "click",
"x": 320,
"y": 850
},
"episode_id": 5636,
"goal": "Go to the Cafeyn app and view Trump's pleads not guilty to all charges in The guardian",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5636]_6.png",
"instruction": "Click on fi... | {
"action": {
"action_type": "click",
"x": 532,
"y": 810
},
"episode_id": 5636,
"goal": "Go to the Cafeyn app and view Trump's pleads not guilty to all charges in The guardian",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5636]_7.png",
"instruction": "Click on th... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 539,
"y": 1618
},
"episode_id": 5677,
"goal": "Open the CNN News app and read the article about Stunning new Trump charges up the stakes of an already existential 2024 election",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 766,
"y": 2278
},
"episode_id": 5837,
"goal": "I want to see how I sound before sending Thomas an audio recording with my birthday wishes. Using the Voice Recorder app, record an audio clip.",
"img_size": [
1440,
3120
],
"img_url": "android_co... | {
"action": {
"action_type": "click",
"x": 627,
"y": 2218
},
"episode_id": 5837,
"goal": "I want to see how I sound before sending Thomas an audio recording with my birthday wishes. Using the Voice Recorder app, record an audio clip.",
"img_size": [
1440,
3120
],
"img_url": "android_co... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 539,
"y": 531
},
"episode_id": 5918,
"goal": "Convert the 1-Bar unit into all other Pressure units in the pressure section. skip ads if any",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5918]_1.png",
"instruction": "Clic... | {
"action": {
"action_type": "click",
"x": 62,
"y": 198
},
"episode_id": 5918,
"goal": "Convert the 1-Bar unit into all other Pressure units in the pressure section. skip ads if any",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5918]_2.png",
"instruction": "Close... | {
"action": {
"action_type": "click",
"x": 579,
"y": 277
},
"episode_id": 5918,
"goal": "Convert the 1-Bar unit into all other Pressure units in the pressure section. skip ads if any",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5918]_3.png",
"instruction": "Clic... | {
"action": {
"action_type": "click",
"x": 786,
"y": 419
},
"episode_id": 5918,
"goal": "Convert the 1-Bar unit into all other Pressure units in the pressure section. skip ads if any",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5918]_4.png",
"instruction": "Clic... | {
"action": {
"action_type": "click",
"x": 540,
"y": 953
},
"episode_id": 5918,
"goal": "Convert the 1-Bar unit into all other Pressure units in the pressure section. skip ads if any",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5918]_5.png",
"instruction": "Sele... | {
"action": {
"action_type": "click",
"x": 540,
"y": 595
},
"episode_id": 5918,
"goal": "Convert the 1-Bar unit into all other Pressure units in the pressure section. skip ads if any",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5918]_6.png",
"instruction": "Clic... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 296,
"y": 2273
},
"episode_id": 5958,
"goal": " View all Active Reminder",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[5958]_0.png",
"instruction": "Click on active reminder at the bottom left corner"
} | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 574,
"y": 1511
},
"episode_id": 6240,
"goal": "I want to read more details about the product that is at the top of the list of suggestions.",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6240]_0.png",
"instruction": "clic... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
{
"action": {
"action_type": "click",
"x": 744,
"y": 2265
},
"episode_id": 6640,
"goal": "In sketchar click on the canvas button in practice section and draw a canvas painting. ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6640]_2.png",
"instruction": "Click on ... | {
"action": {
"action_type": "click",
"x": 536,
"y": 592
},
"episode_id": 6640,
"goal": "In sketchar click on the canvas button in practice section and draw a canvas painting. ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6640]_3.png",
"instruction": "Click on t... | {
"action": {
"action_type": "click",
"x": 844,
"y": 645
},
"episode_id": 6640,
"goal": "In sketchar click on the canvas button in practice section and draw a canvas painting. ",
"img_size": [
1080,
2400
],
"img_url": "android_control_episode_[6640]_4.png",
"instruction": "Click on t... | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null | null |
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
AndroidControl Test Set (JSON)
Overview
This dataset provides the test split of AndroidControl in a ready-to-use JSON format, extracted from the original Google Cloud data release.
Motivation: Most GUI Grounding works use GUI-Actor-Data for training, which includes AndroidControl images but does not include the test set JSON. Obtaining the test split from the original source requires downloading the full dataset (~47 GB) from Google Cloud, which is cumbersome. This dataset provides the test split JSON files directly so researchers can run evaluations immediately.
Images: Screenshots are not included in this repository. Use the images from cckevinn/GUI-Actor-Data, which covers all splits including the test set.
Files
| File | Episodes | Steps | Description |
|---|---|---|---|
test-AndroidControl.json |
1,543 | 8,444 | All action types |
test-AndroidControl-click.json |
1,484 | 5,074 | Click actions only |
Data Format
Both files share the same structure: a list of episodes, where each episode is a list of steps.
[
[ // episode
{ // step
"img_url": "android_control_episode_[27]_0.png",
"img_size": [1080, 2400],
"episode_id": 27,
"goal": "Open the Zoho Meet app, view the scheduled meetings.",
"instruction": "Open the Zoho Meet app",
"action": {
"action_type": "open_app",
"app_name": "Zoho Meeting"
}
},
...
],
...
]
Fields
| Field | Type | Description |
|---|---|---|
img_url |
string | Filename of the corresponding screenshot, format: android_control_episode_[{episode_id}]_{step_idx}.png |
img_size |
[int, int] | Screenshot resolution [width, height], typically [1080, 2400] |
episode_id |
int | Episode ID from the original AndroidControl dataset |
goal |
string | High-level task goal in natural language |
instruction |
string | Step-level instruction |
action |
object | Ground-truth action (see below) |
Action Types
action_type |
Additional Fields | Description |
|---|---|---|
click |
x, y (normalized 0–1) |
Tap on screen coordinates |
scroll |
direction (up/down/left/right) |
Scroll gesture |
type |
text |
Type text input |
navigate_back |
— | Press back button |
navigate_home |
— | Press home button |
open_app |
app_name |
Launch an application |
wait |
— | Wait for screen to load |
test-AndroidControl-click.jsoncontains onlyclicksteps and is intended for point-grounding evaluation.
Usage
import json
with open("test-AndroidControl.json") as f:
episodes = json.load(f)
# episodes[i] → i-th episode (list of steps)
# episodes[i][j] → j-th step of i-th episode
# episodes[i][j]["img_url"] → match against GUI-Actor-Data images
Source
Derived from the AndroidControl dataset released by Google Research. This repository contains only the test split in a reformatted JSON structure; no images are redistributed.
Please cite the original work if you use this dataset:
@article{li2024effects,
title={On the Effects of Data Scale on Computer Control Agents},
author={Li, Wei and Bishop, William and Li, Alice and Rawles, Chris and Campbell-Ajala, Folawiyo and Tyamagundlu, Divya and Riva, Oriana},
journal={arXiv preprint arXiv:2406.03679},
year={2024}
}
License
The original AndroidControl dataset is licensed under the Apache License 2.0:
Copyright 2024 The Google Research Authors. Licensed under the Apache License, Version 2.0. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
This repository redistributes a subset of that data in reformatted form and is therefore also released under the Apache License 2.0.
- Downloads last month
- -