VWA / remove_from_cart /remove_from_cart.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
ebf0677 verified
raw
history blame
1.58 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Access the shopping cart to view and edit items.",
"actions": [
{
"index": 0,
"start": 19.8,
"end": 20.9,
"text": "Click on the 'Cart' icon."
},
{
"index": 1,
"start": 22.2,
"end": 23.2,
"text": "Click on 'View and Edit Cart'."
}
]
},
{
"task_index": 1,
"task": "Decide to remove items from the cart.",
"actions": []
},
{
"task_index": 2,
"task": "Remove specific items from the cart due to budget constraints.",
"actions": [
{
"index": 2,
"start": 28.7,
"end": 29.5,
"text": "Click on the 'Remove' button next to the item you want to remove."
},
{
"index": 3,
"start": 42.3,
"end": 44.7,
"text": "Click on the 'Remove' button for the 'Amazing Spider-Man' game."
},
{
"index": 4,
"start": 45.6,
"end": 46.0,
"text": "Click on the 'Remove' button for the 'Controller'."
}
]
}
]
}