| { | |
| "task with actions": [ | |
| { | |
| "task_index": 0, | |
| "task": "Walk through the process of buying shoes on the One Stop Market.", | |
| "actions": [] | |
| }, | |
| { | |
| "task_index": 1, | |
| "task": "Search for basketball shoes on the One Stop Market.", | |
| "actions": [] | |
| }, | |
| { | |
| "task_index": 2, | |
| "task": "Identify and select the desired LeBron shoes.", | |
| "actions": [ | |
| { | |
| "index": 0, | |
| "start": 41.7, | |
| "end": 42.8, | |
| "text": "Click on the 'LeBron shoes' in the first row." | |
| } | |
| ] | |
| }, | |
| { | |
| "task_index": 3, | |
| "task": "Add the selected shoes to the cart after confirming size and color.", | |
| "actions": [ | |
| { | |
| "index": 1, | |
| "start": 57.4, | |
| "end": 58.0, | |
| "text": "Add the selected red shoes to the cart." | |
| } | |
| ] | |
| }, | |
| { | |
| "task_index": 4, | |
| "task": "Add unavailable shoes to the wish list for future purchase.", | |
| "actions": [ | |
| { | |
| "index": 2, | |
| "start": 85.8, | |
| "end": 86.5, | |
| "text": "Add the white shoes to the wish list due to unavailability of size." | |
| } | |
| ] | |
| }, | |
| { | |
| "task_index": 5, | |
| "task": "Ensure correct selection of size and color before adding shoes to the cart.", | |
| "actions": [ | |
| { | |
| "index": 4, | |
| "start": 102.6, | |
| "end": 104.2, | |
| "text": "Select the color and size of the item." | |
| } | |
| ] | |
| } | |
| ] | |
| } |