File size: 4,733 Bytes
2157761 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 |
{
"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."
}
]
}
]
} |