VWA / search_sort_comment /search_sort_comment.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
b9d0a76 verified
raw
history blame
2.83 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Search for a post by category or location.",
"actions": []
},
{
"task_index": 1,
"task": "Navigate to a category to view posts.",
"actions": [
{
"index": 1,
"start": 37.2,
"end": 38.4,
"text": "Click on the category button for 'bikes'."
}
]
},
{
"task_index": 2,
"task": "Filter posts by location.",
"actions": [
{
"index": 2,
"start": 57.0,
"end": 59.0,
"text": "Click on 'all locations'."
},
{
"index": 3,
"start": 65.5,
"end": 66.2,
"text": "Click on 'Pennsylvania'."
}
]
},
{
"task_index": 3,
"task": "Refine search using the search bar.",
"actions": []
},
{
"task_index": 4,
"task": "Apply price filters to search results.",
"actions": [
{
"index": 6,
"start": 110.5,
"end": 111.9,
"text": "Set the minimum price."
},
{
"index": 7,
"start": 116.3,
"end": 117.4,
"text": "Set the maximum price."
},
{
"index": 8,
"start": 130.5,
"end": 131.5,
"text": "Click 'apply'."
}
]
},
{
"task_index": 5,
"task": "Sort items by criteria such as newly listed or price.",
"actions": [
{
"index": 9,
"start": 152.1,
"end": 153.2,
"text": "Hover over the 'Sort By' button."
}
]
},
{
"task_index": 6,
"task": "Leave a comment on a post.",
"actions": [
{
"index": 11,
"start": 204.5,
"end": 206.2,
"text": "Type 'my dream boat' in the comment box."
},
{
"index": 12,
"start": 213.8,
"end": 214.1,
"text": "Click 'send' to post the comment."
}
]
}
]
}