VWA / add_to_cart /add_to_cart.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
33e587e verified
raw
history blame
1.98 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Add an item to the cart by clicking the \"Add to Cart\" button.",
"actions": [
{
"index": 1,
"start": 25.2,
"end": 26.4,
"text": "Click the blue 'Add to Cart' button."
}
]
},
{
"task_index": 1,
"task": "Select a listing to choose and edit the quantity of the item.",
"actions": [
{
"index": 2,
"start": 50.1,
"end": 51.3,
"text": "Click on the item listing."
},
{
"index": 3,
"start": 53.1,
"end": 54.5,
"text": "Choose and edit the quantity of the item."
}
]
},
{
"task_index": 2,
"task": "For clothing items, select the size and quantity before adding to the cart.",
"actions": [
{
"index": 4,
"start": 73.2,
"end": 75.9,
"text": "Click on the option for clothing or shoes."
},
{
"index": 6,
"start": 93.4,
"end": 94.4,
"text": "Pick the quantity of the item."
}
]
},
{
"task_index": 3,
"task": "Access the shopping cart through a hyperlink after adding items.",
"actions": [
{
"index": 7,
"start": 110.6,
"end": 112.5,
"text": "Click the hyperlink to access your shopping cart."
}
]
}
]
}