Datasets:

ArXiv:
License:
lgy0404 commited on
Commit
89896b3
·
verified ·
1 Parent(s): e5dece4

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. online/low_level_instructions/AudioRecorderRecordAudio.json +70 -0
  2. online/low_level_instructions/AudioRecorderRecordAudioWithFileName.json +133 -0
  3. online/low_level_instructions/BrowserDraw.json +133 -0
  4. online/low_level_instructions/BrowserMaze.json +119 -0
  5. online/low_level_instructions/BrowserMultiply.json +126 -0
  6. online/low_level_instructions/CameraTakePhoto.json +49 -0
  7. online/low_level_instructions/CameraTakeVideo.json +56 -0
  8. online/low_level_instructions/ClockStopWatchPausedVerify.json +49 -0
  9. online/low_level_instructions/ClockStopWatchRunning.json +42 -0
  10. online/low_level_instructions/ClockTimerEntry.json +77 -0
  11. online/low_level_instructions/ContactsAddContact.json +91 -0
  12. online/low_level_instructions/ContactsNewContactDraft.json +91 -0
  13. online/low_level_instructions/ExpenseAddMultiple.json +231 -0
  14. online/low_level_instructions/ExpenseAddMultipleFromGallery.json +266 -0
  15. online/low_level_instructions/ExpenseAddMultipleFromMarkor.json +224 -0
  16. online/low_level_instructions/ExpenseAddSingle.json +98 -0
  17. online/low_level_instructions/ExpenseDeleteDuplicates.json +70 -0
  18. online/low_level_instructions/ExpenseDeleteMultiple.json +112 -0
  19. online/low_level_instructions/ExpenseDeleteMultiple2.json +168 -0
  20. online/low_level_instructions/ExpenseDeleteSingle.json +56 -0
  21. online/low_level_instructions/MarkorCreateFolder.json +70 -0
  22. online/low_level_instructions/MarkorCreateNote.json +91 -0
  23. online/low_level_instructions/MarkorCreateNoteAndSms.json +154 -0
  24. online/low_level_instructions/MarkorCreateNoteFromClipboard.json +105 -0
  25. online/low_level_instructions/MarkorEditNote.json +63 -0
  26. online/low_level_instructions/MarkorMergeNotes.json +175 -0
  27. online/low_level_instructions/NotesIsTodo.json +56 -0
  28. online/low_level_instructions/NotesMeetingAttendeeCount.json +56 -0
  29. online/low_level_instructions/NotesRecipeIngredientCount.json +63 -0
  30. online/low_level_instructions/OpenAppTaskEval.json +35 -0
  31. online/low_level_instructions/OsmAndFavorite.json +70 -0
  32. online/low_level_instructions/OsmAndMarker.json +63 -0
  33. online/low_level_instructions/RecipeAddMultipleRecipes.json +350 -0
  34. online/low_level_instructions/RecipeAddMultipleRecipesFromImage.json +385 -0
  35. online/low_level_instructions/RecipeAddMultipleRecipesFromMarkor.json +378 -0
  36. online/low_level_instructions/RecipeAddMultipleRecipesFromMarkor2.json +399 -0
  37. online/low_level_instructions/RecipeAddSingleRecipe.json +133 -0
  38. online/low_level_instructions/RecipeDeleteDuplicateRecipes.json +84 -0
  39. online/low_level_instructions/RecipeDeleteDuplicateRecipes2.json +175 -0
  40. online/low_level_instructions/RecipeDeleteDuplicateRecipes3.json +280 -0
  41. online/low_level_instructions/RecipeDeleteMultipleRecipes.json +112 -0
  42. online/low_level_instructions/RecipeDeleteMultipleRecipesWithConstraint.json +42 -0
  43. online/low_level_instructions/RecipeDeleteMultipleRecipesWithNoise.json +168 -0
  44. online/low_level_instructions/RecipeDeleteSingleRecipe.json +56 -0
  45. online/low_level_instructions/RecipeDeleteSingleWithRecipeWithNoise.json +70 -0
  46. online/low_level_instructions/RetroCreatePlaylist.json +168 -0
  47. online/low_level_instructions/RetroPlayingQueue.json +140 -0
  48. online/low_level_instructions/RetroPlaylistDuration.json +392 -0
  49. online/low_level_instructions/RetroSavePlaylist.json +175 -0
  50. online/low_level_instructions/SaveCopyOfReceiptTaskEval.json +84 -0
online/low_level_instructions/AudioRecorderRecordAudio.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Record an audio clip using Audio Recorder app and save it.",
3
+ "task_name": "AudioRecorderRecordAudio_0",
4
+ "episode_id": "7ada55eaed5349c19e4435d85ec015c8",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[529,357]",
16
+ "action_description": "On Home Screen, click 'Audio Recorder' app icon, to open the app.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[750,2799]",
23
+ "action_description": "On Audio Recorder Welcome Screen, click 'Get started' button, to access recording settings.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1146,2894]",
30
+ "action_description": "On Audio Recorder Settings, click 'Apply' button, to confirm settings and start recording.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[750,2813]",
37
+ "action_description": "On Audio Recorder Screen, click record button, to start recording audio.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[747,2845]",
44
+ "action_description": "On Audio Recorder Screen, click pause button, to pause the recording.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[999,2841]",
51
+ "action_description": "On Audio Recorder Screen, click stop button, to stop recording. [Memory: The recorded audio has been saved as 'Record-1']",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[1083,1788]",
58
+ "action_description": "On Save Recording Popup, click 'Save' button, to save the recorded audio.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "TASK_COMPLETE",
65
+ "action_description": "On Audio Recorder Screen, complete task, successfully saved audio recording.",
66
+ "image_before": "9.png",
67
+ "image_after": null
68
+ }
69
+ ]
70
+ }
online/low_level_instructions/AudioRecorderRecordAudioWithFileName.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Record an audio clip and save it with name \"final_meeting.m4a\" using Audio Recorder app.",
3
+ "task_name": "AudioRecorderRecordAudioWithFileName_0",
4
+ "episode_id": "292369f52c524a6d921b139d15276e7f",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[526,364]",
16
+ "action_description": "On Home Screen, click 'Audio Recorder' app icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[754,2771]",
23
+ "action_description": "On Audio Recorder Welcome Screen, click 'Get started' button, to access recording settings",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1048,2936]",
30
+ "action_description": "On Audio Settings Screen, click 'Apply' button, to confirm recording settings",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[726,2820]",
37
+ "action_description": "On Audio Recorder Screen, click record button, to start audio recording.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[1006,2838]",
44
+ "action_description": "On Audio Recorder Screen, click stop button, to finish recording.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[1310,2635]",
51
+ "action_description": "On Keyboard, click backspace button, to delete existing text",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[1324,2638]",
58
+ "action_description": "On Keyboard, click backspace button, to delete existing text",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[1282,2610]",
65
+ "action_description": "On Keyboard, click backspace button, to delete existing text.",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[1356,2624]",
72
+ "action_description": "On Keyboard, click backspace button, to delete existing text.",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[1293,2600]",
79
+ "action_description": "On Keyboard, click backspace button, to delete existing text",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[1300,2621]",
86
+ "action_description": "On Keyboard, click backspace button, to delete existing text.",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[1310,2603]",
93
+ "action_description": "On Keyboard, click backspace button, to delete existing text",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[1349,2624]",
100
+ "action_description": "On Keyboard, click backspace button, to delete existing text",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[197,938]",
107
+ "action_description": "On Save Audio Popup, click red circle, to deselect 'Don't ask again' checkbox",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "TYPE[final_meeting.m4a]",
114
+ "action_description": "On Save Audio Popup, type 'final_meeting.m4a' in file name field, to enter desired audio file name",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[1051,1277]",
121
+ "action_description": "On Save Audio Popup, click 'Save' button, to save the audio recording.",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "TASK_COMPLETE",
128
+ "action_description": "On Audio Recorder Screen, complete task, successfully saved audio recording.",
129
+ "image_before": "18.png",
130
+ "image_after": null
131
+ }
132
+ ]
133
+ }
online/low_level_instructions/BrowserDraw.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Open the file task.html in Downloads in the file manager; when prompted open it with Chrome. Then create a drawing using the three colors shown at the top and hit submit.",
3
+ "task_name": "BrowserDraw_0",
4
+ "episode_id": "ec98b1d6747c437283d076d9e0d4e49d",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[172,1613]",
16
+ "action_description": "On Home Screen, click 'Files' icon, to open file manager",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[389,1284]",
23
+ "action_description": "On File Manager Screen, click 'task.html', to select the file",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1055,2288]",
30
+ "action_description": "On 'Open With' Dialog, click 'Just once', to open file with Chrome",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[757,2883]",
37
+ "action_description": "On Chrome Welcome Screen, click 'Accept & continue', to proceed to browser setup",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[267,2901]",
44
+ "action_description": "On Account Sync Screen, click 'No thanks', to decline syncing data",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[242,2904]",
51
+ "action_description": "On Account Sync Screen, click 'No thanks', to decline syncing data",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[428,1274]",
58
+ "action_description": "On 'Open With' Dialog, click 'Just once', to open file with Chrome",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[929,2278]",
65
+ "action_description": "On 'Open With' Dialog, click 'Just once', to open file with Chrome.",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[841,2351]",
72
+ "action_description": "On Color Selection Screen, click 'Submit' button, to confirm color choices",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[298,1931]",
79
+ "action_description": "On Color Selection Screen, click red color, to select it.",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "SWIPE[LEFT]",
86
+ "action_description": "On Color Selection Screen, swipe left, to draw a line.",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[291,2169]",
93
+ "action_description": "On Color Selection Screen, click purple color, to select it.",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "SWIPE[LEFT]",
100
+ "action_description": "On Color Selection Screen, swipe left, to draw a line.",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[669,2180]",
107
+ "action_description": "On Color Selection Screen, click blue color, to select it.",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "SWIPE[LEFT]",
114
+ "action_description": "On Color Selection Screen, swipe left, to draw a line.",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[869,2351]",
121
+ "action_description": "On Color Selection Screen, click 'Submit' button, to confirm color choices",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "TASK_COMPLETE",
128
+ "action_description": "On Color Selection Screen, complete task, successfully submitted colors",
129
+ "image_before": "18.png",
130
+ "image_after": null
131
+ }
132
+ ]
133
+ }
online/low_level_instructions/BrowserMaze.json ADDED
@@ -0,0 +1,119 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Open the file task.html in Downloads in the file manager; when prompted open it with Chrome. Then navigate the X to the bottom-right cell, by using the direction buttons.",
3
+ "task_name": "BrowserMaze_0",
4
+ "episode_id": "0af6e93d00fb4b289663a4bb7eafe04f",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[214,1574]",
16
+ "action_description": "On Home Screen, click 'Files' icon, to open file manager",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[358,1284]",
23
+ "action_description": "On Downloads Screen, click 'task.html', to select file",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[992,2306]",
30
+ "action_description": "On App Selection Popup, click 'Just once', to open file in Chrome",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[848,2876]",
37
+ "action_description": "On Chrome Welcome Screen, click 'Accept & continue', to proceed to browser setup",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[197,2897]",
44
+ "action_description": "On Account Sync Screen, click 'No thanks', to decline syncing data",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[179,2887]",
51
+ "action_description": "On Account Sync Screen, click 'No thanks', to decline syncing data",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[428,1197]",
58
+ "action_description": "On File Open Popup, click 'task.html', to choose app to open file",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[967,2309]",
65
+ "action_description": "On Navigation Game, click 'Just once', to move X right one space",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[708,1057]",
72
+ "action_description": "On Navigation Game, click 'Right' button, to move X right one space.",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[676,1074]",
79
+ "action_description": "On Navigation Game, click 'Right' button, to move X right one space.",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[249,1064]",
86
+ "action_description": "On Navigation Game, click 'Down' button, to move X down one space.",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[690,1053]",
93
+ "action_description": "On Navigation Game, click 'Right' button, to move X right one space.",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[291,1085]",
100
+ "action_description": "On Navigation Game, click 'Down' button, to move X down one space.",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[284,1092]",
107
+ "action_description": "On Navigation Game, click 'Down' button, to move X down one space.",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "TASK_COMPLETE",
114
+ "action_description": "On Navigation Game, complete task, X moved to the bottom-right cell",
115
+ "image_before": "16.png",
116
+ "image_after": null
117
+ }
118
+ ]
119
+ }
online/low_level_instructions/BrowserMultiply.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Open the file task.html in Downloads in the file manager; when prompted open it with Chrome. Then click the button 5 times, remember the numbers displayed, and enter their product in the form.",
3
+ "task_name": "BrowserMultiply_0",
4
+ "episode_id": "42cccebdfa304e3f93e6c752b919e6ea",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access a different page of apps.",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[204,1581]",
16
+ "action_description": "On Home Screen, click 'Files' icon, to open the file manager.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[424,1340]",
23
+ "action_description": "On File Manager Screen, click 'task.html', to select the file.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[974,2285]",
30
+ "action_description": "On App Selection Popup, click 'Just once', to open the file with Chrome.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[722,2722]",
37
+ "action_description": "On Chrome Welcome Screen, click 'Use without an account', to proceed without logging in.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[715,2722]",
44
+ "action_description": "On Chrome Welcome Screen, click 'Use without an account', to proceed without logging in.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[407,1337]",
51
+ "action_description": "On File Selection Popup, click 'Just once', to open the file with Chrome.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[943,2295]",
58
+ "action_description": "On Content Screen, click 'Click Me' button, to proceed with the task.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[768,560]",
65
+ "action_description": "On Content Screen, click 'Click Me' button, to proceed with the task. [Memory: The number 6 is now displayed]",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[754,567]",
72
+ "action_description": "On Content Screen, click 'Click Me' button, to proceed with the task. [Memory: The number 3 is now displayed]",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[711,560]",
79
+ "action_description": "On Content Screen, click 'Click Me' button, to proceed with the task. [Memory: The number 9 is now displayed]",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[708,567]",
86
+ "action_description": "On Content Screen, click 'Click Me' button, to proceed with the task. [Memory: The number 7 is now displayed]",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[708,570]",
93
+ "action_description": "On Content Screen, click 'Click Me' button, to proceed with the task. [Memory: A form to enter the product has appeared]",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[519,427]",
100
+ "action_description": "On Product Entry Form, click 'Enter the product' field, to enter the product.",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "TYPE[972]",
107
+ "action_description": "On Product Entry Form, type '972' in product field, to enter the product.",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[1216,507]",
114
+ "action_description": "On Product Entry Form, click 'Submit' button, to submit the product.",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "TASK_COMPLETE",
121
+ "action_description": "On Product Entry Form, complete task, successfully submitted product.",
122
+ "image_before": "17.png",
123
+ "image_after": null
124
+ }
125
+ ]
126
+ }
online/low_level_instructions/CameraTakePhoto.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Take one photo.",
3
+ "task_name": "CameraTakePhoto_0",
4
+ "episode_id": "a3c5d419ab6e443e83e436c466bd4128",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[529,784]",
16
+ "action_description": "On Home Screen, click 'Camera' icon, to open camera app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "SWIPE[RIGHT]",
23
+ "action_description": "On Camera Screen, swipe right, to switch to video mode",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[155,1480]",
30
+ "action_description": "On Camera Screen, click camera icon, to take a photo",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[743,2817]",
37
+ "action_description": "On Camera Screen, click camera icon, to take a photo",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "TASK_COMPLETE",
44
+ "action_description": "On Camera Screen, complete task, successfully took two photos",
45
+ "image_before": "6.png",
46
+ "image_after": null
47
+ }
48
+ ]
49
+ }
online/low_level_instructions/CameraTakeVideo.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Take one video.",
3
+ "task_name": "CameraTakeVideo_0",
4
+ "episode_id": "8999027e295b4a8e8a53052fc11c2b01",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[550,707]",
16
+ "action_description": "On Home Screen, click 'Camera' icon, to open camera app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "SWIPE[RIGHT]",
23
+ "action_description": "On Camera Options, swipe right, to switch to video mode.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[162,1760]",
30
+ "action_description": "On Camera Screen, click 'Record' button, to start recording video",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[704,2848]",
37
+ "action_description": "On Camera Screen, click 'Record' button, to start recording video",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[750,2845]",
44
+ "action_description": "On Camera Screen, click 'Stop Recording' button, to stop recording video",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "TASK_COMPLETE",
51
+ "action_description": "On Camera Screen, complete task, successfully recorded video",
52
+ "image_before": "7.png",
53
+ "image_after": null
54
+ }
55
+ ]
56
+ }
online/low_level_instructions/ClockStopWatchPausedVerify.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Pause the stopwatch.",
3
+ "task_name": "ClockStopWatchPausedVerify_0",
4
+ "episode_id": "906347b4b733493d838cf31548e66126",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps.",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[204,1190]",
16
+ "action_description": "On Home Screen, click 'Clock' icon, to open clock app.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1016,2894]",
23
+ "action_description": "On Clock Tab Bar, click 'Stopwatch' icon, to switch to stopwatch view",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[659,2540]",
30
+ "action_description": "On Stopwatch Screen, click pause button, to pause the timer.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[757,2428]",
37
+ "action_description": "On Stopwatch Screen, click pause button, to pause the timer.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "TASK_COMPLETE",
44
+ "action_description": "On Stopwatch Screen, complete task, successfully paused timer",
45
+ "image_before": "6.png",
46
+ "image_after": null
47
+ }
48
+ ]
49
+ }
online/low_level_instructions/ClockStopWatchRunning.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Run the stopwatch.",
3
+ "task_name": "ClockStopWatchRunning_0",
4
+ "episode_id": "aac54a866c324f5b93e9f3eb3aa5dd78",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[172,1158]",
16
+ "action_description": "On Home Screen, click 'Clock' icon, to open clock app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1020,2862]",
23
+ "action_description": "On Clock App Bar, click 'Stopwatch' icon, to open stopwatch feature",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[764,2558]",
30
+ "action_description": "On Stopwatch Screen, click 'Play' button, to start the stopwatch.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TASK_COMPLETE",
37
+ "action_description": "On Stopwatch Screen, complete task, successfully started stopwatch",
38
+ "image_before": "5.png",
39
+ "image_after": null
40
+ }
41
+ ]
42
+ }
online/low_level_instructions/ClockTimerEntry.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Create a timer with 21 hours, 7 minutes, and 11 seconds. Do not start the timer.",
3
+ "task_name": "ClockTimerEntry_0",
4
+ "episode_id": "e8466f3749d14db49494e6fcbf12e3ad",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[186,1162]",
16
+ "action_description": "On Home Screen, click 'Clock' icon, to open Clock app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[743,2911]",
23
+ "action_description": "On Bottom Navigation Bar, click 'Timer' icon, to open timer interface",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[726,994]",
30
+ "action_description": "On Timer Screen, click '2' button, to enter digit two",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[414,1039]",
37
+ "action_description": "On Timer Screen, click '1' button, to enter digit one",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[750,2138]",
44
+ "action_description": "On Timer Screen, click '0' button, to enter digit zero",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[354,1697]",
51
+ "action_description": "On Timer Screen, click '7' button, to enter digit seven",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[375,1071]",
58
+ "action_description": "On Timer Screen, click '1' button, to enter digit one",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[421,1032]",
65
+ "action_description": "On Timer Screen, click '1' button, to enter digit one",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "TASK_COMPLETE",
72
+ "action_description": "On Timer Screen, complete task, successfully set timer",
73
+ "image_before": "10.png",
74
+ "image_after": null
75
+ }
76
+ ]
77
+ }
online/low_level_instructions/ContactsAddContact.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Create a new contact for Adam Zhang. Their number is +17753807148.",
3
+ "task_name": "ContactsAddContact_0",
4
+ "episode_id": "3a45118ce73a4a4e9201f846e1fd4725",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps.",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[550,1165]",
16
+ "action_description": "On Home Screen, click 'Contacts' icon, to open Contacts app.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[726,1700]",
23
+ "action_description": "On Contacts Permission, click 'Allow', to enable contact notifications.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1240,2554]",
30
+ "action_description": "On Contacts Home, click 'Fix & manage' button, to view options",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[655,1204]",
37
+ "action_description": "On Create Contact Screen, click 'First name' field, to begin typing.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "TYPE[adam]",
44
+ "action_description": "On Create Contact Screen, type 'adam' in First name field, to enter contact's first name",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[424,1480]",
51
+ "action_description": "On Create Contact Screen, click 'Last name' field, to begin typing.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "TYPE[Zhang]",
58
+ "action_description": "On Create Contact Screen, type 'Zhang' in Last name field, to enter contact's last name",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[547,2040]",
65
+ "action_description": "On Create Contact Screen, click 'Phone' field, to begin entering phone number",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "TYPE[+17753807148]",
72
+ "action_description": "On Create Contact Screen, type '+17753807148' in Phone field, to enter contact's phone number",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[1072,248]",
79
+ "action_description": "On Create Contact Screen, click 'Save' button, to save new contact.",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "TASK_COMPLETE",
86
+ "action_description": "On Create Contact Screen, complete task, successfully saved contact",
87
+ "image_before": "12.png",
88
+ "image_after": null
89
+ }
90
+ ]
91
+ }
online/low_level_instructions/ContactsNewContactDraft.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Go to the new contact screen and enter the following details: First Name: Ivan, Last Name: Brown, Phone: 912-693-6425, Phone Label: Home. Do NOT hit save.",
3
+ "task_name": "ContactsNewContactDraft_0",
4
+ "episode_id": "0ddb8b8994b2422e856d7c09496389ae",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[557,1193]",
16
+ "action_description": "On Home Screen, click 'Contacts' icon, to open contacts list",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1212,2610]",
23
+ "action_description": "On Contacts Screen, click 'Add Contact' button, to create new contact.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[340,1256]",
30
+ "action_description": "On Create Contact Screen, click 'First name' field, to begin typing.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[Ivan]",
37
+ "action_description": "On Create Contact Screen, type 'Ivan' in 'First name' field, to enter contact's first name.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[284,1449]",
44
+ "action_description": "On Create Contact Screen, click 'Last name' field, to begin typing.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "TYPE[Brown]",
51
+ "action_description": "On Create Contact Screen, type 'Brown' in 'Last name' field, to enter contact's last name.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[754,2040]",
58
+ "action_description": "On Create Contact Screen, click 'Phone' field, to begin entering phone number.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "TYPE[912-693-6425]",
65
+ "action_description": "On Create Contact Screen, type '912-693-6425' in 'Phone' field, to enter contact's phone number.",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[722,2260]",
72
+ "action_description": "On Create Contact Screen, click 'Label' field, to open phone label options",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[421,430]",
79
+ "action_description": "On Create Contact Screen, click 'Label' field, to open phone label options",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "TASK_COMPLETE",
86
+ "action_description": "On Create Contact Screen, complete task, successfully entered contact details",
87
+ "image_before": "12.png",
88
+ "image_after": null
89
+ }
90
+ ]
91
+ }
online/low_level_instructions/ExpenseAddMultiple.json ADDED
@@ -0,0 +1,231 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Add the following expenses into the pro expense:\nExpense: Gas\n amount_dollars: $322.91\n category_name: Transportation\n note: I may repeat this\n\nExpense: Birthday Present\n amount_dollars: $128.82\n category_name: Social\n note: Want to have\n\nExpense: Utilities\n amount_dollars: $426.89\n category_name: Housing\n note: Monthly recurring",
3
+ "task_name": "ExpenseAddMultiple_0",
4
+ "episode_id": "c324e84c1951468c9561c09a29fd0648",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access a different page of apps.",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "SWIPE[LEFT]",
16
+ "action_description": "On Home Screen, swipe left, to access a different page of apps.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[880,770]",
23
+ "action_description": "On Home Screen, click 'Pro Expense' icon, to open the application.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1261,2820]",
30
+ "action_description": "On Home Screen, click '+' button, to add a new expense entry.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[820,574]",
37
+ "action_description": "On Expense Entry, click inside 'Name' field, to enter expense name",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "TYPE[Gas]",
44
+ "action_description": "On Expense Entry, type 'Gas' in Name field, to specify expense name.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[354,843]",
51
+ "action_description": "On Expense Entry, click 'Amount' field, to enter expense amount.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "TYPE[322.91]",
58
+ "action_description": "On Expense Entry, type '322.91' in Amount field, to specify expense amount.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "SWIPE[LEFT]",
65
+ "action_description": "On Expense Entry, swipe left, to access different expense categories.",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[568,1046]",
72
+ "action_description": "On Expense Entry, click 'Transportation' button, to select expense category.",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[267,1333]",
79
+ "action_description": "On Expense Entry, click 'Note' field, to enter an expense note.",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "TYPE[I may repeat this]",
86
+ "action_description": "On Expense Entry, type 'I may repeat this' in Note field, to add a note to the expense.",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[466,1714]",
93
+ "action_description": "On Expense Entry, click 'SAVE' button, to save the expense.",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[1279,2810]",
100
+ "action_description": "On Home Screen, click '+' button, to add a new expense entry.",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[768,549]",
107
+ "action_description": "On Expense Entry, click inside 'Name' field, to enter expense name",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "TYPE[Birthday Present]",
114
+ "action_description": "On Expense Entry, type 'Birthday Present' in Name field, to specify expense name.",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[281,822]",
121
+ "action_description": "On Expense Entry, click 'Amount' field, to enter expense amount.",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "TYPE[128.82]",
128
+ "action_description": "On Expense Entry, type '128.82' in Amount field, to specify expense amount.",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "CLICK[943,1074]",
135
+ "action_description": "On Expense Entry, click 'Social' button, to select expense category.",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "CLICK[627,1312]",
142
+ "action_description": "On Expense Entry, click 'Note' field, to enter an expense note.",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "TYPE[Want to have]",
149
+ "action_description": "On Expense Entry, type 'Want to have' in Note field, to add a note to the expense.",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "CLICK[652,1711]",
156
+ "action_description": "On Expense Entry, click 'SAVE' button, to save the expense.",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "CLICK[1282,2831]",
163
+ "action_description": "On Home Screen, click 'Medications' entry, to add a new expense.",
164
+ "image_before": "23.png",
165
+ "image_after": "24.png"
166
+ },
167
+ {
168
+ "step_id": 24,
169
+ "action": "CLICK[554,549]",
170
+ "action_description": "On Expense Entry, click inside 'Name' field, to enter expense name",
171
+ "image_before": "24.png",
172
+ "image_after": "25.png"
173
+ },
174
+ {
175
+ "step_id": 25,
176
+ "action": "TYPE[Utilities]",
177
+ "action_description": "On Expense Entry, type 'Utilities' in Name field, to specify expense name.",
178
+ "image_before": "25.png",
179
+ "image_after": "26.png"
180
+ },
181
+ {
182
+ "step_id": 26,
183
+ "action": "CLICK[368,829]",
184
+ "action_description": "On Expense Entry, click 'Amount' field, to enter expense amount.",
185
+ "image_before": "26.png",
186
+ "image_after": "27.png"
187
+ },
188
+ {
189
+ "step_id": 27,
190
+ "action": "TYPE[426.89]",
191
+ "action_description": "On Expense Entry, type '426.89' in Amount field, to specify expense amount.",
192
+ "image_before": "27.png",
193
+ "image_after": "28.png"
194
+ },
195
+ {
196
+ "step_id": 28,
197
+ "action": "CLICK[676,1060]",
198
+ "action_description": "On Expense Entry, click 'Housing' button, to select expense category.",
199
+ "image_before": "28.png",
200
+ "image_after": "29.png"
201
+ },
202
+ {
203
+ "step_id": 29,
204
+ "action": "CLICK[585,1382]",
205
+ "action_description": "On Expense Entry, click 'Note' field, to enter an expense note.",
206
+ "image_before": "29.png",
207
+ "image_after": "30.png"
208
+ },
209
+ {
210
+ "step_id": 30,
211
+ "action": "TYPE[Monthly recurring]",
212
+ "action_description": "On Expense Entry, type 'Monthly recurring' in Note field, to add a note to the expense.",
213
+ "image_before": "30.png",
214
+ "image_after": "31.png"
215
+ },
216
+ {
217
+ "step_id": 31,
218
+ "action": "CLICK[473,1718]",
219
+ "action_description": "On Expense Entry, click 'SAVE' button, to save the expense.",
220
+ "image_before": "31.png",
221
+ "image_after": "32.png"
222
+ },
223
+ {
224
+ "step_id": 32,
225
+ "action": "TASK_COMPLETE",
226
+ "action_description": "On Expense Entry, complete task, successfully added all expenses",
227
+ "image_before": "32.png",
228
+ "image_after": null
229
+ }
230
+ ]
231
+ }
online/low_level_instructions/ExpenseAddMultipleFromGallery.json ADDED
@@ -0,0 +1,266 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Add the expenses from expenses.jpg in Simple Gallery Pro to pro expense.",
3
+ "task_name": "ExpenseAddMultipleFromGallery_0",
4
+ "episode_id": "f9023bd260954eaf9fb98adba2478e36",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[564,1595]",
16
+ "action_description": "On Home Screen, click 'Gallery' icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[466,707]",
23
+ "action_description": "On Expenses List, click 'Property Taxes' expense, to select it for adding to pro expense.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[498,269]",
30
+ "action_description": "On Expenses List, click 'DCIM' text field, to edit search query",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[expenses.jpg]",
37
+ "action_description": "On Search Bar, type 'expenses.jpg' in text field, to search for the image.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[242,675]",
44
+ "action_description": "On Expenses List, click 'Share' icon, to share the content.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "PRESS_HOME",
51
+ "action_description": "On Expenses List, press home button, to return to Home Screen.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "SWIPE[LEFT]",
58
+ "action_description": "On Home Screen, swipe left, to view more apps",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[894,766]",
65
+ "action_description": "On Home Screen, click 'Pro Expense' icon, to open the app.",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[1258,2827]",
72
+ "action_description": "On Home Screen, click 'Interest Income' entry, to add to new expense.",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[505,553]",
79
+ "action_description": "On Expense Entry, click text field, to enter expense name",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "TYPE[Club Membership]",
86
+ "action_description": "On Expense Entry, type 'Club Membership' in name field, to enter expense name",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[253,850]",
93
+ "action_description": "On Expense Entry, click 'Amount' field, to enter expense amount",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "TYPE[341.24]",
100
+ "action_description": "On Expense Entry, type '341.24' in amount field, to enter expense amount",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[985,1064]",
107
+ "action_description": "On Expense Entry, click 'Social' button, to categorize the expense.",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[519,1312]",
114
+ "action_description": "On Expense Entry, click 'Note' field, to add an optional note",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "TYPE[Remember to transfer funds]",
121
+ "action_description": "On Expense Entry, type 'Remember to transfer funds' in note field, to add a reminder note.",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "CLICK[442,1714]",
128
+ "action_description": "On Expense Entry, click 'SAVE' button, to save the expense.",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "CLICK[1293,2869]",
135
+ "action_description": "On Home Screen, click 'Add Expense' button, to start a new expense entry",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "CLICK[582,563]",
142
+ "action_description": "On Expense Entry, click 'Name' field, to enter expense name",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "TYPE[Property Taxes]",
149
+ "action_description": "On Expense Entry, type 'Property Taxes' in name field, to enter expense name",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "CLICK[568,854]",
156
+ "action_description": "On Expense Entry, click 'Amount' field, to enter expense amount",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "TYPE[269.19]",
163
+ "action_description": "On Expense Entry, type '269.19' in amount field, to enter expense amount",
164
+ "image_before": "23.png",
165
+ "image_after": "24.png"
166
+ },
167
+ {
168
+ "step_id": 24,
169
+ "action": "CLICK[715,1032]",
170
+ "action_description": "On Expense Entry, click 'Housing' button, to categorize the expense.",
171
+ "image_before": "24.png",
172
+ "image_after": "25.png"
173
+ },
174
+ {
175
+ "step_id": 25,
176
+ "action": "CLICK[827,1333]",
177
+ "action_description": "On Expense Entry, click 'Note' field, to add an optional note",
178
+ "image_before": "25.png",
179
+ "image_after": "26.png"
180
+ },
181
+ {
182
+ "step_id": 26,
183
+ "action": "TYPE[A need]",
184
+ "action_description": "On Expense Entry, type 'A need' in note field, to add an optional note",
185
+ "image_before": "26.png",
186
+ "image_after": "27.png"
187
+ },
188
+ {
189
+ "step_id": 27,
190
+ "action": "CLICK[498,1707]",
191
+ "action_description": "On Expense Entry, click 'SAVE' button, to save the expense.",
192
+ "image_before": "27.png",
193
+ "image_after": "28.png"
194
+ },
195
+ {
196
+ "step_id": 28,
197
+ "action": "CLICK[1289,2817]",
198
+ "action_description": "On Home Screen, click 'Add Expense' button, to start a new expense entry",
199
+ "image_before": "28.png",
200
+ "image_after": "29.png"
201
+ },
202
+ {
203
+ "step_id": 29,
204
+ "action": "CLICK[599,563]",
205
+ "action_description": "On Expense Entry, click 'Name' field, to enter expense name",
206
+ "image_before": "29.png",
207
+ "image_after": "30.png"
208
+ },
209
+ {
210
+ "step_id": 30,
211
+ "action": "TYPE[Home Repairs]",
212
+ "action_description": "On Expense Entry, type 'Home Repairs' in name field, to enter expense name",
213
+ "image_before": "30.png",
214
+ "image_after": "31.png"
215
+ },
216
+ {
217
+ "step_id": 31,
218
+ "action": "CLICK[295,819]",
219
+ "action_description": "On Expense Entry, click 'Amount' field, to enter expense amount",
220
+ "image_before": "31.png",
221
+ "image_after": "32.png"
222
+ },
223
+ {
224
+ "step_id": 32,
225
+ "action": "TYPE[405.42]",
226
+ "action_description": "On Expense Entry, type '405.42' in amount field, to enter expense amount",
227
+ "image_before": "32.png",
228
+ "image_after": "33.png"
229
+ },
230
+ {
231
+ "step_id": 33,
232
+ "action": "CLICK[711,1064]",
233
+ "action_description": "On Expense Entry, click 'Housing' button, to categorize the expense.",
234
+ "image_before": "33.png",
235
+ "image_after": "34.png"
236
+ },
237
+ {
238
+ "step_id": 34,
239
+ "action": "CLICK[838,1424]",
240
+ "action_description": "On Expense Entry, click 'Note' field, to add an optional note",
241
+ "image_before": "34.png",
242
+ "image_after": "35.png"
243
+ },
244
+ {
245
+ "step_id": 35,
246
+ "action": "TYPE[I may repeat this]",
247
+ "action_description": "On Expense Entry, type 'I may repeat this' in note field, to add an optional note",
248
+ "image_before": "35.png",
249
+ "image_after": "36.png"
250
+ },
251
+ {
252
+ "step_id": 36,
253
+ "action": "CLICK[648,1714]",
254
+ "action_description": "On Expense Entry, click 'SAVE' button, to save the expense.",
255
+ "image_before": "36.png",
256
+ "image_after": "37.png"
257
+ },
258
+ {
259
+ "step_id": 37,
260
+ "action": "TASK_COMPLETE",
261
+ "action_description": "On Expense Entry, complete task, successfully added all expenses",
262
+ "image_before": "37.png",
263
+ "image_after": null
264
+ }
265
+ ]
266
+ }
online/low_level_instructions/ExpenseAddMultipleFromMarkor.json ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Go through the transactions in my_expenses.txt in Markor. Log the reimbursable transactions in the pro expense.",
3
+ "task_name": "ExpenseAddMultipleFromMarkor_0",
4
+ "episode_id": "f570a595df7f42a3929b0fcba18e17f1",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[214,371]",
16
+ "action_description": "On Home Screen, click 'Markor' app icon, to open the app.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[610,609]",
23
+ "action_description": "In File List, click 'my_expenses.txt', to view its contents",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1219,234]",
30
+ "action_description": "On Expenses List, click 'Search' icon, to open search bar",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[239,413]",
37
+ "action_description": "On Document Editor, click 'Search' text field, to enter search query",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "TYPE[reimbursable]",
44
+ "action_description": "On Document Editor, type 'reimbursable' in search field, to filter for reimbursable expenses",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "PRESS_HOME",
51
+ "action_description": "On Document Editor, press home button, to minimize the app.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "SWIPE[LEFT]",
58
+ "action_description": "On Home Screen, swipe left, to access more apps",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[897,777]",
65
+ "action_description": "On Home Screen, click 'Pro Expense' app icon, to open the app.",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[1282,2796]",
72
+ "action_description": "On Home Screen, click 'Event Tickets' entry, to open expense details",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[253,549]",
79
+ "action_description": "On Expense Entry, click 'Name' field, to enter expense name",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "TYPE[Tailoring Services]",
86
+ "action_description": "On Expense Entry, type 'Tailoring Services' in name field, to specify expense category.",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[260,836]",
93
+ "action_description": "On Expense Entry, click 'Amount' field, to enter expense amount.",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "TYPE[375.56]",
100
+ "action_description": "On Expense Entry, type '375.56' in amount field, to enter expense cost.",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "SWIPE[LEFT]",
107
+ "action_description": "On Expense Entry, swipe left, to view more category options",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[1198,1064]",
114
+ "action_description": "On Expense Entry, click 'Clothes' button, to select expense category.",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[358,1312]",
121
+ "action_description": "On Expense Entry, click 'Note' field, to add an optional note.",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "TYPE[Remember to transfer funds]",
128
+ "action_description": "On Expense Entry, type 'Remember to transfer funds' in note field, to add a reminder.",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "CLICK[750,1728]",
135
+ "action_description": "On Expense Entry, click 'SAVE' button, to record the expense.",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "CLICK[1293,2803]",
142
+ "action_description": "On Home Screen, click 'Event Tickets' entry, to open expense details",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "CLICK[165,563]",
149
+ "action_description": "On Expense Entry, click 'Name' field, to enter expense name",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "TYPE[Health Insurance]",
156
+ "action_description": "On Expense Entry, type 'Health Insurance' in name field, to specify expense category",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "CLICK[218,854]",
163
+ "action_description": "On Expense Entry, click 'Amount' field, to enter expense amount.",
164
+ "image_before": "23.png",
165
+ "image_after": "24.png"
166
+ },
167
+ {
168
+ "step_id": 24,
169
+ "action": "TYPE[190.1]",
170
+ "action_description": "On Expense Entry, type '190.1' in amount field, to enter expense cost",
171
+ "image_before": "24.png",
172
+ "image_after": "25.png"
173
+ },
174
+ {
175
+ "step_id": 25,
176
+ "action": "SWIPE[LEFT]",
177
+ "action_description": "On Expense Entry, swipe left, to view more category options",
178
+ "image_before": "25.png",
179
+ "image_after": "26.png"
180
+ },
181
+ {
182
+ "step_id": 26,
183
+ "action": "SWIPE[LEFT]",
184
+ "action_description": "On Expense Entry, swipe left, to view more category options",
185
+ "image_before": "26.png",
186
+ "image_after": "27.png"
187
+ },
188
+ {
189
+ "step_id": 27,
190
+ "action": "CLICK[365,1078]",
191
+ "action_description": "On Expense Entry, click 'Health Care' button, to select expense category.",
192
+ "image_before": "27.png",
193
+ "image_after": "28.png"
194
+ },
195
+ {
196
+ "step_id": 28,
197
+ "action": "CLICK[186,1312]",
198
+ "action_description": "On Expense Entry, click 'Note' field, to add an optional note.",
199
+ "image_before": "28.png",
200
+ "image_after": "29.png"
201
+ },
202
+ {
203
+ "step_id": 29,
204
+ "action": "TYPE[I may repeats this]",
205
+ "action_description": "On Expense Entry, type 'I may repeats this' in note field, to add a reminder.",
206
+ "image_before": "29.png",
207
+ "image_after": "30.png"
208
+ },
209
+ {
210
+ "step_id": 30,
211
+ "action": "CLICK[852,1721]",
212
+ "action_description": "On Expense Entry, click 'SAVE' button, to record the expense.",
213
+ "image_before": "30.png",
214
+ "image_after": "31.png"
215
+ },
216
+ {
217
+ "step_id": 31,
218
+ "action": "TASK_COMPLETE",
219
+ "action_description": "On Expense Entry, complete task, successfully logged expenses",
220
+ "image_before": "31.png",
221
+ "image_after": null
222
+ }
223
+ ]
224
+ }
online/low_level_instructions/ExpenseAddSingle.json ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Add the following expenses into the pro expense:\nExpense: Interest Income\n amount_dollars: $460.73\n category_name: Income\n note: Want to have",
3
+ "task_name": "ExpenseAddSingle_0",
4
+ "episode_id": "a97b7f51b5b34638a88e5c0f763c9268",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "SWIPE[LEFT]",
16
+ "action_description": "On Home Screen, swipe left, to access more apps",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[901,763]",
23
+ "action_description": "On Home Screen, click 'Pro Expense' icon, to open the application",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1258,2792]",
30
+ "action_description": "On Home Screen, click 'Sportswear' entry, to open expense details",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[176,556]",
37
+ "action_description": "On Expense Entry, click 'Name' field, to enter expense name",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "TYPE[Interest Income]",
44
+ "action_description": "On Expense Entry, type 'Interest Income' in Name field, to enter expense name",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[228,833]",
51
+ "action_description": "On Expense Entry, click 'Amount' field, to enter expense amount",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "TYPE[460.73]",
58
+ "action_description": "On Expense Entry, type '460.73' in Amount field, to enter expense amount",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[400,1071]",
65
+ "action_description": "On Expense Entry, click 'Income' button, to select expense category",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[305,1323]",
72
+ "action_description": "On Expense Entry, click 'Note' field, to enter expense note",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "TYPE[Want to have]",
79
+ "action_description": "On Expense Entry, type 'Want to have' in Note field, to enter expense note",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[498,1693]",
86
+ "action_description": "On Expense Entry, click 'Save' button, to save the expense.",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "TASK_COMPLETE",
93
+ "action_description": "On Expense Entry, complete task, successfully saved expense",
94
+ "image_before": "13.png",
95
+ "image_after": null
96
+ }
97
+ ]
98
+ }
online/low_level_instructions/ExpenseDeleteDuplicates.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Delete all but one of any expenses in pro expense that are exact duplicates, ensuring at least one instance of each unique expense remains.",
3
+ "task_name": "ExpenseDeleteDuplicates_0",
4
+ "episode_id": "a0825508d2584bfba6e68c04ed257881",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "SWIPE[LEFT]",
16
+ "action_description": "On Home Screen, swipe left, to view more apps",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[894,759]",
23
+ "action_description": "On Home Screen, click 'Pro Expense' app icon, to open the app.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "SWIPE[UP]",
30
+ "action_description": "On Home Screen, swipe up, to view more expenses",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[733,2901]",
37
+ "action_description": "On Home Screen, click 'MORE' button, to view more expenses",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[610,941]",
44
+ "action_description": "On Expense Logs, click 'Streaming Services' entry, to view expense details.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[1300,2131]",
51
+ "action_description": "In Expense Detail, click trash icon, to delete expense.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[683,2890]",
58
+ "action_description": "On Delete Item Popup, click 'CONFIRM' button, to delete the selected expense.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "TASK_COMPLETE",
65
+ "action_description": "On Expense Logs, complete task, successfully deleted duplicate expense.",
66
+ "image_before": "9.png",
67
+ "image_after": null
68
+ }
69
+ ]
70
+ }
online/low_level_instructions/ExpenseDeleteMultiple.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Delete the following expenses from pro expense: Mortgage, Concert Tickets, Home Insurance.",
3
+ "task_name": "ExpenseDeleteMultiple_0",
4
+ "episode_id": "564dd64dcccd4052befb24d2e9b67c6c",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "SWIPE[LEFT]",
16
+ "action_description": "On Home Screen, swipe left, to view more apps",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[880,787]",
23
+ "action_description": "On Home Screen, click 'Pro Expense' icon, to open the application.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "SWIPE[UP]",
30
+ "action_description": "On Home Screen, swipe up, to view more expenses",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[722,2897]",
37
+ "action_description": "On Home Screen, click 'MORE' button, to view more expenses",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[624,924]",
44
+ "action_description": "On Expense Logs, click 'Mortgage' entry, to view details.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[1307,2120]",
51
+ "action_description": "In Expense Detail, click 'trash' icon, to delete expense.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[915,2901]",
58
+ "action_description": "On Delete Confirmation, click 'CONFIRM' button, to delete the selected expense.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[557,493]",
65
+ "action_description": "On Expense Logs, click 'Concert Tickets' entry, to view details.",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[1314,2152]",
72
+ "action_description": "In Expense Detail, click 'trash' icon, to delete expense.",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[722,2866]",
79
+ "action_description": "On Delete Confirmation, click 'CONFIRM' button, to delete the selected expense.",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[855,476]",
86
+ "action_description": "On Expense Logs, click 'Home Insurance' entry, to view details.",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[1286,2131]",
93
+ "action_description": "In Expense Detail, click 'trash' icon, to delete expense.",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[792,2904]",
100
+ "action_description": "On Delete Confirmation, click 'CONFIRM' button, to delete the selected expense.",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "TASK_COMPLETE",
107
+ "action_description": "On Expense Logs, complete task, successfully deleted expenses",
108
+ "image_before": "15.png",
109
+ "image_after": null
110
+ }
111
+ ]
112
+ }
online/low_level_instructions/ExpenseDeleteMultiple2.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Delete the following expenses from pro expense: Reimbursements, Cleaning Services, Gift for Friend.",
3
+ "task_name": "ExpenseDeleteMultiple2_0",
4
+ "episode_id": "8b7a295c3fbd41d4952f398913562343",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "SWIPE[LEFT]",
16
+ "action_description": "On Home Screen, swipe left, to access more apps",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[904,798]",
23
+ "action_description": "On Home Screen, click 'Pro Expense' icon, to open the application.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "SWIPE[UP]",
30
+ "action_description": "On Expense Summary, swipe up, to view more expenses",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[726,2897]",
37
+ "action_description": "On Home Screen, click 'MORE' button, to view more expenses",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[715,686]",
44
+ "action_description": "On Expense Logs, click 'Reimbursements', to view expense details",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[1296,2134]",
51
+ "action_description": "In Expense Detail, click trash icon, to initiate deletion.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[690,2876]",
58
+ "action_description": "On Delete Item Popup, click 'CONFIRM' button, to delete the expense.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "SWIPE[UP]",
65
+ "action_description": "On Expense Logs, swipe up, to view more expenses",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[673,1421]",
72
+ "action_description": "On Expense Logs, click 'Gift for Friend', to view expense details.",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[1293,2127]",
79
+ "action_description": "In Expense Detail, click trash icon, to initiate deletion.",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[789,2869]",
86
+ "action_description": "On Delete Item Popup, click 'CONFIRM' button, to delete the expense.",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "SWIPE[UP]",
93
+ "action_description": "On Expense Logs, swipe up, to view more expenses",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[733,2134]",
100
+ "action_description": "On Expense Logs, click 'Cleaning Services', to view expense details.",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[1286,2113]",
107
+ "action_description": "In Expense Detail, click trash icon, to initiate deletion.",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[796,2901]",
114
+ "action_description": "On Delete Item Popup, click 'CONFIRM' button, to delete the expense.",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "SWIPE[UP]",
121
+ "action_description": "On Expense Logs, swipe up, to view more expenses",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "SWIPE[UP]",
128
+ "action_description": "On Expense Logs, swipe up, to view more expenses",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "SWIPE[UP]",
135
+ "action_description": "On Expense Logs, swipe up, to view more expenses",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "SWIPE[UP]",
142
+ "action_description": "On Expense Logs, swipe up, to view more expenses",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "SWIPE[UP]",
149
+ "action_description": "On Expense Logs, swipe up, to view more expenses",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "SWIPE[UP]",
156
+ "action_description": "On Expense Logs, swipe up, to view more expenses",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "TASK_COMPLETE",
163
+ "action_description": "On Expense Logs, complete task, successfully deleted all expenses",
164
+ "image_before": "23.png",
165
+ "image_after": null
166
+ }
167
+ ]
168
+ }
online/low_level_instructions/ExpenseDeleteSingle.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Delete the following expenses from pro expense: Consulting Fees.",
3
+ "task_name": "ExpenseDeleteSingle_0",
4
+ "episode_id": "0fb9e17becfc4b13abdcbf714b6e526a",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "SWIPE[LEFT]",
16
+ "action_description": "On Home Screen, swipe left, to view more apps",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[880,752]",
23
+ "action_description": "On Home Screen, click 'Pro Expense' icon, to open the application.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[740,2383]",
30
+ "action_description": "On Home Screen, click 'Consulting Fees' entry, to view expense details.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[1279,2148]",
37
+ "action_description": "On Expense Details, click trash icon, to initiate deletion.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[733,2887]",
44
+ "action_description": "On Delete Item Confirmation, click 'CONFIRM' button, to delete the selected expense.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "TASK_COMPLETE",
51
+ "action_description": "On Delete Item Confirmation, complete task, successfully deleted expense",
52
+ "image_before": "7.png",
53
+ "image_after": null
54
+ }
55
+ ]
56
+ }
online/low_level_instructions/MarkorCreateFolder.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Create a new folder in Markor named folder_20250328_141935.",
3
+ "task_name": "MarkorCreateFolder_0",
4
+ "episode_id": "acd7452b5d804cc09e3b6e49942cc1d4",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[200,346]",
16
+ "action_description": "On Home Screen, click 'Markor' app icon, to open the application",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1289,2684]",
23
+ "action_description": "On Files Screen, click '+' button, to create new file or folder",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[239,1232]",
30
+ "action_description": "On New File Popup, click 'Name' field, to enter file name",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[folder_20250328_141935]",
37
+ "action_description": "On New File Popup, type 'folder_20250328_141935' in Name field, to enter folder name",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[1233,1389]",
44
+ "action_description": "On New File Popup, click 'Type' dropdown, to select folder type",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[305,2428]",
51
+ "action_description": "On New File Popup, click 'None' type, to create a folder",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[1233,1949]",
58
+ "action_description": "On New File Popup, click 'OK' button, to confirm folder creation",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "TASK_COMPLETE",
65
+ "action_description": "On Files Screen, complete task, successfully created folder",
66
+ "image_before": "9.png",
67
+ "image_after": null
68
+ }
69
+ ]
70
+ }
online/low_level_instructions/MarkorCreateNote.json ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Create a new note in Markor named 3oFK_pretty_owl.md with the following text: A journey of a thousand miles begins with a single step.",
3
+ "task_name": "MarkorCreateNote_0",
4
+ "episode_id": "5c991786958a4845bf54e9200b0926ad",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[214,350]",
16
+ "action_description": "On App Shortcut Bar, click '+' button, to create new item",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1300,2666]",
23
+ "action_description": "On Bottom Navigation Bar, click 'More' icon, to open options menu",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[221,1239]",
30
+ "action_description": "On File Creation Popup, click 'Name' field, to enter file name",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[3oFK_pretty_owl]",
37
+ "action_description": "On File Creation Popup, type '3oFK_pretty_owl' in Name field, to enter file name",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[1244,1386]",
44
+ "action_description": "On File Creation Popup, click 'Type' dropdown, to select file type",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[526,1435]",
51
+ "action_description": "On File Creation Popup, click 'Markdown' option, to choose file type",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[1251,1945]",
58
+ "action_description": "On File Creation Popup, click 'OK' button, to confirm file creation",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[347,420]",
65
+ "action_description": "On Keyboard Options Bar, click 'Down Arrow' icon, to hide keyboard",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "TYPE[A jouenry of a thousand miles begins with a single step]",
72
+ "action_description": "On Note Editor, type 'A jouenry of a thousand miles begins with a single step' in text field, to enter note content",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[1100,217]",
79
+ "action_description": "On Keyboard Options Bar, click 'Down Arrow' icon, to hide keyboard",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "TASK_COMPLETE",
86
+ "action_description": "On Note Editor, complete task, successfully created note",
87
+ "image_before": "12.png",
88
+ "image_after": null
89
+ }
90
+ ]
91
+ }
online/low_level_instructions/MarkorCreateNoteAndSms.json ADDED
@@ -0,0 +1,154 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Create a new note in Markor named 1ULx_busy_horse.md with the following text: The early bird catches the worm.. Share the entire content of the note with the phone number +10678056965 via SMS using Simple SMS Messenger",
3
+ "task_name": "MarkorCreateNoteAndSms_0",
4
+ "episode_id": "49b30e2a845c4b3eb92b08f568478da0",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left on app icons, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[239,350]",
16
+ "action_description": "On Home Screen, click 'More' button, to access additional app actions",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1307,2670]",
23
+ "action_description": "On Home Screen, click '+' button, to create new note",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[256,1232]",
30
+ "action_description": "On New Note Popup, click 'my_note' field, to edit note name",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[1ULx_busy_horse]",
37
+ "action_description": "On New Note Popup, type '1ULx_busy_horse' in name field, to rename note",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[1233,1382]",
44
+ "action_description": "On New Note Popup, click dropdown menu, to choose note type",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[393,1445]",
51
+ "action_description": "On New Note Popup, click 'Markdown' option, to select note type",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[1219,1928]",
58
+ "action_description": "On New Note Popup, click 'OK' button, to confirm note creation",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[109,420]",
65
+ "action_description": "On Note Editor, click checkmark button, to save note",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "TYPE[The early bird catches the worm.]",
72
+ "action_description": "On Note Editor, type 'The early bird catches the worm.' in note body, to insert text.",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[1072,245]",
79
+ "action_description": "On Note Editor, click share button, to open sharing options.",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[1356,227]",
86
+ "action_description": "On Note Editor, click three dots button, to open note options",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[1016,406]",
93
+ "action_description": "On Note Editor, click 'Share' button, to open sharing options.",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[999,409]",
100
+ "action_description": "On Share Options, click 'Plain Text', to select sharing method",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "SWIPE[UP]",
107
+ "action_description": "On Share Options, swipe up app list, to view more sharing options",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[1265,2232]",
114
+ "action_description": "On Share Options, click 'SMS Messenger' icon, to share note via SMS",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[92,455]",
121
+ "action_description": "On Share Options, click 'Simple SMS Messenger' icon, to share note via SMS",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "TYPE[+10678056965]",
128
+ "action_description": "On New Message Screen, type '+10678056965' in recipient field, to enter phone number",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "CLICK[1349,458]",
135
+ "action_description": "On New Message Screen, click 'Send' icon, to send SMS message",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "CLICK[1328,2789]",
142
+ "action_description": "On SMS Confirmation Popup, click 'Send' button, to share note content via SMS",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "TASK_COMPLETE",
149
+ "action_description": "On SMS Confirmation Popup, complete task, successfully shared note content",
150
+ "image_before": "21.png",
151
+ "image_after": null
152
+ }
153
+ ]
154
+ }
online/low_level_instructions/MarkorCreateNoteFromClipboard.json ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Create a note in Markor named calm_goat_KQYC.txt. Perform a paste operation in the note and save the note.",
3
+ "task_name": "MarkorCreateNoteFromClipboard_0",
4
+ "episode_id": "733fefa79e2b4175a417b53d1c887178",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[214,378]",
16
+ "action_description": "On Home Screen, click 'Markor' app icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1321,2691]",
23
+ "action_description": "On Home Screen, click '+' button, to create a new note",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[225,1221]",
30
+ "action_description": "On New Note Popup, click 'Name' field, to enter file name",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[calm_goat_KQYC]",
37
+ "action_description": "On New Note Popup, type 'calm_goat_KQYC' in Name field, to enter file name",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[1268,878]",
44
+ "action_description": "On New Note Popup, click 'Type' dropdown, to select file type",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[505,1102]",
51
+ "action_description": "On File Type Selection, click 'Plain Text', to choose file type",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[1219,1431]",
58
+ "action_description": "On New Note Popup, click 'OK' button, to confirm note creation",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[708,2015]",
65
+ "action_description": "On Keyboard Toolbar, click 'Clipboard' icon, to access copied content",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "SWIPE[UP]",
72
+ "action_description": "On Clipboard History, swipe up, to view more copied items",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "SWIPE[DOWN]",
79
+ "action_description": "On Clipboard History, swipe down, to view previous items",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[512,2320]",
86
+ "action_description": "On Clipboard History, click 'Delete all but one...' item, to paste into note",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[1114,259]",
93
+ "action_description": "On Clipboard History, click 'Delete all but one...' item, to paste into note",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "TASK_COMPLETE",
100
+ "action_description": "On Clipboard History, complete task, successfully pasted text",
101
+ "image_before": "14.png",
102
+ "image_after": null
103
+ }
104
+ ]
105
+ }
online/low_level_instructions/MarkorEditNote.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Edit note_DqCek.md in Markor. Add to the bottom of the note The night is dark and full of terrors.",
3
+ "task_name": "MarkorEditNote_0",
4
+ "episode_id": "b160b61a4b6047708213090a412bd7e5",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[221,346]",
16
+ "action_description": "On Home Screen, click 'Markor' app icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "SWIPE[UP]",
23
+ "action_description": "On Files List, swipe up, to scroll through files.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[536,1102]",
30
+ "action_description": "On Files List, click 'note_DqCek.md', to open the note.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[155,497]",
37
+ "action_description": "On Note Editing Screen, click text input area, to begin editing.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "TYPE[The night is dark and full of terrors]",
44
+ "action_description": "On Note Editing Screen, type 'The night is dark and full of terrors' in text input area, to add text to the note.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[1100,248]",
51
+ "action_description": "On Note Editing Screen, click 'Enter' key, to move to the next line",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "TASK_COMPLETE",
58
+ "action_description": "On Note Editing Screen, complete task, successfully edited the note",
59
+ "image_before": "8.png",
60
+ "image_after": null
61
+ }
62
+ ]
63
+ }
online/low_level_instructions/MarkorMergeNotes.json ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Merge the contents of Markor notes JLXs_witty_igloo.txt, final_fair_bear.txt and jolly_eagle_t8jW.txt (in the same order) into a new Markor note named iv9QPXX2 and save it. Add a new line between the content of each note.",
3
+ "task_name": "MarkorMergeNotes_0",
4
+ "episode_id": "b47f39991a934ba99065b07bf46b5ac9",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access app drawer",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[235,350]",
16
+ "action_description": "On Home Screen, click 'Markor' app icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[676,840]",
23
+ "action_description": "On File List, click 'JLXs_witty_igloo.txt', to open the note",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "PRESS_BACK",
30
+ "action_description": "In Note Editor, press back button, to return to file list",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[550,626]",
37
+ "action_description": "On File List, click '+' button, to create new note",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "PRESS_BACK",
44
+ "action_description": "In Note Editor, press back button, to return to file list.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[540,1011]",
51
+ "action_description": "On File List, click 'jolly_eagle_t8jW.txt', to open the note",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "PRESS_BACK",
58
+ "action_description": "In Note Editor, press back button, to return to file list.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[1279,2680]",
65
+ "action_description": "On File List, click '+' button, to open new note creation dialog",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[302,1232]",
72
+ "action_description": "On File List, click 'Name' field, to enter file name",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "TYPE[iv9QPXX2]",
79
+ "action_description": "In File Creation Dialog, type 'iv9QPXX2' in Name field, to enter new file name",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[1216,1382]",
86
+ "action_description": "In File Creation Dialog, click 'Type' dropdown, to select file type",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[298,2446]",
93
+ "action_description": "In File Creation Dialog, click 'None' option, to select file type as plain text",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[1251,1938]",
100
+ "action_description": "In File Creation Dialog, click 'OK' button, to create new file",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[274,472]",
107
+ "action_description": "On File List, click red circle, to start recording text from opened notes",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "TYPE[k1Oj6EYz6HXIf8LI3vM7]",
114
+ "action_description": "In Text Editor, type 'k1Oj6EYz6HXIf8LI3vM7' in text field, to paste copied text from 'final_fair_bear.txt'.",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "PRESS_ENTER",
121
+ "action_description": "In Text Editor, press enter, to start a new line.",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "PRESS_ENTER",
128
+ "action_description": "In Text Editor, press enter, to start a new line.",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "TYPE[SBP6KoihoViHIIxk4vVq]",
135
+ "action_description": "In Text Editor, type 'SBP6KoihoViHIIxk4vVq' in text field, to paste copied text from 'jolly_eagle_t8jW.txt'.",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "PRESS_ENTER",
142
+ "action_description": "In Text Editor, press enter, to start a new line.",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "PRESS_ENTER",
149
+ "action_description": "In Text Editor, press enter, to start a new line.",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "TYPE[KZDuCBUuPE7txrG7zV6U]",
156
+ "action_description": "In Text Editor, type 'KZDuCBUuPE7txrG7zV6U' in text field, to paste copied text from 'JLXs_witty_igloo.txt'.",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "CLICK[1083,248]",
163
+ "action_description": "On Text Editor, click 'Save' button, to save the merged note.",
164
+ "image_before": "23.png",
165
+ "image_after": "24.png"
166
+ },
167
+ {
168
+ "step_id": 24,
169
+ "action": "TASK_COMPLETE",
170
+ "action_description": "On Text Editor, complete task, successfully merged and saved notes",
171
+ "image_before": "24.png",
172
+ "image_after": null
173
+ }
174
+ ]
175
+ }
online/low_level_instructions/NotesIsTodo.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Is the note titled 'Recipe Collection' in the Joplin app marked as a todo item? Respond with either 'True' if it is a todo or 'False' if not.",
3
+ "task_name": "NotesIsTodo_0",
4
+ "episode_id": "5daea0939c1c424cae87c121b46e4c18",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[246,2019]",
16
+ "action_description": "On Home Screen, click 'Joplin' icon, to open the app.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1163,220]",
23
+ "action_description": "On All Notes List, click 'Search' icon, to open search bar",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[242,427]",
30
+ "action_description": "On All Notes List, click below search bar, to prepare for text input",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[Recipe Collection]",
37
+ "action_description": "On All Notes List, type 'Recipe Collection' in search bar, to search for specific note",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "PRESS_ENTER",
44
+ "action_description": "On All Notes List, press enter, to initiate search.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "TASK_COMPLETE[True]",
51
+ "action_description": "On All Notes List, complete task, the answer is \"True\".",
52
+ "image_before": "7.png",
53
+ "image_after": null
54
+ }
55
+ ]
56
+ }
online/low_level_instructions/NotesMeetingAttendeeCount.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "How many attendees were present in the meeting titled 'Product Roadmap Alignment' in the Joplin app? Express your answer as just a single number.",
3
+ "task_name": "NotesMeetingAttendeeCount_0",
4
+ "episode_id": "819e536bc35d4730b766a1f883f701bf",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[242,2005]",
16
+ "action_description": "On Home Screen, click 'Joplin' icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1195,241]",
23
+ "action_description": "On All Notes List, click search icon, to open search bar",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[81,399]",
30
+ "action_description": "On All Notes List, click empty space, to close search bar",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[Product Roadmap Alignment]",
37
+ "action_description": "On All Notes List, type 'Product Roadmap Alignment' in search bar, to find relevant meeting notes.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[610,560]",
44
+ "action_description": "On All Notes List, click 'Product Roadmap Alignment' note, to view meeting details. [Memory: 80 attendees participated in the meeting]",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "TASK_COMPLETE[80]",
51
+ "action_description": "On All Notes List, complete task, the answer is \"80\".",
52
+ "image_before": "7.png",
53
+ "image_after": null
54
+ }
55
+ ]
56
+ }
online/low_level_instructions/NotesRecipeIngredientCount.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "What quantity of almond flour do I need for the recipe 'Tacos' in the Joplin app? Express your answer in the format <amount> <unit> where both the amount and unit exactly match the format in the recipe.",
3
+ "task_name": "NotesRecipeIngredientCount_0",
4
+ "episode_id": "554fd8a09ada4c80a4bea4338fafc2b5",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[214,2026]",
16
+ "action_description": "On Home Screen, click 'Joplin' icon, to open the app.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1191,248]",
23
+ "action_description": "On Notes List, click 'Add Note' button, to create a new note.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[71,388]",
30
+ "action_description": "On Keyboard, click space bar, to enter a space.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[Tacos]",
37
+ "action_description": "On Keyboard, type 'Tacos' in search field, to search for the recipe.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[214,567]",
44
+ "action_description": "On Notes List, click 'Tacos' note, to open the recipe",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[172,542]",
51
+ "action_description": "On Notes List, click 'Tacos' note, to view recipe details.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "TASK_COMPLETE[1/2 cup]",
58
+ "action_description": "On Notes List, complete task, the answer is \"1/2 cup\".",
59
+ "image_before": "8.png",
60
+ "image_after": null
61
+ }
62
+ ]
63
+ }
online/low_level_instructions/OpenAppTaskEval.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Open the camera app. Clear any pop-ups that may appear by granting all permissions that are required.",
3
+ "task_name": "OpenAppTaskEval_0",
4
+ "episode_id": "dad413b4ce7844dd913c607e4ecf65c6",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[554,738]",
16
+ "action_description": "On Home Screen, click 'Camera' icon, to open the app.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[775,1945]",
23
+ "action_description": "On Location Permission, click 'While using the app', to grant camera access",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "TASK_COMPLETE",
30
+ "action_description": "On Camera Screen, complete task, successfully opened camera",
31
+ "image_before": "4.png",
32
+ "image_after": null
33
+ }
34
+ ]
35
+ }
online/low_level_instructions/OsmAndFavorite.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Add a favorite location marker for Triesen, Liechtenstein in the OsmAnd maps app.",
3
+ "task_name": "OsmAndFavorite_0",
4
+ "episode_id": "e152fa900c28417b95150231b2d938b9",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[887,1609]",
16
+ "action_description": "On Home Screen, click 'OsmAnd' icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[284,248]",
23
+ "action_description": "On Map View, click search icon, to open search bar",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[291,234]",
30
+ "action_description": "On Search Bar, click search field, to enter search query",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[Triesen, Liechtenstein]",
37
+ "action_description": "On Search Bar, type 'Triesen, Liechtenstein' in search field, to enter desired location. [Memory: Liechtenstein is 3296 miles away from the user's current location]",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[536,661]",
44
+ "action_description": "On Search Results, click 'Liechtenstein' result, to view location on map",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[186,2750]",
51
+ "action_description": "On Location Details, click 'Add' button, to start creating a favorite marker.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[1121,2855]",
58
+ "action_description": "On Add Favorite Screen, click 'Save' button, to save the new favorite location.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "TASK_COMPLETE",
65
+ "action_description": "On Add Favorite Screen, complete task, successfully added favorite location",
66
+ "image_before": "9.png",
67
+ "image_after": null
68
+ }
69
+ ]
70
+ }
online/low_level_instructions/OsmAndMarker.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Add a location marker for Oberplanken, Liechtenstein in the OsmAnd maps app.",
3
+ "task_name": "OsmAndMarker_0",
4
+ "episode_id": "a6121a35cdac495cb1f4ae08583dd44b",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[901,1616]",
16
+ "action_description": "On App Launcher, click 'OsmAnd' icon, to open the maps app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[270,248]",
23
+ "action_description": "On Map View, click search icon, to open search bar",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[260,227]",
30
+ "action_description": "On Search Bar, click search field, to enter search query",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[Oberplanken, Liechtenstein]",
37
+ "action_description": "On Search Bar, type 'Oberplanken, Liechtenstein' in search field, to enter desired location. [Memory: Liechtenstein is 3296 miles away]",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[866,693]",
44
+ "action_description": "On Search Results, click 'Show on Map' button, to view location on map",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[529,2740]",
51
+ "action_description": "On Map View, click 'Marker' button, to drop a location pin.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "TASK_COMPLETE",
58
+ "action_description": "On Map View, complete task, successfully added marker",
59
+ "image_before": "8.png",
60
+ "image_after": null
61
+ }
62
+ ]
63
+ }
online/low_level_instructions/RecipeAddMultipleRecipes.json ADDED
@@ -0,0 +1,350 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Add the following recipes into the Broccoli app:\ntitle|description|servings|preparationTime|ingredients|directions\nSpicy Tuna Wraps|A delicious and healthy choice for any time of the day.|6 servings|30 mins|to your liking|Mix canned tuna with mayo and sriracha. Spread on tortillas, add lettuce and cucumber slices, roll up. Try adding a pinch of your favorite spices for extra flavor.\nChicken Alfredo Pasta|A quick and easy meal, perfect for busy weekdays.|2 servings|45 mins|as per recipe|Cook fettuccine pasta, toss with Alfredo sauce and grilled chicken strips. Serve with a sprinkle of Parmesan cheese. Try adding a pinch of your favorite spices for extra flavor.\nVegetable Stir Fry with Tofu|An ideal recipe for experimenting with different flavors and ingredients.|1 serving|2 hrs|varies|Stir-fry tofu cubes until golden, add assorted vegetables and a stir-fry sauce. Serve over rice or noodles. Garnish with fresh herbs for a more vibrant taste.",
3
+ "task_name": "RecipeAddMultipleRecipes_0",
4
+ "episode_id": "3ba5af49b9f04d0da6cdc43aa7351ce1",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps.",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[890,336]",
16
+ "action_description": "On Home Screen, click 'Broccoli' app icon, to open the app.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1282,2859]",
23
+ "action_description": "On Recipes List, click '+' button, to create a new recipe",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[316,1193]",
30
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe title",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[Spicy Tuna Wraps]",
37
+ "action_description": "On New Recipe Screen, type 'Spicy Tuna Wraps' in Title field, to enter recipe title.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[256,1760]",
44
+ "action_description": "On New Recipe Screen, click 'Description' field, to enter recipe description",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "TYPE[A delicious and healthy choice for any time of the day.]",
51
+ "action_description": "On New Recipe Screen, type 'A delicious and healthy choice for any time of the day.' in Description field, to enter recipe description.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[274,2358]",
58
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter number of servings",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "TYPE[6 servings]",
65
+ "action_description": "On New Recipe Screen, type '6 servings' in Servings field, to enter number of servings",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[239,2638]",
72
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter preparation time",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "TYPE[30 mins]",
79
+ "action_description": "On New Recipe Screen, type '30 mins' in Time field, to enter preparation time",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "SWIPE[UP]",
86
+ "action_description": "On New Recipe Screen, swipe up, to view more recipe fields",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[239,2369]",
93
+ "action_description": "On New Recipe Screen, click 'Ingredients' field, to enter recipe ingredients",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "TYPE[to your liking]",
100
+ "action_description": "On New Recipe Screen, type 'to your liking' in Ingredients field, to enter recipe ingredients",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[232,2621]",
107
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter recipe directions",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "TYPE[Mix canned tuna with mayo and sriracha. Spread on tortillas, add lettuce and cucumber slices, roll up. Try adding a pinch of your favorite spices for extra flavor.]",
114
+ "action_description": "On New Recipe Screen, type 'Mix canned tuna with mayo and sriracha. Spread on tortillas, add lettuce and cucumber slices, roll up. Try adding a pinch of your favorite spices for extra flavor.' in Directions field, to enter recipe directions",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[1258,217]",
121
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "CLICK[71,238]",
128
+ "action_description": "On Recipe Details Screen, click back button, to return to recipe list.",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "CLICK[1272,2897]",
135
+ "action_description": "On Recipes List, click '+' button, to create a new recipe",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "CLICK[302,1207]",
142
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe title",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "TYPE[Chicken Alfredo Pasta]",
149
+ "action_description": "On New Recipe Screen, type 'Chicken Alfredo Pasta' in Title field, to enter recipe title.",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "CLICK[291,1742]",
156
+ "action_description": "On New Recipe Screen, click 'Description' field, to enter recipe description",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "TYPE[A quick and easy meal, perfect for busy weekdays.]",
163
+ "action_description": "On New Recipe Screen, type 'A quick and easy meal, perfect for busy weekdays.' in Description field, to enter recipe description.",
164
+ "image_before": "23.png",
165
+ "image_after": "24.png"
166
+ },
167
+ {
168
+ "step_id": 24,
169
+ "action": "CLICK[316,2334]",
170
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter number of servings",
171
+ "image_before": "24.png",
172
+ "image_after": "25.png"
173
+ },
174
+ {
175
+ "step_id": 25,
176
+ "action": "TYPE[2 servings]",
177
+ "action_description": "On New Recipe Screen, type '2 servings' in Servings field, to enter number of servings",
178
+ "image_before": "25.png",
179
+ "image_after": "26.png"
180
+ },
181
+ {
182
+ "step_id": 26,
183
+ "action": "CLICK[253,2624]",
184
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter preparation time",
185
+ "image_before": "26.png",
186
+ "image_after": "27.png"
187
+ },
188
+ {
189
+ "step_id": 27,
190
+ "action": "TYPE[45 mins]",
191
+ "action_description": "On New Recipe Screen, type '45 mins' in Time field, to enter preparation time",
192
+ "image_before": "27.png",
193
+ "image_after": "28.png"
194
+ },
195
+ {
196
+ "step_id": 28,
197
+ "action": "SWIPE[UP]",
198
+ "action_description": "On New Recipe Screen, swipe up, to view more recipe fields",
199
+ "image_before": "28.png",
200
+ "image_after": "29.png"
201
+ },
202
+ {
203
+ "step_id": 29,
204
+ "action": "CLICK[242,2379]",
205
+ "action_description": "On New Recipe Screen, click 'Ingredients' field, to enter recipe ingredients",
206
+ "image_before": "29.png",
207
+ "image_after": "30.png"
208
+ },
209
+ {
210
+ "step_id": 30,
211
+ "action": "TYPE[as per recipe]",
212
+ "action_description": "On New Recipe Screen, type 'as per recipe' in Ingredients field, to enter recipe ingredients",
213
+ "image_before": "30.png",
214
+ "image_after": "31.png"
215
+ },
216
+ {
217
+ "step_id": 31,
218
+ "action": "CLICK[246,2628]",
219
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter recipe directions",
220
+ "image_before": "31.png",
221
+ "image_after": "32.png"
222
+ },
223
+ {
224
+ "step_id": 32,
225
+ "action": "TYPE[Cook fettuccine pasta, toss with Alfredo sauce and grilled chicken strips. Serve with a sprinkle of Parmesan cheese. Try adding a pinch of your favorite spices for extra flavor.]",
226
+ "action_description": "On New Recipe Screen, type 'Cook fettuccine pasta, toss with Alfredo sauce and grilled chicken strips. Serve with a sprinkle of Parmesan cheese. Try adding a pinch of your favorite spices for extra flavor.' in Directions field, to enter recipe directions",
227
+ "image_before": "32.png",
228
+ "image_after": "33.png"
229
+ },
230
+ {
231
+ "step_id": 33,
232
+ "action": "CLICK[1275,241]",
233
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe.",
234
+ "image_before": "33.png",
235
+ "image_after": "34.png"
236
+ },
237
+ {
238
+ "step_id": 34,
239
+ "action": "CLICK[81,227]",
240
+ "action_description": "On Recipe Details Screen, click back button, to return to recipe list.",
241
+ "image_before": "34.png",
242
+ "image_after": "35.png"
243
+ },
244
+ {
245
+ "step_id": 35,
246
+ "action": "CLICK[1275,2890]",
247
+ "action_description": "On Recipes List, click '+' button, to create a new recipe",
248
+ "image_before": "35.png",
249
+ "image_after": "36.png"
250
+ },
251
+ {
252
+ "step_id": 36,
253
+ "action": "CLICK[284,1211]",
254
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe title",
255
+ "image_before": "36.png",
256
+ "image_after": "37.png"
257
+ },
258
+ {
259
+ "step_id": 37,
260
+ "action": "TYPE[Vegetable Stir Fry with Tofu]",
261
+ "action_description": "On New Recipe Screen, type 'Vegetable Stir Fry with Tofu' in Title field, to enter recipe title.",
262
+ "image_before": "37.png",
263
+ "image_after": "38.png"
264
+ },
265
+ {
266
+ "step_id": 38,
267
+ "action": "CLICK[270,1746]",
268
+ "action_description": "On New Recipe Screen, click 'Description' field, to enter recipe description.",
269
+ "image_before": "38.png",
270
+ "image_after": "39.png"
271
+ },
272
+ {
273
+ "step_id": 39,
274
+ "action": "TYPE[An ideal recipe for experimenting with different flavors and ingredients.]",
275
+ "action_description": "On New Recipe Screen, type 'An ideal recipe for experimenting with different flavors and ingredients.' in Description field, to enter recipe description.",
276
+ "image_before": "39.png",
277
+ "image_after": "40.png"
278
+ },
279
+ {
280
+ "step_id": 40,
281
+ "action": "CLICK[249,2362]",
282
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter number of servings",
283
+ "image_before": "40.png",
284
+ "image_after": "41.png"
285
+ },
286
+ {
287
+ "step_id": 41,
288
+ "action": "TYPE[1 servings]",
289
+ "action_description": "On New Recipe Screen, type '1 servings' in Servings field, to enter number of servings",
290
+ "image_before": "41.png",
291
+ "image_after": "42.png"
292
+ },
293
+ {
294
+ "step_id": 42,
295
+ "action": "CLICK[253,2628]",
296
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter preparation time",
297
+ "image_before": "42.png",
298
+ "image_after": "43.png"
299
+ },
300
+ {
301
+ "step_id": 43,
302
+ "action": "TYPE[2 hrs]",
303
+ "action_description": "On New Recipe Screen, type '2 hrs' in Time field, to enter preparation time",
304
+ "image_before": "43.png",
305
+ "image_after": "44.png"
306
+ },
307
+ {
308
+ "step_id": 44,
309
+ "action": "SWIPE[UP]",
310
+ "action_description": "On New Recipe Screen, swipe up, to view more recipe fields",
311
+ "image_before": "44.png",
312
+ "image_after": "45.png"
313
+ },
314
+ {
315
+ "step_id": 45,
316
+ "action": "TYPE[varies]",
317
+ "action_description": "On New Recipe Screen, type 'varies' in Ingredients field, to enter recipe ingredients",
318
+ "image_before": "45.png",
319
+ "image_after": "46.png"
320
+ },
321
+ {
322
+ "step_id": 46,
323
+ "action": "CLICK[267,2638]",
324
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter recipe directions",
325
+ "image_before": "46.png",
326
+ "image_after": "47.png"
327
+ },
328
+ {
329
+ "step_id": 47,
330
+ "action": "TYPE[Stir-fry tofu cubes until golden, add assorted vegetables and a stir-fry sauce. Serve over rice or noodles. Garnish with fresh herbs for a more vibrant taste.]",
331
+ "action_description": "On New Recipe Screen, type 'Stir-fry tofu cubes until golden, add assorted vegetables and a stir-fry sauce. Serve over rice or noodles. Garnish with fresh herbs for a more vibrant taste.' in Directions field, to enter recipe directions",
332
+ "image_before": "47.png",
333
+ "image_after": "48.png"
334
+ },
335
+ {
336
+ "step_id": 48,
337
+ "action": "CLICK[1258,234]",
338
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe.",
339
+ "image_before": "48.png",
340
+ "image_after": "49.png"
341
+ },
342
+ {
343
+ "step_id": 49,
344
+ "action": "TASK_COMPLETE",
345
+ "action_description": "On New Recipe Screen, complete task, successfully saved recipe",
346
+ "image_before": "49.png",
347
+ "image_after": null
348
+ }
349
+ ]
350
+ }
online/low_level_instructions/RecipeAddMultipleRecipesFromImage.json ADDED
@@ -0,0 +1,385 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Add the recipes from recipes.jpg in Simple Gallery Pro to the Broccoli recipe app.",
3
+ "task_name": "RecipeAddMultipleRecipesFromImage_0",
4
+ "episode_id": "6c017b3aac92416780b65e3f72222211",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left on app pages, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[557,1581]",
16
+ "action_description": "On Home Screen, click 'Gallery' icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[260,605]",
23
+ "action_description": "On Search Folders Screen, click 'DCIM' option, to search for images in that folder",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[267,654]",
30
+ "action_description": "On DCIM Folder Screen, click 'recipes.jpg', to open the image.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "PRESS_HOME",
37
+ "action_description": "On Image Viewer Screen, press home button, to return to Home Screen.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[869,332]",
44
+ "action_description": "On Home Screen, click 'Broccoli' icon, to open the recipe app.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[1307,2894]",
51
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[284,1200]",
58
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe name",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "TYPE[Quinoa Salad with Vegetables]",
65
+ "action_description": "On New Recipe Screen, type 'Quinoa Salad with Vegetables' in Title field, to enter recipe name",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[249,1739]",
72
+ "action_description": "On New Recipe Screen, click 'Description' field, to add recipe details",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "TYPE[An ideal recipe for experimenting with different flavors and ingredients.]",
79
+ "action_description": "On New Recipe Screen, type 'An ideal recipe for experimenting with different flavors and ingredients.' in Description field, to add recipe details",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[260,2355]",
86
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter serving information",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "TYPE[3-4 servings]",
93
+ "action_description": "On New Recipe Screen, type '3-4 servings' in Servings field, to enter serving information",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[274,2610]",
100
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter cooking time",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "TYPE[30 mins]",
107
+ "action_description": "On New Recipe Screen, type '30 mins' in Time field, to enter cooking time",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "SWIPE[UP]",
114
+ "action_description": "On New Recipe Screen, swipe up, to view more recipe fields",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[225,2376]",
121
+ "action_description": "On New Recipe Screen, click 'Ingredients' field, to enter ingredient list",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "TYPE[adjustable]",
128
+ "action_description": "On New Recipe Screen, type 'adjustable' in Ingredients field, to specify the ingredients list is adjustable",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "CLICK[235,2638]",
135
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter cooking directions",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "TYPE[Mix cooked quinoa with dices vegetables, feta cheese, and a lemon olive oil dressing. Feel free to substitute with ingtedients you have on hand.]",
142
+ "action_description": "On New Recipe Screen, type 'Mix cooked quinoa with diced vegetables, feta cheese, and a lemon olive oil dressing. Feel free to substitute with ingredients you have on hand.' in Directions field, to enter cooking directions",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "CLICK[1268,238]",
149
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "CLICK[106,238]",
156
+ "action_description": "On Recipe Details Screen, click back button, to return to recipe list",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "CLICK[1268,2894]",
163
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
164
+ "image_before": "23.png",
165
+ "image_after": "24.png"
166
+ },
167
+ {
168
+ "step_id": 24,
169
+ "action": "CLICK[277,1186]",
170
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe name",
171
+ "image_before": "24.png",
172
+ "image_after": "25.png"
173
+ },
174
+ {
175
+ "step_id": 25,
176
+ "action": "TYPE[Vegetarian Chili]",
177
+ "action_description": "On New Recipe Screen, type 'Vegetarian Chili' in Title field, to enter recipe name",
178
+ "image_before": "25.png",
179
+ "image_after": "26.png"
180
+ },
181
+ {
182
+ "step_id": 26,
183
+ "action": "CLICK[239,1735]",
184
+ "action_description": "On New Recipe Screen, click 'Description' field, to add recipe details",
185
+ "image_before": "26.png",
186
+ "image_after": "27.png"
187
+ },
188
+ {
189
+ "step_id": 27,
190
+ "action": "TYPE[A delicious and healthy choice for any time of the day.]",
191
+ "action_description": "On New Recipe Screen, type 'A delicious and healthy choice for any time of the day.' in Description field, to add recipe details.",
192
+ "image_before": "27.png",
193
+ "image_after": "28.png"
194
+ },
195
+ {
196
+ "step_id": 28,
197
+ "action": "CLICK[270,2369]",
198
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter serving information",
199
+ "image_before": "28.png",
200
+ "image_after": "29.png"
201
+ },
202
+ {
203
+ "step_id": 29,
204
+ "action": "TYPE[6 servings]",
205
+ "action_description": "On New Recipe Screen, type '6 servings' in Servings field, to enter serving information",
206
+ "image_before": "29.png",
207
+ "image_after": "30.png"
208
+ },
209
+ {
210
+ "step_id": 30,
211
+ "action": "CLICK[263,2628]",
212
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter cooking time",
213
+ "image_before": "30.png",
214
+ "image_after": "31.png"
215
+ },
216
+ {
217
+ "step_id": 31,
218
+ "action": "TYPE[45 mins]",
219
+ "action_description": "On New Recipe Screen, type '45 mins' in Time field, to enter cooking time",
220
+ "image_before": "31.png",
221
+ "image_after": "32.png"
222
+ },
223
+ {
224
+ "step_id": 32,
225
+ "action": "SWIPE[UP]",
226
+ "action_description": "On New Recipe Screen, swipe up, to view more recipe fields",
227
+ "image_before": "32.png",
228
+ "image_after": "33.png"
229
+ },
230
+ {
231
+ "step_id": 33,
232
+ "action": "CLICK[239,2383]",
233
+ "action_description": "On New Recipe Screen, click 'Ingredients' field, to enter ingredient list",
234
+ "image_before": "33.png",
235
+ "image_after": "34.png"
236
+ },
237
+ {
238
+ "step_id": 34,
239
+ "action": "TYPE[subject to change]",
240
+ "action_description": "On New Recipe Screen, type 'subject to change' in Ingredients field, to specify the ingredients list is adjustable",
241
+ "image_before": "34.png",
242
+ "image_after": "35.png"
243
+ },
244
+ {
245
+ "step_id": 35,
246
+ "action": "CLICK[232,2631]",
247
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter cooking directions",
248
+ "image_before": "35.png",
249
+ "image_after": "36.png"
250
+ },
251
+ {
252
+ "step_id": 36,
253
+ "action": "TYPE[Cook onions, garlic bell peppers, and carrots. Add canned tomatoes, kidney beans, black beans, corn, and chili seasoning. Simmer until vegetables are tender. Try adding a pinch of your favorite spices for extra flavor.]",
254
+ "action_description": "On New Recipe Screen, type 'Cook onions, garlic bell peppers, and carrots. Add canned tomatoes, kidney beans, black beans, corn, and chili seasoning. Simmer until vegetables are tender. Try adding a pinch of your favorite spices for extra flavor.' in Directions field, to enter cooking directions",
255
+ "image_before": "36.png",
256
+ "image_after": "37.png"
257
+ },
258
+ {
259
+ "step_id": 37,
260
+ "action": "CLICK[1303,224]",
261
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe",
262
+ "image_before": "37.png",
263
+ "image_after": "38.png"
264
+ },
265
+ {
266
+ "step_id": 38,
267
+ "action": "CLICK[95,231]",
268
+ "action_description": "On Recipes List, click back button, to return to previous screen",
269
+ "image_before": "38.png",
270
+ "image_after": "39.png"
271
+ },
272
+ {
273
+ "step_id": 39,
274
+ "action": "CLICK[1286,2894]",
275
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
276
+ "image_before": "39.png",
277
+ "image_after": "40.png"
278
+ },
279
+ {
280
+ "step_id": 40,
281
+ "action": "CLICK[330,1211]",
282
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe name",
283
+ "image_before": "40.png",
284
+ "image_after": "41.png"
285
+ },
286
+ {
287
+ "step_id": 41,
288
+ "action": "TYPE[Avocado Toast with Egg]",
289
+ "action_description": "On New Recipe Screen, type 'Avocado Toast with Egg' in Title field, to enter recipe name",
290
+ "image_before": "41.png",
291
+ "image_after": "42.png"
292
+ },
293
+ {
294
+ "step_id": 42,
295
+ "action": "CLICK[267,1732]",
296
+ "action_description": "On New Recipe Screen, click 'Description' field, to add recipe details",
297
+ "image_before": "42.png",
298
+ "image_after": "43.png"
299
+ },
300
+ {
301
+ "step_id": 43,
302
+ "action": "TYPE[An ideal recipe for experimenting with different flavors and ingredients.]",
303
+ "action_description": "On New Recipe Screen, type 'An ideal recipe for experimenting with different flavors and ingredients.' in Description field, to add recipe details",
304
+ "image_before": "43.png",
305
+ "image_after": "44.png"
306
+ },
307
+ {
308
+ "step_id": 44,
309
+ "action": "CLICK[263,2358]",
310
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter serving information",
311
+ "image_before": "44.png",
312
+ "image_after": "45.png"
313
+ },
314
+ {
315
+ "step_id": 45,
316
+ "action": "TYPE[2 servings]",
317
+ "action_description": "On New Recipe Screen, type '2 servings' in Servings field, to enter serving information",
318
+ "image_before": "45.png",
319
+ "image_after": "46.png"
320
+ },
321
+ {
322
+ "step_id": 46,
323
+ "action": "CLICK[242,2635]",
324
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter cooking time",
325
+ "image_before": "46.png",
326
+ "image_after": "47.png"
327
+ },
328
+ {
329
+ "step_id": 47,
330
+ "action": "TYPE[45 mins]",
331
+ "action_description": "On New Recipe Screen, type '45 mins' in Time field, to enter cooking time",
332
+ "image_before": "47.png",
333
+ "image_after": "48.png"
334
+ },
335
+ {
336
+ "step_id": 48,
337
+ "action": "SWIPE[UP]",
338
+ "action_description": "On New Recipe Screen, swipe up, to view more recipe fields",
339
+ "image_before": "48.png",
340
+ "image_after": "49.png"
341
+ },
342
+ {
343
+ "step_id": 49,
344
+ "action": "CLICK[256,2383]",
345
+ "action_description": "On New Recipe Screen, click 'Ingredients' field, to enter ingredient list",
346
+ "image_before": "49.png",
347
+ "image_after": "50.png"
348
+ },
349
+ {
350
+ "step_id": 50,
351
+ "action": "TYPE[optional ingredients]",
352
+ "action_description": "On New Recipe Screen, type 'optional ingredients' in Ingredients field, to specify the ingredients list is adjustable",
353
+ "image_before": "50.png",
354
+ "image_after": "51.png"
355
+ },
356
+ {
357
+ "step_id": 51,
358
+ "action": "CLICK[284,2638]",
359
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter cooking directions",
360
+ "image_before": "51.png",
361
+ "image_after": "52.png"
362
+ },
363
+ {
364
+ "step_id": 52,
365
+ "action": "TYPE[Toast bread, top with mashed avocado, a fried egg, salt, pepper, and chili flakes. Garnish with fresh herbs for a more vibrant taste.]",
366
+ "action_description": "On New Recipe Screen, type 'Toast bread, top with mashed avocado, a fried egg, salt, pepper, and chili flakes. Garnish with fresh herbs for a more vibrant taste.' in Directions field, to enter cooking directions",
367
+ "image_before": "52.png",
368
+ "image_after": "53.png"
369
+ },
370
+ {
371
+ "step_id": 53,
372
+ "action": "CLICK[1303,238]",
373
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe",
374
+ "image_before": "53.png",
375
+ "image_after": "54.png"
376
+ },
377
+ {
378
+ "step_id": 54,
379
+ "action": "TASK_COMPLETE",
380
+ "action_description": "On New Recipe Screen, complete task, successfully saved recipe",
381
+ "image_before": "54.png",
382
+ "image_after": null
383
+ }
384
+ ]
385
+ }
online/low_level_instructions/RecipeAddMultipleRecipesFromMarkor.json ADDED
@@ -0,0 +1,378 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Add the recipes from recipes.txt in Markor to the Broccoli recipe app.",
3
+ "task_name": "RecipeAddMultipleRecipesFromMarkor_0",
4
+ "episode_id": "88ec5e7cd7d74a428dc61c025dbfe67a",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[190,357]",
16
+ "action_description": "On Home Screen, click 'Markor' icon, to open the app.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[711,640]",
23
+ "action_description": "On Files Screen, click 'recipes.txt', to view its contents",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "PRESS_HOME",
30
+ "action_description": "On Markor Text Editor, press home button, to return to Home Screen.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[0,0]",
37
+ "action_description": "On Home Screen, click 'Broccoli' icon, to open the recipe app",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[1279,2887]",
44
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[242,1186]",
51
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe name",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "TYPE[Spicy Tuna Wraps]",
58
+ "action_description": "On New Recipe Screen, type 'Spicy Tuna Wraps' in Title field, to enter recipe name",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[249,1728]",
65
+ "action_description": "On New Recipe Screen, click 'Description' field, to enter recipe details",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "TYPE[An ideal recipe for experimenting with different flavors and ingredients.]",
72
+ "action_description": "On New Recipe Screen, type 'An ideal recipe for experimenting with different flavors and ingredients.' in Description field, to enter recipe description",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[256,2351]",
79
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter number of servings",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "TYPE[8 servings]",
86
+ "action_description": "On New Recipe Screen, type '8 servings' in Servings field, to specify the number of servings",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[249,2621]",
93
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter cooking time",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "TYPE[45 mins]",
100
+ "action_description": "On New Recipe Screen, type '45 mins' in Time field, to specify the cooking time",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "SWIPE[UP]",
107
+ "action_description": "On New Recipe Screen, swipe up, to view more recipe fields",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[267,2365]",
114
+ "action_description": "On New Recipe Screen, click 'Ingredients' field, to enter ingredient list",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "TYPE[subject to change]",
121
+ "action_description": "On New Recipe Screen, type 'subject to change' in Ingredients field, to indicate the ingredient list is not yet finalized",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "CLICK[267,2649]",
128
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter cooking steps",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "TYPE[Mix canned tuna with mayo and sriracha. Spread on tortillas, add lettuce and cucumber slices, roll up. Garnish with fresh herbs for a more vibrant taste.]",
135
+ "action_description": "On New Recipe Screen, type 'Mix canned tuna with mayo and sriracha. Spread on tortillas, add lettuce and cucumber slices, roll up. Garnish with fresh herbs for a more vibrant taste.' in Directions field, to enter cooking steps",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "CLICK[1275,245]",
142
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "CLICK[78,224]",
149
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "CLICK[1279,2866]",
156
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "CLICK[253,1190]",
163
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe name",
164
+ "image_before": "23.png",
165
+ "image_after": "24.png"
166
+ },
167
+ {
168
+ "step_id": 24,
169
+ "action": "TYPE[Spinach and Feta Stuffed Chicken]",
170
+ "action_description": "On New Recipe Screen, type 'Spinach and Feta Stuffed Chicken' in Title field, to enter recipe name",
171
+ "image_before": "24.png",
172
+ "image_after": "25.png"
173
+ },
174
+ {
175
+ "step_id": 25,
176
+ "action": "CLICK[267,1732]",
177
+ "action_description": "On New Recipe Screen, click 'Description' field, to enter recipe details",
178
+ "image_before": "25.png",
179
+ "image_after": "26.png"
180
+ },
181
+ {
182
+ "step_id": 26,
183
+ "action": "TYPE[An ideal recipe for experimenting with different flavors and ingredients.]",
184
+ "action_description": "On New Recipe Screen, type 'An ideal recipe for experimenting with different flavors and ingredients.' in Description field, to enter recipe description",
185
+ "image_before": "26.png",
186
+ "image_after": "27.png"
187
+ },
188
+ {
189
+ "step_id": 27,
190
+ "action": "CLICK[249,2358]",
191
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter number of servings",
192
+ "image_before": "27.png",
193
+ "image_after": "28.png"
194
+ },
195
+ {
196
+ "step_id": 28,
197
+ "action": "TYPE[1 serving]",
198
+ "action_description": "On New Recipe Screen, type '1 serving' in Servings field, to specify the number of servings",
199
+ "image_before": "28.png",
200
+ "image_after": "29.png"
201
+ },
202
+ {
203
+ "step_id": 29,
204
+ "action": "CLICK[267,2607]",
205
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter cooking time",
206
+ "image_before": "29.png",
207
+ "image_after": "30.png"
208
+ },
209
+ {
210
+ "step_id": 30,
211
+ "action": "TYPE[3 hrs]",
212
+ "action_description": "On New Recipe Screen, type '3 hrs' in Time field, to specify the cooking time",
213
+ "image_before": "30.png",
214
+ "image_after": "31.png"
215
+ },
216
+ {
217
+ "step_id": 31,
218
+ "action": "SWIPE[UP]",
219
+ "action_description": "On New Recipe Screen, swipe up, to view more recipe fields",
220
+ "image_before": "31.png",
221
+ "image_after": "32.png"
222
+ },
223
+ {
224
+ "step_id": 32,
225
+ "action": "CLICK[221,2372]",
226
+ "action_description": "On New Recipe Screen, click 'Ingredients' field, to enter ingredient list",
227
+ "image_before": "32.png",
228
+ "image_after": "33.png"
229
+ },
230
+ {
231
+ "step_id": 33,
232
+ "action": "TYPE[to your liking]",
233
+ "action_description": "On New Recipe Screen, type 'to your liking' in Ingredients field, to indicate the ingredient list is customizable.",
234
+ "image_before": "33.png",
235
+ "image_after": "34.png"
236
+ },
237
+ {
238
+ "step_id": 34,
239
+ "action": "CLICK[207,2645]",
240
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter cooking steps",
241
+ "image_before": "34.png",
242
+ "image_after": "35.png"
243
+ },
244
+ {
245
+ "step_id": 35,
246
+ "action": "TYPE[Stuff chicken breasts with a mixture of spinach, feta, garlic, and herbs. Bake until chicken is cooked through. Garnish with fresh herbs for a more vibrant taste.]",
247
+ "action_description": "On New Recipe Screen, type 'Stuff chicken breasts with a mixture of spinach, feta, garlic, and herbs. Bake until chicken is cooked through. Garnish with fresh herbs for a more vibrant taste.' in Directions field, to enter cooking steps",
248
+ "image_before": "35.png",
249
+ "image_after": "36.png"
250
+ },
251
+ {
252
+ "step_id": 36,
253
+ "action": "CLICK[1230,238]",
254
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe",
255
+ "image_before": "36.png",
256
+ "image_after": "37.png"
257
+ },
258
+ {
259
+ "step_id": 37,
260
+ "action": "CLICK[85,227]",
261
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
262
+ "image_before": "37.png",
263
+ "image_after": "38.png"
264
+ },
265
+ {
266
+ "step_id": 38,
267
+ "action": "CLICK[1300,2890]",
268
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
269
+ "image_before": "38.png",
270
+ "image_after": "39.png"
271
+ },
272
+ {
273
+ "step_id": 39,
274
+ "action": "CLICK[253,1193]",
275
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe name",
276
+ "image_before": "39.png",
277
+ "image_after": "40.png"
278
+ },
279
+ {
280
+ "step_id": 40,
281
+ "action": "TYPE[Raspberry Almond Smoothie]",
282
+ "action_description": "On New Recipe Screen, type 'Raspberry Almond Smoothie' in Title field, to enter recipe name",
283
+ "image_before": "40.png",
284
+ "image_after": "41.png"
285
+ },
286
+ {
287
+ "step_id": 41,
288
+ "action": "CLICK[260,1749]",
289
+ "action_description": "On New Recipe Screen, click 'Description' field, to enter recipe details",
290
+ "image_before": "41.png",
291
+ "image_after": "42.png"
292
+ },
293
+ {
294
+ "step_id": 42,
295
+ "action": "TYPE[A delicious and healthy choice for any time of the day.]",
296
+ "action_description": "On New Recipe Screen, type 'A delicious and healthy choice for any time of the day.' in Description field, to enter recipe description",
297
+ "image_before": "42.png",
298
+ "image_after": "43.png"
299
+ },
300
+ {
301
+ "step_id": 43,
302
+ "action": "CLICK[253,2362]",
303
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter number of servings",
304
+ "image_before": "43.png",
305
+ "image_after": "44.png"
306
+ },
307
+ {
308
+ "step_id": 44,
309
+ "action": "TYPE[6 servings]",
310
+ "action_description": "On New Recipe Screen, type '6 servings' in Servings field, to specify the number of servings",
311
+ "image_before": "44.png",
312
+ "image_after": "45.png"
313
+ },
314
+ {
315
+ "step_id": 45,
316
+ "action": "CLICK[239,2624]",
317
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter cooking time",
318
+ "image_before": "45.png",
319
+ "image_after": "46.png"
320
+ },
321
+ {
322
+ "step_id": 46,
323
+ "action": "TYPE[2 hrs]",
324
+ "action_description": "On New Recipe Screen, type '2 hrs' in Time field, to specify the cooking time",
325
+ "image_before": "46.png",
326
+ "image_after": "47.png"
327
+ },
328
+ {
329
+ "step_id": 47,
330
+ "action": "SWIPE[UP]",
331
+ "action_description": "On New Recipe Screen, swipe up, to view more recipe fields",
332
+ "image_before": "47.png",
333
+ "image_after": "48.png"
334
+ },
335
+ {
336
+ "step_id": 48,
337
+ "action": "CLICK[256,2365]",
338
+ "action_description": "On New Recipe Screen, click 'Ingredients' field, to enter ingredient list",
339
+ "image_before": "48.png",
340
+ "image_after": "49.png"
341
+ },
342
+ {
343
+ "step_id": 49,
344
+ "action": "TYPE[as desired]",
345
+ "action_description": "On New Recipe Screen, type 'as desired' in Ingredients field, to indicate the ingredient list is customizable.",
346
+ "image_before": "49.png",
347
+ "image_after": "50.png"
348
+ },
349
+ {
350
+ "step_id": 50,
351
+ "action": "CLICK[235,2628]",
352
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter cooking steps",
353
+ "image_before": "50.png",
354
+ "image_after": "51.png"
355
+ },
356
+ {
357
+ "step_id": 51,
358
+ "action": "TYPE[Blend together raspberries, almond milk, banana, and a scoop of almond butter until smooth. Try adding a pinch of your favorite spices for extra flavor.]",
359
+ "action_description": "On New Recipe Screen, type 'Blend together raspberries, almond milk, banana, and a scoop of almond butter until smooth. Try adding a pinch of your favorite spices for extra flavor.' in Directions field, to enter cooking steps",
360
+ "image_before": "51.png",
361
+ "image_after": "52.png"
362
+ },
363
+ {
364
+ "step_id": 52,
365
+ "action": "CLICK[1279,245]",
366
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe",
367
+ "image_before": "52.png",
368
+ "image_after": "53.png"
369
+ },
370
+ {
371
+ "step_id": 53,
372
+ "action": "TASK_COMPLETE",
373
+ "action_description": "On New Recipe Screen, complete task, successfully saved the recipe",
374
+ "image_before": "53.png",
375
+ "image_after": null
376
+ }
377
+ ]
378
+ }
online/low_level_instructions/RecipeAddMultipleRecipesFromMarkor2.json ADDED
@@ -0,0 +1,399 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Add the recipes from recipes.txt in Markor that take 1 hrs to prepare into the Broccoli recipe app.",
3
+ "task_name": "RecipeAddMultipleRecipesFromMarkor2_0",
4
+ "episode_id": "3e099ebcd0a942c9921baa90b8827903",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps.",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[197,360]",
16
+ "action_description": "On Home Screen, click 'Markor' app icon, to open the application.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[733,633]",
23
+ "action_description": "On Files Screen, click 'recipes.txt', to view its contents.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1230,241]",
30
+ "action_description": "On Recipes Document, click 'Search' icon, to open document search bar.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[155,409]",
37
+ "action_description": "On Document Search, click 'Search' field, to enter search query.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "TYPE[1 hrs]",
44
+ "action_description": "On Document Search, type '1 hrs' in search field, to find recipes with a 1-hour preparation time.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "PRESS_HOME",
51
+ "action_description": "On Document Search, press home button, to return to Home Screen.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[915,353]",
58
+ "action_description": "On Home Screen, click 'Broccoli' app icon, to open the recipe application.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[1282,2880]",
65
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[239,1165]",
72
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe name",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "TYPE[Eggplant Parmesan]",
79
+ "action_description": "On New Recipe Screen, type 'Eggplant Parmesan' in Title field, to enter recipe name.",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[239,1728]",
86
+ "action_description": "On New Recipe Screen, click 'Description' field, to enter recipe description.",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "TYPE[An ideal recipe for experimenting with different flavors and ingredients.]",
93
+ "action_description": "On New Recipe Screen, type 'An ideal recipe for experimenting with different flavors and ingredients.' in Description field, to enter recipe description.",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[246,2348]",
100
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter number of servings.",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "TYPE[3-4 servings]",
107
+ "action_description": "On New Recipe Screen, type '3-4 servings' in Servings field, to enter number of servings.",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[260,2624]",
114
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter preparation time.",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "TYPE[1 hrs]",
121
+ "action_description": "On New Recipe Screen, type '1 hrs' in Time field, to enter preparation time.",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "SWIPE[UP]",
128
+ "action_description": "On New Recipe Screen, swipe up, to view more recipe fields.",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "CLICK[242,2383]",
135
+ "action_description": "On New Recipe Screen, click 'Ingredients' field, to enter recipe ingredients",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "TYPE[optional ingredients]",
142
+ "action_description": "On New Recipe Screen, type 'optional ingredients' in Ingredients field, to specify optional ingredients.",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "CLICK[263,2645]",
149
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter cooking instructions.",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "TYPE[Slice eggplant, bread, and fry. Layer in a baking dish with marinara sauce and mozzarella cheese. Bake until bubbly. Garnish with fresh herbs for a more vibrant taste.]",
156
+ "action_description": "On New Recipe Screen, type 'Slice eggplant, bread, and fry. Layer in a baking dish with marinara sauce and mozzarella cheese. Bake until bubbly. Garnish with fresh herbs for a more vibrant taste.' in Directions field, to enter cooking instructions.",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "CLICK[1265,241]",
163
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe",
164
+ "image_before": "23.png",
165
+ "image_after": "24.png"
166
+ },
167
+ {
168
+ "step_id": 24,
169
+ "action": "CLICK[88,227]",
170
+ "action_description": "On Recipe Details, click back button, to return to recipe list",
171
+ "image_before": "24.png",
172
+ "image_after": "25.png"
173
+ },
174
+ {
175
+ "step_id": 25,
176
+ "action": "CLICK[1282,2869]",
177
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
178
+ "image_before": "25.png",
179
+ "image_after": "26.png"
180
+ },
181
+ {
182
+ "step_id": 26,
183
+ "action": "CLICK[288,1193]",
184
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe name",
185
+ "image_before": "26.png",
186
+ "image_after": "27.png"
187
+ },
188
+ {
189
+ "step_id": 27,
190
+ "action": "TYPE[Quick Fried Rice]",
191
+ "action_description": "On New Recipe Screen, type 'Quick Fried Rice' in Title field, to enter recipe name.",
192
+ "image_before": "27.png",
193
+ "image_after": "28.png"
194
+ },
195
+ {
196
+ "step_id": 28,
197
+ "action": "CLICK[246,1718]",
198
+ "action_description": "On New Recipe Screen, click 'Description' field, to enter recipe description.",
199
+ "image_before": "28.png",
200
+ "image_after": "29.png"
201
+ },
202
+ {
203
+ "step_id": 29,
204
+ "action": "TYPE[An ideal recipe for experimenting with different flavors and ingredients.]",
205
+ "action_description": "On New Recipe Screen, type 'An ideal recipe for experimenting with different flavors and ingredients.' in Description field, to enter recipe description.",
206
+ "image_before": "29.png",
207
+ "image_after": "30.png"
208
+ },
209
+ {
210
+ "step_id": 30,
211
+ "action": "CLICK[256,2341]",
212
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter number of servings.",
213
+ "image_before": "30.png",
214
+ "image_after": "31.png"
215
+ },
216
+ {
217
+ "step_id": 31,
218
+ "action": "TYPE[2 servings]",
219
+ "action_description": "On New Recipe Screen, type '2 servings' in Servings field, to enter number of servings.",
220
+ "image_before": "31.png",
221
+ "image_after": "32.png"
222
+ },
223
+ {
224
+ "step_id": 32,
225
+ "action": "CLICK[246,2624]",
226
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter preparation time.",
227
+ "image_before": "32.png",
228
+ "image_after": "33.png"
229
+ },
230
+ {
231
+ "step_id": 33,
232
+ "action": "TYPE[1 hrs]",
233
+ "action_description": "On New Recipe Screen, type '1 hrs' in Time field, to enter preparation time.",
234
+ "image_before": "33.png",
235
+ "image_after": "34.png"
236
+ },
237
+ {
238
+ "step_id": 34,
239
+ "action": "SWIPE[UP]",
240
+ "action_description": "On New Recipe Screen, swipe up, to view more recipe fields.",
241
+ "image_before": "34.png",
242
+ "image_after": "35.png"
243
+ },
244
+ {
245
+ "step_id": 35,
246
+ "action": "CLICK[239,2362]",
247
+ "action_description": "On New Recipe Screen, click 'Ingredients' field, to enter recipe ingredients",
248
+ "image_before": "35.png",
249
+ "image_after": "36.png"
250
+ },
251
+ {
252
+ "step_id": 36,
253
+ "action": "TYPE[as needed]",
254
+ "action_description": "On New Recipe Screen, type 'as needed' in Ingredients field, to specify ingredients are flexible.",
255
+ "image_before": "36.png",
256
+ "image_after": "37.png"
257
+ },
258
+ {
259
+ "step_id": 37,
260
+ "action": "CLICK[246,2638]",
261
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter cooking instructions.",
262
+ "image_before": "37.png",
263
+ "image_after": "38.png"
264
+ },
265
+ {
266
+ "step_id": 38,
267
+ "action": "TYPE[Saute cooked rice with vegetables, add soy sauce and scrambled eggs. Toss until hot. Garnish with fresh herbs for a more vibrant taste.]",
268
+ "action_description": "On New Recipe Screen, type 'Saute cooked rice with vegetables, add soy sauce and scrambled eggs. Toss until hot. Garnish with fresh herbs for a more vibrant taste.' in Directions field, to enter cooking instructions.",
269
+ "image_before": "38.png",
270
+ "image_after": "39.png"
271
+ },
272
+ {
273
+ "step_id": 39,
274
+ "action": "CLICK[1300,234]",
275
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe",
276
+ "image_before": "39.png",
277
+ "image_after": "40.png"
278
+ },
279
+ {
280
+ "step_id": 40,
281
+ "action": "CLICK[95,252]",
282
+ "action_description": "On Recipe Details, click back button, to return to recipe list",
283
+ "image_before": "40.png",
284
+ "image_after": "41.png"
285
+ },
286
+ {
287
+ "step_id": 41,
288
+ "action": "CLICK[1275,2894]",
289
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
290
+ "image_before": "41.png",
291
+ "image_after": "42.png"
292
+ },
293
+ {
294
+ "step_id": 42,
295
+ "action": "CLICK[253,1200]",
296
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe name",
297
+ "image_before": "42.png",
298
+ "image_after": "43.png"
299
+ },
300
+ {
301
+ "step_id": 43,
302
+ "action": "TYPE[Quick Fired Rice]",
303
+ "action_description": "On New Recipe Screen, type 'Quick Fired Rice' in Title field, to enter recipe name.",
304
+ "image_before": "43.png",
305
+ "image_after": "44.png"
306
+ },
307
+ {
308
+ "step_id": 44,
309
+ "action": "CLICK[235,1732]",
310
+ "action_description": "On New Recipe Screen, click 'Description' field, to enter recipe description.",
311
+ "image_before": "44.png",
312
+ "image_after": "45.png"
313
+ },
314
+ {
315
+ "step_id": 45,
316
+ "action": "TYPE[A quick and easy meal, perfect for busy weekdays.]",
317
+ "action_description": "On New Recipe Screen, type 'A quick and easy meal, perfect for busy weekdays.' in Description field, to enter recipe description.",
318
+ "image_before": "45.png",
319
+ "image_after": "46.png"
320
+ },
321
+ {
322
+ "step_id": 46,
323
+ "action": "CLICK[246,2348]",
324
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter number of servings.",
325
+ "image_before": "46.png",
326
+ "image_after": "47.png"
327
+ },
328
+ {
329
+ "step_id": 47,
330
+ "action": "TYPE[2 servings]",
331
+ "action_description": "On New Recipe Screen, type '2 servings' in Servings field, to enter number of servings.",
332
+ "image_before": "47.png",
333
+ "image_after": "48.png"
334
+ },
335
+ {
336
+ "step_id": 48,
337
+ "action": "CLICK[260,2617]",
338
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter preparation time.",
339
+ "image_before": "48.png",
340
+ "image_after": "49.png"
341
+ },
342
+ {
343
+ "step_id": 49,
344
+ "action": "TYPE[1 hrs]",
345
+ "action_description": "On New Recipe Screen, type '1 hrs' in Time field, to enter preparation time.",
346
+ "image_before": "49.png",
347
+ "image_after": "50.png"
348
+ },
349
+ {
350
+ "step_id": 50,
351
+ "action": "SWIPE[UP]",
352
+ "action_description": "On New Recipe Screen, swipe up, to view more recipe fields.",
353
+ "image_before": "50.png",
354
+ "image_after": "51.png"
355
+ },
356
+ {
357
+ "step_id": 51,
358
+ "action": "CLICK[249,2365]",
359
+ "action_description": "On New Recipe Screen, click 'Ingredients' field, to enter recipe ingredients",
360
+ "image_before": "51.png",
361
+ "image_after": "52.png"
362
+ },
363
+ {
364
+ "step_id": 52,
365
+ "action": "TYPE[subject to change]",
366
+ "action_description": "On New Recipe Screen, type 'subject to change' in Ingredients field, to specify ingredients are flexible.",
367
+ "image_before": "52.png",
368
+ "image_after": "53.png"
369
+ },
370
+ {
371
+ "step_id": 53,
372
+ "action": "CLICK[246,2649]",
373
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter cooking instructions.",
374
+ "image_before": "53.png",
375
+ "image_after": "54.png"
376
+ },
377
+ {
378
+ "step_id": 54,
379
+ "action": "TYPE[Saute cooked rice with vegetables, add soy sauce and scrambled eggs. Toss until hot. Feel free to substitute with ingredients you have on hand.]",
380
+ "action_description": "On New Recipe Screen, type 'Saute cooked rice with vegetables, add soy sauce and scrambled eggs. Toss until hot. Feel free to substitute with ingredients you have on hand.' in Directions field, to enter cooking instructions.",
381
+ "image_before": "54.png",
382
+ "image_after": "55.png"
383
+ },
384
+ {
385
+ "step_id": 55,
386
+ "action": "CLICK[1268,234]",
387
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe",
388
+ "image_before": "55.png",
389
+ "image_after": "56.png"
390
+ },
391
+ {
392
+ "step_id": 56,
393
+ "action": "TASK_COMPLETE",
394
+ "action_description": "On New Recipe Screen, complete task, successfully saved recipe.",
395
+ "image_before": "56.png",
396
+ "image_after": null
397
+ }
398
+ ]
399
+ }
online/low_level_instructions/RecipeAddSingleRecipe.json ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Add the following recipes into the Broccoli app:\ntitle|description|servings|preparationTime|ingredients|directions\nVegetarian Chili|A delicious and healthy choice for any time of the day.|8 servings|1 hrs|as per recipe|Cook onions, garlic, bell peppers, and carrots. Add canned tomatoes, kidney beans, black beans, corn, and chili seasoning. Simmer until vegetables are tender. Garnish with fresh herbs for a more vibrant taste.",
3
+ "task_name": "RecipeAddSingleRecipe_0",
4
+ "episode_id": "eff87682cc4d49c2849cc5f504f51828",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[873,315]",
16
+ "action_description": "On Home Screen, click 'Broccoli' app icon, to open the application.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1303,2904]",
23
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[396,1183]",
30
+ "action_description": "On New Recipe Screen, click 'Title' field, to enter recipe title",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TYPE[Vegetarian Chili]",
37
+ "action_description": "On New Recipe Screen, type 'Vegetarian Chili' in Title field, to enter recipe title.",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[333,1735]",
44
+ "action_description": "On New Recipe Screen, click 'Description' field, to enter recipe description",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "TYPE[A delicious and healthy choice for any time of the day.]",
51
+ "action_description": "On New Recipe Screen, type 'A delicious and healthy choice for any time of the day.' in Description field, to enter recipe description.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[428,2337]",
58
+ "action_description": "On New Recipe Screen, click 'Servings' field, to enter number of servings.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "TYPE[8 servings]",
65
+ "action_description": "On New Recipe Screen, type '8 servings' in Servings field, to specify the number of servings.",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[382,2617]",
72
+ "action_description": "On New Recipe Screen, click 'Time' field, to enter preparation time",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "TYPE[1 hrs]",
79
+ "action_description": "On New Recipe Screen, type '1 hrs' in Time field, to specify the preparation time",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "SWIPE[UP]",
86
+ "action_description": "On New Recipe Screen, swipe up, to view additional recipe fields",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[319,2362]",
93
+ "action_description": "On New Recipe Screen, click 'Ingredients' field, to enter recipe ingredients",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "TYPE[as per recipe]",
100
+ "action_description": "On New Recipe Screen, type 'as per recipe' in Ingredients field, to specify the ingredients list",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[379,2645]",
107
+ "action_description": "On New Recipe Screen, click 'Directions' field, to enter recipe directions",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "TYPE[Cook onions, garlic, bell peppers, and carrots. Add canned tomatoed, kidney beans, black beans, corn, and chili seasoning. Simmer until vegetables are tender. Garnish with fresh herbsfor a more vibrant taste.]",
114
+ "action_description": "On New Recipe Screen, type 'Cook onions, garlic, bell peppers, and carrots. Add canned tomatoes, kidney beans, black beans, corn, and chili seasoning. Simmer until vegetables are tender. Garnish with fresh herbs for a more vibrant taste.' in Directions field, to enter recipe instructions.",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[1282,238]",
121
+ "action_description": "On New Recipe Screen, click 'SAVE' button, to save the recipe.",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "TASK_COMPLETE",
128
+ "action_description": "On New Recipe Screen, complete task, successfully saved recipe",
129
+ "image_before": "18.png",
130
+ "image_after": null
131
+ }
132
+ ]
133
+ }
online/low_level_instructions/RecipeDeleteDuplicateRecipes.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Delete all but one of any recipes in the Broccoli app that are exact duplicates, ensuring at least one instance of each unique recipe remains",
3
+ "task_name": "RecipeDeleteDuplicateRecipes_0",
4
+ "episode_id": "976bfa7668214bbf9f7b626c3cb80765",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[876,392]",
16
+ "action_description": "On Home Screen, click 'Broccoli' app icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[729,1707]",
23
+ "action_description": "On Recipes List, click 'Mango Chicken Curry' recipe, to view details",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1387,231]",
30
+ "action_description": "On Recipe Details Page, click 'More Options' icon, to open action menu",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[1030,815]",
37
+ "action_description": "On Recipe Details Page, click 'Delete' button, to confirm recipe deletion",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[1174,1672]",
44
+ "action_description": "On Delete Confirmation, click 'DELETE' button, to remove the recipe.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[810,2533]",
51
+ "action_description": "On Recipes List, click 'Delete' icon, to remove duplicate recipe",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[1373,241]",
58
+ "action_description": "On Recipe Details Page, click 'More Options' icon, to open action menu",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[988,784]",
65
+ "action_description": "On Recipe Details Page, click 'Delete' button, to confirm recipe deletion",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[1174,1686]",
72
+ "action_description": "On Delete Confirmation, click 'DELETE' button, to remove the duplicate recipe",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "TASK_COMPLETE",
79
+ "action_description": "On Recipes List, complete task, successfully deleted duplicate recipe",
80
+ "image_before": "11.png",
81
+ "image_after": null
82
+ }
83
+ ]
84
+ }
online/low_level_instructions/RecipeDeleteDuplicateRecipes2.json ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Delete all but one of any recipes in the Broccoli app that are exact duplicates, ensuring at least one instance of each unique recipe remains",
3
+ "task_name": "RecipeDeleteDuplicateRecipes2_0",
4
+ "episode_id": "f685b2205d1a497298facbb9fda9b018",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[876,350]",
16
+ "action_description": "On Home Screen, click 'Broccoli' app icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "SWIPE[UP]",
23
+ "action_description": "On Recipes List, swipe up, to view more recipes",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[873,1578]",
30
+ "action_description": "On Recipes List, click 'Turkey and Cheese Panini' recipe, to view recipe details",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[1363,220]",
37
+ "action_description": "On Recipe Details Page, click 'More' icon, to open recipe options",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[876,780]",
44
+ "action_description": "On Recipe Options Menu, click 'Delete', to initiate recipe deletion",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[1156,1669]",
51
+ "action_description": "On Delete Confirmation, click 'DELETE', to remove the recipe",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[824,1568]",
58
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[1352,234]",
65
+ "action_description": "On Recipe Details Page, click 'More' icon, to open recipe options",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[918,773]",
72
+ "action_description": "On Delete Confirmation, click 'Delete', to remove the recipe",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[1139,1676]",
79
+ "action_description": "On Delete Confirmation, click 'DELETE', to remove the recipe",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[813,2040]",
86
+ "action_description": "On Recipes List, click 'Turkey and Cheese Panini' recipe, to view recipe details",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[1370,227]",
93
+ "action_description": "On Recipe Details Page, click 'More' icon, to open recipe options",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[908,794]",
100
+ "action_description": "On Recipe Options Menu, click 'Delete', to initiate recipe deletion.",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[1212,1672]",
107
+ "action_description": "On Delete Confirmation, click 'DELETE', to remove the recipe",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[897,2012]",
114
+ "action_description": "On Recipes List, click 'Turkey and Cheese Panini', to select recipe for deletion.",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[1370,245]",
121
+ "action_description": "On Recipe Options Menu, click 'Delete', to initiate recipe deletion.",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "CLICK[985,777]",
128
+ "action_description": "On Delete Confirmation, click 'Delete', to remove the recipe",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "CLICK[1153,1679]",
135
+ "action_description": "On Delete Confirmation, click 'DELETE', to remove the recipe",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "CLICK[838,2474]",
142
+ "action_description": "On Recipes List, click 'Turkey and Cheese Panini', to select recipe for deletion.",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "CLICK[1363,217]",
149
+ "action_description": "On Recipe Options Menu, click 'Delete', to initiate recipe deletion.",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "CLICK[869,770]",
156
+ "action_description": "On Recipe Options Menu, click 'Delete', to initiate recipe deletion.",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "CLICK[1132,1662]",
163
+ "action_description": "On Delete Confirmation, click 'DELETE', to remove the recipe",
164
+ "image_before": "23.png",
165
+ "image_after": "24.png"
166
+ },
167
+ {
168
+ "step_id": 24,
169
+ "action": "TASK_COMPLETE",
170
+ "action_description": "On Recipes List, complete task, successfully deleted duplicate recipes",
171
+ "image_before": "24.png",
172
+ "image_after": null
173
+ }
174
+ ]
175
+ }
online/low_level_instructions/RecipeDeleteDuplicateRecipes3.json ADDED
@@ -0,0 +1,280 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Delete all but one of any recipes in the Broccoli app that are exact duplicates, ensuring at least one instance of each unique recipe remains",
3
+ "task_name": "RecipeDeleteDuplicateRecipes3_0",
4
+ "episode_id": "9a1e1a880f4c46278876d6489a931d82",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[876,329]",
16
+ "action_description": "On Home Screen, click 'Broccoli' app icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[855,787]",
23
+ "action_description": "On Recipes List, click 'Add Recipe' button, to create a new recipe",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[102,238]",
30
+ "action_description": "On Recipe Details Screen, press back button, to return to recipe list",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[960,1204]",
37
+ "action_description": "On Recipes List, click 'Avocado Toast with Egg' recipe, to view recipe details",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[88,227]",
44
+ "action_description": "On Recipes List, click back button, to return to all recipes list",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[841,2103]",
51
+ "action_description": "On Recipes List, click 'Baked Cod with Lemon and Dill' recipe, to view recipe details",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[106,266]",
58
+ "action_description": "On Recipes List, click back button, to return to all recipes list.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[754,2558]",
65
+ "action_description": "On Recipes List, click 'Baked Cod with Lemon and Dill' recipe, to view recipe details",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[95,241]",
72
+ "action_description": "On Recipes List, click plus button, to add another instance of the recipe",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "SWIPE[UP]",
79
+ "action_description": "On Recipes List, swipe up, to view more recipes",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[813,1214]",
86
+ "action_description": "On Recipes List, click 'Baked Cod with Lemon and Dill' recipe, to view recipe details",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[130,259]",
93
+ "action_description": "On Recipes List, click 'Baked Cod with Lemon and Dill' recipe, to view recipe details",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[985,1683]",
100
+ "action_description": "On Recipes List, click 'Baked Cod with Lemon and Dill' recipe, to view recipe details",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[1370,262]",
107
+ "action_description": "On Recipe Details, click three dots button, to open options menu",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[1030,801]",
114
+ "action_description": "On Recipe Details, click 'Delete' button, to confirm recipe deletion",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[1139,1658]",
121
+ "action_description": "On Delete Confirmation, click 'DELETE' button, to remove the recipe.",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "CLICK[512,2106]",
128
+ "action_description": "On Recipes List, click 'Baked Cod with Lemon and Dill' recipe, to view recipe details",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "CLICK[92,241]",
135
+ "action_description": "On Recipes List, click 'Baked Cod with Lemon and Dill' recipe, to view recipe details",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "CLICK[743,2533]",
142
+ "action_description": "On Recipes List, click 'Baked Cod with Lemon and Dill' recipe, to view recipe details",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "CLICK[85,227]",
149
+ "action_description": "On Recipes List, click back button, to return to all recipes list",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "SWIPE[UP]",
156
+ "action_description": "On Recipes List, swipe up, to view more recipes",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "CLICK[841,1445]",
163
+ "action_description": "On Recipes List, click 'Baked Cod with Lemon and Dill' recipe, to view recipe details",
164
+ "image_before": "23.png",
165
+ "image_after": "24.png"
166
+ },
167
+ {
168
+ "step_id": 24,
169
+ "action": "CLICK[74,259]",
170
+ "action_description": "On Recipe Details, click back button, to return to recipe list",
171
+ "image_before": "24.png",
172
+ "image_after": "25.png"
173
+ },
174
+ {
175
+ "step_id": 25,
176
+ "action": "CLICK[768,1365]",
177
+ "action_description": "On Recipes List, click 'Baked Cod with Lemon and Dill' recipe, to view recipe details",
178
+ "image_before": "25.png",
179
+ "image_after": "26.png"
180
+ },
181
+ {
182
+ "step_id": 26,
183
+ "action": "CLICK[1387,245]",
184
+ "action_description": "On Recipe Details, click three dots button, to open options menu",
185
+ "image_before": "26.png",
186
+ "image_after": "27.png"
187
+ },
188
+ {
189
+ "step_id": 27,
190
+ "action": "CLICK[1030,752]",
191
+ "action_description": "On Recipe Details, click 'Delete' button, to confirm recipe deletion",
192
+ "image_before": "27.png",
193
+ "image_after": "28.png"
194
+ },
195
+ {
196
+ "step_id": 28,
197
+ "action": "CLICK[1219,1651]",
198
+ "action_description": "On Delete Confirmation, click 'DELETE' button, to remove the recipe.",
199
+ "image_before": "28.png",
200
+ "image_after": "29.png"
201
+ },
202
+ {
203
+ "step_id": 29,
204
+ "action": "SWIPE[UP]",
205
+ "action_description": "On Recipes List, swipe up, to view more recipes",
206
+ "image_before": "29.png",
207
+ "image_after": "30.png"
208
+ },
209
+ {
210
+ "step_id": 30,
211
+ "action": "SWIPE[UP]",
212
+ "action_description": "On Recipes List, swipe up, to view more recipes",
213
+ "image_before": "30.png",
214
+ "image_after": "31.png"
215
+ },
216
+ {
217
+ "step_id": 31,
218
+ "action": "SWIPE[UP]",
219
+ "action_description": "On Recipes List, swipe up, to view more recipes",
220
+ "image_before": "31.png",
221
+ "image_after": "32.png"
222
+ },
223
+ {
224
+ "step_id": 32,
225
+ "action": "SWIPE[UP]",
226
+ "action_description": "On Recipes List, swipe up, to view more recipes",
227
+ "image_before": "32.png",
228
+ "image_after": "33.png"
229
+ },
230
+ {
231
+ "step_id": 33,
232
+ "action": "CLICK[631,1298]",
233
+ "action_description": "On Recipes List, click 'Sausage and Peppers Skillet' recipe, to view recipe details.",
234
+ "image_before": "33.png",
235
+ "image_after": "34.png"
236
+ },
237
+ {
238
+ "step_id": 34,
239
+ "action": "CLICK[92,231]",
240
+ "action_description": "On Recipe Details, click back button, to return to recipe list",
241
+ "image_before": "34.png",
242
+ "image_after": "35.png"
243
+ },
244
+ {
245
+ "step_id": 35,
246
+ "action": "CLICK[631,1711]",
247
+ "action_description": "On Recipes List, click 'Sausage and Peppers Skillet' recipe, to view recipe details.",
248
+ "image_before": "35.png",
249
+ "image_after": "36.png"
250
+ },
251
+ {
252
+ "step_id": 36,
253
+ "action": "CLICK[81,248]",
254
+ "action_description": "On Recipe Details, click back button, to return to recipe list",
255
+ "image_before": "36.png",
256
+ "image_after": "37.png"
257
+ },
258
+ {
259
+ "step_id": 37,
260
+ "action": "SWIPE[UP]",
261
+ "action_description": "On Recipes List, swipe up, to view more recipes",
262
+ "image_before": "37.png",
263
+ "image_after": "38.png"
264
+ },
265
+ {
266
+ "step_id": 38,
267
+ "action": "SWIPE[UP]",
268
+ "action_description": "On Recipes List, swipe up, to view more recipes",
269
+ "image_before": "38.png",
270
+ "image_after": "39.png"
271
+ },
272
+ {
273
+ "step_id": 39,
274
+ "action": "TASK_COMPLETE",
275
+ "action_description": "On Recipes List, complete task, deleted duplicate recipes.",
276
+ "image_before": "39.png",
277
+ "image_after": null
278
+ }
279
+ ]
280
+ }
online/low_level_instructions/RecipeDeleteMultipleRecipes.json ADDED
@@ -0,0 +1,112 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Delete the following recipes from Broccoli app: Kale and Quinoa Salad, Grilled Cheese with Tomato and Basil, Chicken Alfredo Pasta.",
3
+ "task_name": "RecipeDeleteMultipleRecipes_0",
4
+ "episode_id": "5f97c45e8fc64d8899fdf7362a4db6b4",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left on app pages, to locate Broccoli app",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[890,329]",
16
+ "action_description": "On Home Screen, click 'Broccoli' app icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[866,1655]",
23
+ "action_description": "On Recipes List, click 'Kale and Quinoa Salad', to view recipe details",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1373,241]",
30
+ "action_description": "On Recipe Details, click 'More Options' icon, to open recipe actions",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[845,763]",
37
+ "action_description": "On Recipe Options, click 'Delete', to confirm recipe deletion",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[1160,1679]",
44
+ "action_description": "On Delete Confirmation, click 'Delete', to remove the recipe",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[694,1176]",
51
+ "action_description": "On Recipes List, click 'Grilled Cheese with Tomato and Basil', to view recipe details",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[1366,227]",
58
+ "action_description": "On Recipe Details, click 'More Options' icon, to open recipe actions",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[834,780]",
65
+ "action_description": "On Recipe Options, click 'Delete', to confirm recipe deletion",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[1198,1690]",
72
+ "action_description": "On Delete Confirmation, click 'Delete', to remove the recipe",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[655,742]",
79
+ "action_description": "On Recipes List, click 'Chicken Alfredo Pasta', to view recipe details",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[1384,234]",
86
+ "action_description": "On Recipe Details, click 'More Options' icon, to open recipe actions",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[967,784]",
93
+ "action_description": "On Recipe Options, click 'Delete', to confirm recipe deletion",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[1230,1669]",
100
+ "action_description": "On Delete Confirmation, click 'Delete', to remove the recipe",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "TASK_COMPLETE",
107
+ "action_description": "On Recipes List, complete task, all recipes deleted",
108
+ "image_before": "15.png",
109
+ "image_after": null
110
+ }
111
+ ]
112
+ }
online/low_level_instructions/RecipeDeleteMultipleRecipesWithConstraint.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Delete the recipes from Broccoli app that use romaine lettuce in the directions.",
3
+ "task_name": "RecipeDeleteMultipleRecipesWithConstraint_0",
4
+ "episode_id": "b9796bce2ce0418292c7ba90ea470a5b",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[922,346]",
16
+ "action_description": "On Home Screen, click 'Broccoli' app icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1366,402]",
23
+ "action_description": "On Recipes List, click search icon, to open search bar",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "TYPE[romaine lettuce]",
30
+ "action_description": "On Recipes List, type 'romaine lettuce' in search bar, to search for recipes with romaine lettuce",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "TASK_COMPLETE",
37
+ "action_description": "On Recipes List, complete task, no recipes found.",
38
+ "image_before": "5.png",
39
+ "image_after": null
40
+ }
41
+ ]
42
+ }
online/low_level_instructions/RecipeDeleteMultipleRecipesWithNoise.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Delete the following recipes from Broccoli app: Stuffed Bell Peppers, Turkey and Cheese Panini, Lentil Soup.",
3
+ "task_name": "RecipeDeleteMultipleRecipesWithNoise_0",
4
+ "episode_id": "5d8eb87b9a7548dda81654faad4442bc",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps.",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[901,350]",
16
+ "action_description": "On Home Screen, click 'Broccoli' icon, to open the app.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1338,462]",
23
+ "action_description": "On Recipes List, click '+' button, to add a new recipe",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "TYPE[Stuffed Bell Peppers]",
30
+ "action_description": "On Recipes List, type 'Stuffed Bell Peppers' in search bar, to filter recipes",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[848,812]",
37
+ "action_description": "On Recipes List, click 'Stuffed Bell Peppers' recipe, to view recipe details",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[1345,248]",
44
+ "action_description": "On Recipe Details Page, click three dots menu, to open recipe options",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[995,791]",
51
+ "action_description": "On Recipe Details Page, click 'Delete' button, to initiate recipe deletion.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[1209,1648]",
58
+ "action_description": "On Delete Confirmation, click 'DELETE' button, to remove the recipe.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[1335,448]",
65
+ "action_description": "On Recipes List, click 'X' button, to clear search bar",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[288,406]",
72
+ "action_description": "On Recipes List, click 'Search in ALL RECIPES', to open search bar",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "TYPE[Turkey and Cheese Panini]",
79
+ "action_description": "On Recipes List, type 'Turkey and Cheese Panini' in search bar, to filter recipes",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[803,780]",
86
+ "action_description": "On Recipes List, click 'Turkey and Cheese Panini' recipe, to view recipe details",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[1373,241]",
93
+ "action_description": "On Recipe Details Page, click three dots menu, to open recipe options",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[967,749]",
100
+ "action_description": "On Recipe Details Page, click 'Delete' button, to initiate recipe deletion.",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[1086,1658]",
107
+ "action_description": "On Delete Confirmation, click 'DELETE' button, to remove the recipe.",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[1324,423]",
114
+ "action_description": "On Recipes List, click 'X' button, to clear search bar",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[284,448]",
121
+ "action_description": "On Recipes List, click 'Search in ALL RECIPES', to open search bar",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "TYPE[Lentil Soup]",
128
+ "action_description": "On Recipes List, type 'Lentil Soup' in search bar, to filter recipes",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "CLICK[747,794]",
135
+ "action_description": "On Recipes List, click 'Lentil Soup' recipe, to view recipe details",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "CLICK[1380,231]",
142
+ "action_description": "On Recipe Details Page, click three dots menu, to open recipe options",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "CLICK[925,791]",
149
+ "action_description": "On Recipe Details Page, click 'Delete' button, to initiate recipe deletion.",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "CLICK[1104,1669]",
156
+ "action_description": "On Delete Confirmation, click 'DELETE' button, to remove the recipe.",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "TASK_COMPLETE",
163
+ "action_description": "On Recipes List, complete task, successfully deleted all recipes",
164
+ "image_before": "23.png",
165
+ "image_after": null
166
+ }
167
+ ]
168
+ }
online/low_level_instructions/RecipeDeleteSingleRecipe.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Delete the following recipes from Broccoli app: Shrimp Avocado Salad.",
3
+ "task_name": "RecipeDeleteSingleRecipe_0",
4
+ "episode_id": "fe54f044670e43cabf0a13e2e35a329e",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[911,350]",
16
+ "action_description": "On Home Screen, click 'Broccoli' app icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[634,724]",
23
+ "action_description": "On Home Screen, click '+' button, to add a new recipe.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1352,227]",
30
+ "action_description": "On Recipe Page, click three dots menu, to open recipe options",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[988,780]",
37
+ "action_description": "On Recipe Options Popup, click 'Delete', to initiate recipe deletion",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[1219,1669]",
44
+ "action_description": "On Delete Confirmation Popup, click 'Delete' button, to confirm recipe deletion.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "TASK_COMPLETE",
51
+ "action_description": "On Recipes Screen, complete task, recipe deleted.",
52
+ "image_before": "7.png",
53
+ "image_after": null
54
+ }
55
+ ]
56
+ }
online/low_level_instructions/RecipeDeleteSingleWithRecipeWithNoise.json ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Delete the following recipes from Broccoli app: Chicken Alfredo Pasta.",
3
+ "task_name": "RecipeDeleteSingleWithRecipeWithNoise_0",
4
+ "episode_id": "4008a73d4ebd4c1ba3e25ad6cb59e47a",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[890,336]",
16
+ "action_description": "On Broccoli Recipes List, click '+' button, to add recipe",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1377,455]",
23
+ "action_description": "On Recipes List, click 'Search' icon, to open search bar",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "TYPE[Chicken Alfredo Pasta]",
30
+ "action_description": "On Recipes List, type 'Chicken Alfredo Pasta' in search bar, to find the recipe",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[459,791]",
37
+ "action_description": "On Recipes List, click 'Chicken Alfredo Pasta', to view recipe details",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[1366,227]",
44
+ "action_description": "On Recipe Details Page, click 'three dots' icon, to open options menu",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[908,784]",
51
+ "action_description": "On Recipe Options Menu, click 'Delete' button, to initiate recipe deletion.",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[1209,1658]",
58
+ "action_description": "On Delete Confirmation, click 'DELETE' button, to permanently remove the recipe.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "TASK_COMPLETE",
65
+ "action_description": "On Recipes List, complete task, recipe deleted.",
66
+ "image_before": "9.png",
67
+ "image_after": null
68
+ }
69
+ ]
70
+ }
online/low_level_instructions/RetroCreatePlaylist.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Create a playlist in Retro Music titled \"R&B Grooves 681\" with the following songs, in order: Endless Summer, Through the Storm",
3
+ "task_name": "RetroCreatePlaylist_0",
4
+ "episode_id": "dd1ae4848a184648b866de37199abcd6",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "SWIPE[LEFT]",
16
+ "action_description": "On Home Screen, swipe left, to access more apps",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1205,780]",
23
+ "action_description": "On Home Screen, click 'Retro Music' icon, to open the app",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1282,2897]",
30
+ "action_description": "On Bottom Navigation Bar, click 'Playlists' icon, to view user's playlists",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[1366,238]",
37
+ "action_description": "On Playlists Screen, click 'More Options' icon, to view playlist options",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[978,637]",
44
+ "action_description": "On Playlists Options Menu, click 'New playlist', to begin creating a new playlist",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[501,1574]",
51
+ "action_description": "On New Playlist Popup, click 'Playlist name' field, to enter playlist title",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "TYPE[R&B Grooves 681]",
58
+ "action_description": "On New Playlist Popup, type 'R&B Grooves 681' in playlist name field, to enter playlist title",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[1121,1791]",
65
+ "action_description": "On New Playlist Popup, click 'Create' button, to create the playlist",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[431,2901]",
72
+ "action_description": "On Bottom Navigation Bar, click 'Songs' icon, to view available songs.",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[95,252]",
79
+ "action_description": "On Songs Screen, click 'Search' icon, to open search bar",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[298,245]",
86
+ "action_description": "On Songs Screen, click 'Search' icon, to open search bar",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "TYPE[Endless Summer]",
93
+ "action_description": "On Songs Screen, type 'Endless Summer' in search bar, to find the desired song.",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[1338,801]",
100
+ "action_description": "On Songs Screen, click 'Endless Summer' song, to open song options",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[1076,1351]",
107
+ "action_description": "On Song Options Menu, click 'Add to playlist', to view available playlists",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[393,1648]",
114
+ "action_description": "On Add to Playlist Popup, click 'R&B Grooves 681', to add song to playlist",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[1356,248]",
121
+ "action_description": "On Songs Screen, click 'Search' icon, to open search bar",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "CLICK[557,259]",
128
+ "action_description": "On Songs Screen, click 'Search' icon, to open search bar.",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "TYPE[Through the Storm]",
135
+ "action_description": "On Songs Screen, type 'Through the Storm' in search bar, to find the desired song.",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "CLICK[1359,819]",
142
+ "action_description": "On Songs Screen, click 'Three dot menu' icon, to open song options",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "CLICK[1044,1375]",
149
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "CLICK[449,1655]",
156
+ "action_description": "On Add to Playlist Popup, click 'R&B Grooves 681', to add song to playlist",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "TASK_COMPLETE",
163
+ "action_description": "On Songs Screen, complete task, successfully added songs to playlist",
164
+ "image_before": "23.png",
165
+ "image_after": null
166
+ }
167
+ ]
168
+ }
online/low_level_instructions/RetroPlayingQueue.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Add the following songs, in order, Heartbeat Away, Falling Feathers, Waves of Change to my playing queue in Retro music.",
3
+ "task_name": "RetroPlayingQueue_0",
4
+ "episode_id": "93e04baa9b6d44e8ac9af52afdb17179",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to access more app icons.",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "SWIPE[LEFT]",
16
+ "action_description": "On Home Screen, swipe left, to access more app icons.",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1240,766]",
23
+ "action_description": "On Home Screen, click 'Retro Music' app icon, to open the music app.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[92,252]",
30
+ "action_description": "On Songs Screen, click 'Search' icon, to open search bar.",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[295,262]",
37
+ "action_description": "On Songs Screen, click 'Keyboard' button, to open keyboard",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "TYPE[Heartbeat Away]",
44
+ "action_description": "On Songs Screen, type 'Heartbeat Away' in search bar, to search for the song.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[1349,826]",
51
+ "action_description": "On Songs Screen, click 'more options' icon, to view song options",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[971,1197]",
58
+ "action_description": "On Songs Screen, click 'Add to playing queue', to add song to queue",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[1370,259]",
65
+ "action_description": "On Songs Screen, click 'close search' icon, to clear search results.",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[431,273]",
72
+ "action_description": "On Songs Screen, click 'close search' icon, to clear search results.",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "TYPE[Falling Feathers]",
79
+ "action_description": "On Songs Screen, type 'Falling Feathers' in search bar, to search for the song.",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[1363,822]",
86
+ "action_description": "On Songs Screen, click 'more options' icon, to view song options",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[971,1193]",
93
+ "action_description": "On Songs Screen, click 'Add to playing queue', to add song to queue",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[1345,248]",
100
+ "action_description": "On Songs Screen, click 'close search' icon, to clear search results.",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[281,252]",
107
+ "action_description": "On Songs Screen, click 'Songs' icon, to return to song list",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "TYPE[Waves of Change]",
114
+ "action_description": "On Songs Screen, type 'Waves of Change' in search bar, to search for the song.",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[1345,822]",
121
+ "action_description": "On Songs Screen, click 'more options' icon, to view song options",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "CLICK[988,1211]",
128
+ "action_description": "On Songs Screen, click 'Add to playing queue', to add song to queue",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "TASK_COMPLETE",
135
+ "action_description": "On Songs Screen, complete task, successfully added all songs to queue",
136
+ "image_before": "19.png",
137
+ "image_after": null
138
+ }
139
+ ]
140
+ }
online/low_level_instructions/RetroPlaylistDuration.json ADDED
@@ -0,0 +1,392 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Create a playlist in Retro Music titled \"Gym Pump Up 880\" with a duration between 45 and 50 minutes using the provided songs.",
3
+ "task_name": "RetroPlaylistDuration_0",
4
+ "episode_id": "33ff4e61c5024b1fa214eeebebaf94a6",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "SWIPE[LEFT]",
16
+ "action_description": "On Home Screen, swipe left, to view more apps",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1237,780]",
23
+ "action_description": "On Home Screen, click 'Retro Music' icon, to open the app",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[1352,483]",
30
+ "action_description": "On Songs Screen, click three-dot menu, to view song options",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[1069,1015]",
37
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[365,1574]",
44
+ "action_description": "On Add to Playlist Screen, click 'New playlist', to create a new playlist",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[501,1540]",
51
+ "action_description": "On New Playlist Screen, click 'Playlist name' field, to enter playlist title",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "TYPE[Gym Pump Up 880]",
58
+ "action_description": "On New Playlist Screen, type 'Gym Pump Up 880' in 'Playlist name' field, to enter playlist name",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[1051,1795]",
65
+ "action_description": "On New Playlist Screen, click 'Create' button, to create the playlist",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[1356,710]",
72
+ "action_description": "On Songs Screen, click three-dot menu next to 'Dreamer's Awake', to view song options.",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "CLICK[999,1260]",
79
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[386,1655]",
86
+ "action_description": "On Add to Playlist Screen, click 'Gym Pump Up 880', to add song to playlist",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[1321,966]",
93
+ "action_description": "On Songs Screen, click three-dot menu next to 'Endless Summer', to view song options.",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[1149,1505]",
100
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "CLICK[421,1662]",
107
+ "action_description": "On Add to Playlist Screen, click 'Gym Pump Up 880', to add song to playlist",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[1359,1176]",
114
+ "action_description": "On Songs Screen, click three-dot menu next to 'Falling Feathers', to view song options.",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[1062,1669]",
121
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "CLICK[456,1683]",
128
+ "action_description": "On Add to Playlist Screen, click 'Gym Pump Up 880', to add song to playlist",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "CLICK[1338,1442]",
135
+ "action_description": "On Songs Screen, click three-dot menu next to 'Golden Days', to view song options.",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "CLICK[1083,1903]",
142
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "CLICK[344,1662]",
149
+ "action_description": "On Add to Playlist Screen, click 'Gym Pump Up 880', to add song to playlist",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "CLICK[1349,1672]",
156
+ "action_description": "On Songs Screen, click three-dot menu next to 'Heartbeat Away', to view song options.",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "CLICK[890,591]",
163
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
164
+ "image_before": "23.png",
165
+ "image_after": "24.png"
166
+ },
167
+ {
168
+ "step_id": 24,
169
+ "action": "CLICK[393,1651]",
170
+ "action_description": "On Add to Playlist Screen, click 'Gym Pump Up 880', to add song to playlist",
171
+ "image_before": "24.png",
172
+ "image_after": "25.png"
173
+ },
174
+ {
175
+ "step_id": 25,
176
+ "action": "CLICK[1363,1903]",
177
+ "action_description": "On Songs Screen, click three-dot menu next to 'Hidden Paths', to view song options.",
178
+ "image_before": "25.png",
179
+ "image_after": "26.png"
180
+ },
181
+ {
182
+ "step_id": 26,
183
+ "action": "CLICK[1114,598]",
184
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
185
+ "image_before": "26.png",
186
+ "image_after": "27.png"
187
+ },
188
+ {
189
+ "step_id": 27,
190
+ "action": "CLICK[449,1665]",
191
+ "action_description": "On Add to Playlist Screen, click 'Gym Pump Up 880', to add song to playlist",
192
+ "image_before": "27.png",
193
+ "image_after": "28.png"
194
+ },
195
+ {
196
+ "step_id": 28,
197
+ "action": "CLICK[1363,2173]",
198
+ "action_description": "On Songs Screen, click three-dot menu next to 'Moments', to view song options.",
199
+ "image_before": "28.png",
200
+ "image_after": "29.png"
201
+ },
202
+ {
203
+ "step_id": 29,
204
+ "action": "CLICK[1034,584]",
205
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
206
+ "image_before": "29.png",
207
+ "image_after": "30.png"
208
+ },
209
+ {
210
+ "step_id": 30,
211
+ "action": "CLICK[494,1658]",
212
+ "action_description": "On Add to Playlist Screen, click 'Gym Pump Up 880', to add song to playlist",
213
+ "image_before": "30.png",
214
+ "image_after": "31.png"
215
+ },
216
+ {
217
+ "step_id": 31,
218
+ "action": "CLICK[1359,2390]",
219
+ "action_description": "On Songs Screen, click three-dot menu next to 'Moonlight Sonata', to view song options.",
220
+ "image_before": "31.png",
221
+ "image_after": "32.png"
222
+ },
223
+ {
224
+ "step_id": 32,
225
+ "action": "CLICK[1065,836]",
226
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
227
+ "image_before": "32.png",
228
+ "image_after": "33.png"
229
+ },
230
+ {
231
+ "step_id": 33,
232
+ "action": "CLICK[526,1658]",
233
+ "action_description": "On Add to Playlist Screen, click 'Gym Pump Up 880', to add song to playlist",
234
+ "image_before": "33.png",
235
+ "image_after": "34.png"
236
+ },
237
+ {
238
+ "step_id": 34,
239
+ "action": "CLICK[1265,2887]",
240
+ "action_description": "On Songs Screen, click 'Playlists' icon, to view playlists.",
241
+ "image_before": "34.png",
242
+ "image_after": "35.png"
243
+ },
244
+ {
245
+ "step_id": 35,
246
+ "action": "CLICK[438,2901]",
247
+ "action_description": "On Songs Screen, click 'Songs' icon, to view available songs.",
248
+ "image_before": "35.png",
249
+ "image_after": "36.png"
250
+ },
251
+ {
252
+ "step_id": 36,
253
+ "action": "SWIPE[UP]",
254
+ "action_description": "On Songs Screen, swipe up song list, to view more songs",
255
+ "image_before": "36.png",
256
+ "image_after": "37.png"
257
+ },
258
+ {
259
+ "step_id": 37,
260
+ "action": "CLICK[1342,780]",
261
+ "action_description": "On Songs Screen, click three-dot menu, to view song options",
262
+ "image_before": "37.png",
263
+ "image_after": "38.png"
264
+ },
265
+ {
266
+ "step_id": 38,
267
+ "action": "CLICK[1013,1358]",
268
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
269
+ "image_before": "38.png",
270
+ "image_after": "39.png"
271
+ },
272
+ {
273
+ "step_id": 39,
274
+ "action": "CLICK[494,1672]",
275
+ "action_description": "On Add to Playlist Screen, click 'Gym Pump Up 880', to add song to playlist",
276
+ "image_before": "39.png",
277
+ "image_after": "40.png"
278
+ },
279
+ {
280
+ "step_id": 40,
281
+ "action": "CLICK[1352,1533]",
282
+ "action_description": "On Songs Screen, click three-dot menu, to view song options.",
283
+ "image_before": "40.png",
284
+ "image_after": "41.png"
285
+ },
286
+ {
287
+ "step_id": 41,
288
+ "action": "CLICK[1114,1973]",
289
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
290
+ "image_before": "41.png",
291
+ "image_after": "42.png"
292
+ },
293
+ {
294
+ "step_id": 42,
295
+ "action": "CLICK[463,1658]",
296
+ "action_description": "On Add to Playlist Screen, click 'Gym Pump Up 880', to add song to playlist",
297
+ "image_before": "42.png",
298
+ "image_after": "43.png"
299
+ },
300
+ {
301
+ "step_id": 43,
302
+ "action": "CLICK[1321,2869]",
303
+ "action_description": "On Songs Screen, click 'Playlists' icon, to view playlists.",
304
+ "image_before": "43.png",
305
+ "image_after": "44.png"
306
+ },
307
+ {
308
+ "step_id": 44,
309
+ "action": "CLICK[463,990]",
310
+ "action_description": "On Playlists Screen, click 'Gym Pump Up 880', to view playlist details",
311
+ "image_before": "44.png",
312
+ "image_after": "45.png"
313
+ },
314
+ {
315
+ "step_id": 45,
316
+ "action": "CLICK[1149,1260]",
317
+ "action_description": "On Playlists Screen, click 'Chasing Shadows', to start playback",
318
+ "image_before": "45.png",
319
+ "image_after": "46.png"
320
+ },
321
+ {
322
+ "step_id": 46,
323
+ "action": "CLICK[64,1246]",
324
+ "action_description": "On Playlist Screen, click three-dot menu, to view song options",
325
+ "image_before": "46.png",
326
+ "image_after": "47.png"
327
+ },
328
+ {
329
+ "step_id": 47,
330
+ "action": "CLICK[1100,1386]",
331
+ "action_description": "On Playlist Screen, click three-dot menu next to 'Chasing Shadows', to view song options.",
332
+ "image_before": "47.png",
333
+ "image_after": "48.png"
334
+ },
335
+ {
336
+ "step_id": 48,
337
+ "action": "CLICK[1093,1770]",
338
+ "action_description": "On Playlist Screen, click 'Remove' button, to remove song from playlist",
339
+ "image_before": "48.png",
340
+ "image_after": "49.png"
341
+ },
342
+ {
343
+ "step_id": 49,
344
+ "action": "CLICK[85,259]",
345
+ "action_description": "On Playlist Screen, click 'Playlists' icon, to return to playlists overview",
346
+ "image_before": "49.png",
347
+ "image_after": "50.png"
348
+ },
349
+ {
350
+ "step_id": 50,
351
+ "action": "CLICK[435,2890]",
352
+ "action_description": "On Playlist Screen, click 'Songs' icon, to view available songs.",
353
+ "image_before": "50.png",
354
+ "image_after": "51.png"
355
+ },
356
+ {
357
+ "step_id": 51,
358
+ "action": "CLICK[1342,2190]",
359
+ "action_description": "On Songs Screen, click three-dot menu, to view song options",
360
+ "image_before": "51.png",
361
+ "image_after": "52.png"
362
+ },
363
+ {
364
+ "step_id": 52,
365
+ "action": "CLICK[988,651]",
366
+ "action_description": "On Songs Screen, click 'Add to playlist', to view available playlists",
367
+ "image_before": "52.png",
368
+ "image_after": "53.png"
369
+ },
370
+ {
371
+ "step_id": 53,
372
+ "action": "CLICK[435,1686]",
373
+ "action_description": "On Add to Playlist Screen, click 'Gym Pump Up 880', to add song to playlist",
374
+ "image_before": "53.png",
375
+ "image_after": "54.png"
376
+ },
377
+ {
378
+ "step_id": 54,
379
+ "action": "CLICK[1289,2883]",
380
+ "action_description": "On Songs Screen, click 'Playlists' icon, to view playlists.",
381
+ "image_before": "54.png",
382
+ "image_after": "55.png"
383
+ },
384
+ {
385
+ "step_id": 55,
386
+ "action": "TASK_COMPLETE",
387
+ "action_description": "On Playlists Screen, complete task, successfully created playlist.",
388
+ "image_before": "55.png",
389
+ "image_after": null
390
+ }
391
+ ]
392
+ }
online/low_level_instructions/RetroSavePlaylist.json ADDED
@@ -0,0 +1,175 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "Create a playlist in Retro Music titled \"Latin Grooves 996\" with the following songs, in order: Distant Memories, Voices in the Hall. Then export the playlist to the Downloads directory on the device.",
3
+ "task_name": "RetroSavePlaylist_0",
4
+ "episode_id": "edab1e6a7a7243a9a49aeb00956a5fe7",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "SWIPE[LEFT]",
16
+ "action_description": "On Home Screen, swipe left, to view more apps",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[1205,756]",
23
+ "action_description": "On Home Screen, click 'Retro Music' icon, to open the app.",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[414,2887]",
30
+ "action_description": "On Bottom Navigation Bar, click 'Songs' icon, to view available songs",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[99,234]",
37
+ "action_description": "On Bottom Navigation Bar, click 'Search' icon, to open search bar",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "TYPE[Distant Memories]",
44
+ "action_description": "On Search Results Page, type 'Distant Memories' in search bar, to find matching songs",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[1349,819]",
51
+ "action_description": "On Songs List, click three dots menu, to view song options",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[1051,1372]",
58
+ "action_description": "On Song Options Menu, click 'Add to playlist', to begin adding song to a playlist.",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[389,1557]",
65
+ "action_description": "On Add to Playlist Popup, click 'New playlist', to start creating a new playlist",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[505,1554]",
72
+ "action_description": "On New Playlist Popup, click 'Playlist name' field, to enter playlist name",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "TYPE[Latin Grooves 996]",
79
+ "action_description": "On New Playlist Popup, type 'Latin Grooves 996' in playlist name field, to enter playlist name",
80
+ "image_before": "11.png",
81
+ "image_after": "12.png"
82
+ },
83
+ {
84
+ "step_id": 12,
85
+ "action": "CLICK[1149,1767]",
86
+ "action_description": "On New Playlist Popup, click 'Create' button, to create a new playlist",
87
+ "image_before": "12.png",
88
+ "image_after": "13.png"
89
+ },
90
+ {
91
+ "step_id": 13,
92
+ "action": "CLICK[1377,248]",
93
+ "action_description": "On Search Results Page, click close search icon, to clear search results.",
94
+ "image_before": "13.png",
95
+ "image_after": "14.png"
96
+ },
97
+ {
98
+ "step_id": 14,
99
+ "action": "CLICK[344,252]",
100
+ "action_description": "On Search Results Page, click 'Songs' button, to view available songs",
101
+ "image_before": "14.png",
102
+ "image_after": "15.png"
103
+ },
104
+ {
105
+ "step_id": 15,
106
+ "action": "TYPE[Voices in the Hall]",
107
+ "action_description": "On Search Results Page, type 'Voices in the Hall' in search bar, to find matching songs",
108
+ "image_before": "15.png",
109
+ "image_after": "16.png"
110
+ },
111
+ {
112
+ "step_id": 16,
113
+ "action": "CLICK[1359,819]",
114
+ "action_description": "On Songs List, click three dots menu, to view song options",
115
+ "image_before": "16.png",
116
+ "image_after": "17.png"
117
+ },
118
+ {
119
+ "step_id": 17,
120
+ "action": "CLICK[1076,1368]",
121
+ "action_description": "On Song Options Menu, click 'Add to playlist', to begin adding song to a playlist.",
122
+ "image_before": "17.png",
123
+ "image_after": "18.png"
124
+ },
125
+ {
126
+ "step_id": 18,
127
+ "action": "CLICK[498,1648]",
128
+ "action_description": "On Add to Playlist Popup, click 'Latin Grooves 996', to add song to playlist",
129
+ "image_before": "18.png",
130
+ "image_after": "19.png"
131
+ },
132
+ {
133
+ "step_id": 19,
134
+ "action": "CLICK[1310,2890]",
135
+ "action_description": "On Bottom Navigation Bar, click 'Playlists' icon, to view playlists",
136
+ "image_before": "19.png",
137
+ "image_after": "20.png"
138
+ },
139
+ {
140
+ "step_id": 20,
141
+ "action": "CLICK[463,899]",
142
+ "action_description": "On Playlists Screen, click 'Latin Grooves 996' playlist, to view playlist contents",
143
+ "image_before": "20.png",
144
+ "image_after": "21.png"
145
+ },
146
+ {
147
+ "step_id": 21,
148
+ "action": "CLICK[1380,238]",
149
+ "action_description": "On Playlists Screen, click three dot menu, to view playlist options",
150
+ "image_before": "21.png",
151
+ "image_after": "22.png"
152
+ },
153
+ {
154
+ "step_id": 22,
155
+ "action": "CLICK[1030,1319]",
156
+ "action_description": "On Playlist Options Menu, click 'Save as file', to export playlist",
157
+ "image_before": "22.png",
158
+ "image_after": "23.png"
159
+ },
160
+ {
161
+ "step_id": 23,
162
+ "action": "CLICK[1254,2953]",
163
+ "action_description": "On Save Playlist Confirmation, click 'SAVE' button, to export playlist to device.",
164
+ "image_before": "23.png",
165
+ "image_after": "24.png"
166
+ },
167
+ {
168
+ "step_id": 24,
169
+ "action": "TASK_COMPLETE",
170
+ "action_description": "On Playlists Screen, complete task, successfully saved playlist",
171
+ "image_before": "24.png",
172
+ "image_after": null
173
+ }
174
+ ]
175
+ }
online/low_level_instructions/SaveCopyOfReceiptTaskEval.json ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "instruction": "In Simple Gallery Pro, copy receipt_MXlX_eager_snake.jpg in DCIM and save a copy with the same name in Download",
3
+ "task_name": "SaveCopyOfReceiptTaskEval_0",
4
+ "episode_id": "beea3ec8223e476284a2b695248349ca",
5
+ "steps": [
6
+ {
7
+ "step_id": 1,
8
+ "action": "SWIPE[LEFT]",
9
+ "action_description": "On Home Screen, swipe left, to view more apps",
10
+ "image_before": "1.png",
11
+ "image_after": "2.png"
12
+ },
13
+ {
14
+ "step_id": 2,
15
+ "action": "CLICK[585,1571]",
16
+ "action_description": "On Home Screen, click 'Gallery' icon, to open the app",
17
+ "image_before": "2.png",
18
+ "image_after": "3.png"
19
+ },
20
+ {
21
+ "step_id": 3,
22
+ "action": "CLICK[309,707]",
23
+ "action_description": "On File Browser, click 'DCIM' folder, to view its contents",
24
+ "image_before": "3.png",
25
+ "image_after": "4.png"
26
+ },
27
+ {
28
+ "step_id": 4,
29
+ "action": "CLICK[239,640]",
30
+ "action_description": "On DCIM Browser, click receipt image, to select it",
31
+ "image_before": "4.png",
32
+ "image_after": "5.png"
33
+ },
34
+ {
35
+ "step_id": 5,
36
+ "action": "CLICK[1366,171]",
37
+ "action_description": "On Receipt Image, click three-dot menu, to open action options",
38
+ "image_before": "5.png",
39
+ "image_after": "6.png"
40
+ },
41
+ {
42
+ "step_id": 6,
43
+ "action": "CLICK[862,717]",
44
+ "action_description": "On Action Options Menu, click 'Copy to' option, to begin copying the image.",
45
+ "image_before": "6.png",
46
+ "image_after": "7.png"
47
+ },
48
+ {
49
+ "step_id": 7,
50
+ "action": "CLICK[386,2628]",
51
+ "action_description": "On Folder Selection Popup, click 'Other folder', to choose a different destination folder",
52
+ "image_before": "7.png",
53
+ "image_after": "8.png"
54
+ },
55
+ {
56
+ "step_id": 8,
57
+ "action": "CLICK[361,1592]",
58
+ "action_description": "On Folder Selection Popup, click empty area, to view available folders",
59
+ "image_before": "8.png",
60
+ "image_after": "9.png"
61
+ },
62
+ {
63
+ "step_id": 9,
64
+ "action": "CLICK[400,1924]",
65
+ "action_description": "On Folder Selection Popup, click 'Download' folder, to choose it as the destination.",
66
+ "image_before": "9.png",
67
+ "image_after": "10.png"
68
+ },
69
+ {
70
+ "step_id": 10,
71
+ "action": "CLICK[1111,2614]",
72
+ "action_description": "On Folder Selection Popup, click 'OK' button, to confirm copying the image.",
73
+ "image_before": "10.png",
74
+ "image_after": "11.png"
75
+ },
76
+ {
77
+ "step_id": 11,
78
+ "action": "TASK_COMPLETE",
79
+ "action_description": "On Folder Selection Popup, complete task, successfully copied the image.",
80
+ "image_before": "11.png",
81
+ "image_after": null
82
+ }
83
+ ]
84
+ }