File size: 1,640 Bytes
e632ee2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "task with actions": [
        {
            "task_index": 0,
            "task": "Navigate to the most recent listings under a specific category.",
            "actions": [
                {
                    "index": 0,
                    "start": 21.9,
                    "end": 24.3,
                    "text": "Go to the 'Books' category."
                },
                {
                    "index": 1,
                    "start": 43.3,
                    "end": 44.7,
                    "text": "Click the 'double arrow' button to navigate to the last page of listings."
                },
                {
                    "index": 5,
                    "start": 110.3,
                    "end": 111.8,
                    "text": "Ensure the listings are sorted by 'newly listed'."
                }
            ]
        },
        {
            "task_index": 1,
            "task": "Apply a price range to filter the listings.",
            "actions": [
                {
                    "index": 2,
                    "start": 63.1,
                    "end": 64.9,
                    "text": "Apply a price range filter for the listings."
                }
            ]
        },
        {
            "task_index": 2,
            "task": "Obtain the links of the filtered listings.",
            "actions": [
                {
                    "index": 3,
                    "start": 91.4,
                    "end": 94.2,
                    "text": "Right-click on a listing and click 'Copy Link Address' to get the link of the listing."
                }
            ]
        }
    ]
}