VWA / find_best_selling /find_best_selling.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
8c06058 verified
raw
history blame
2.96 kB
{
"task with actions": [
{
"task_index": 0,
"task": "Navigate to the reports section and access the best sellers report.",
"actions": [
{
"index": 0,
"start": 21.2,
"end": 22.3,
"text": "Navigate to 'Reports' on the left-hand side."
},
{
"index": 1,
"start": 26.0,
"end": 27.5,
"text": "Click 'Best Sellers' under 'Products'."
}
]
},
{
"task_index": 1,
"task": "Set the period to yearly, specify the start and end dates for 2023, and generate the report to view the best-selling products.",
"actions": [
{
"index": 2,
"start": 40.2,
"end": 42.8,
"text": "Set the period to 'Yearly'."
},
{
"index": 3,
"start": 43.3,
"end": 45.0,
"text": "Set the start date for when all products are sold."
},
{
"index": 4,
"start": 49.4,
"end": 50.0,
"text": "Set the end date."
},
{
"index": 5,
"start": 69.6,
"end": 71.4,
"text": "Click 'Show Report'."
}
]
},
{
"task_index": 2,
"task": "Access the order total report under customers, specify the date range from January 2021 to 2023, and generate the report to identify the top customer.",
"actions": [
{
"index": 8,
"start": 96.6,
"end": 97.5,
"text": "Navigate to 'Order Total' under 'Customers'."
}
]
},
{
"task_index": 3,
"task": "Access the search terms report under marketing to view the most searched items.",
"actions": [
{
"index": 9,
"start": 188.1,
"end": 192.1,
"text": "Click the 'Reports' tab and then click 'Search Terms' under 'Marketing'."
}
]
},
{
"task_index": 4,
"task": "Sort the search terms by hits to identify the least and most searched items.",
"actions": [
{
"index": 10,
"start": 213.5,
"end": 216.2,
"text": "Sort by 'Hits' by clicking 'Hits'."
}
]
}
]
}