VWA / explore_star_tutorial /explore_star_tutorial.task.action.json
KevinQHLin's picture
Upload folder using huggingface_hub
3ecf046 verified
{
"task with actions": [
{
"task_index": 0,
"task": "Explore public repositories by navigating to the explore tab under projects and sort them by the most stars.",
"actions": [
{
"index": 0,
"start": 28.1,
"end": 29.1,
"text": "Click the 'Explore' tab under 'Projects'."
},
{
"index": 1,
"start": 48.7,
"end": 49.8,
"text": "Click on 'Most stars' under 'Explore'."
}
]
},
{
"task_index": 1,
"task": "Star a repository by clicking on the repository and pressing the star button.",
"actions": [
{
"index": 3,
"start": 82.0,
"end": 83.3,
"text": "Click the 'Star' button to star the repository."
}
]
},
{
"task_index": 2,
"task": "Follow a user by clicking on their username from a repository and selecting follow.",
"actions": [
{
"index": 4,
"start": 101.2,
"end": 103.3,
"text": "Click the username from the repository page."
},
{
"index": 5,
"start": 134.1,
"end": 134.6,
"text": "Click 'Follow' to follow the user."
}
]
},
{
"task_index": 3,
"task": "Navigate to the to-do list to view all tasks.",
"actions": [
{
"index": 10,
"start": 161.7,
"end": 162.5,
"text": "Click on the 'To-do list' to view your to-dos."
}
]
}
]
}