VWA / navigate_tutorial /navigate_tutorial.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
2157761 verified
{
"task with actions": [
{
"task_index": 0,
"task": "Learn how to find posts and sort by category, price, state, city, and price range, and view listings by recency and price.",
"actions": [
{
"index": 3,
"start": 61.8,
"end": 62.0,
"text": "Click on the state \"Ohio\" in the all locations button."
},
{
"index": 6,
"start": 80.2,
"end": 81.2,
"text": "Set the price range from a minimum to a maximum."
}
]
},
{
"task_index": 1,
"task": "Start your search by going to the bottom and looking at all categories.",
"actions": [
{
"index": 1,
"start": 28.1,
"end": 29.4,
"text": "Go to the bottom and look at all categories."
}
]
},
{
"task_index": 2,
"task": "Proceed to categories if not interested in items without a state.",
"actions": [
{
"index": 2,
"start": 45.7,
"end": 46.0,
"text": "Click on a category."
}
]
},
{
"task_index": 3,
"task": "Filter by state by clicking on a state in the all locations button.",
"actions": [
{
"index": 3,
"start": 61.8,
"end": 62.0,
"text": "Click on the state \"Ohio\" in the all locations button."
}
]
},
{
"task_index": 4,
"task": "Set a price range for your search.",
"actions": [
{
"index": 6,
"start": 80.2,
"end": 81.2,
"text": "Set the price range from a minimum to a maximum."
}
]
},
{
"task_index": 5,
"task": "View posts sorted by newly listed items and adjust sorting to view by lowest or highest price.",
"actions": [
{
"index": 7,
"start": 123.1,
"end": 125.2,
"text": "Hover over the sorting button and click one of the options to sort by price."
}
]
},
{
"task_index": 6,
"task": "Navigate back to the home page using the OS class button.",
"actions": [
{
"index": 8,
"start": 138.5,
"end": 140.2,
"text": "Click on the OS class button at the top of the page to navigate back to the home page."
}
]
},
{
"task_index": 7,
"task": "Use zero filters as the default setting.",
"actions": [
{
"index": 11,
"start": 184.1,
"end": 184.5,
"text": "Click apply to reset the price range to no filters."
}
]
},
{
"task_index": 8,
"task": "Filter by city to view items near a specific location.",
"actions": [
{
"index": 12,
"start": 207.3,
"end": 207.5,
"text": "Select the city \"Dumfries\" to filter by city."
}
]
},
{
"task_index": 9,
"task": "Navigate the website and manipulate filters to find desired items.",
"actions": [
{
"index": 7,
"start": 123.1,
"end": 125.2,
"text": "Hover over the sorting button and click one of the options to sort by price."
},
{
"index": 11,
"start": 184.1,
"end": 184.5,
"text": "Click apply to reset the price range to no filters."
},
{
"index": 12,
"start": 207.3,
"end": 207.5,
"text": "Select the city \"Dumfries\" to filter by city."
}
]
}
]
}