File size: 2,533 Bytes
5fab11f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "task with actions": [
        {
            "task_index": 0,
            "task": "Navigate to the 'All Customers' section to view customer information.",
            "actions": [
                {
                    "index": 0,
                    "start": 12.4,
                    "end": 14.5,
                    "text": "Click the 'Customers' tab on the left side."
                },
                {
                    "index": 1,
                    "start": 14.5,
                    "end": 16.2,
                    "text": "Click 'All Customers'."
                }
            ]
        },
        {
            "task_index": 1,
            "task": "Apply a filter using a specific phone number to find relevant customers.",
            "actions": [
                {
                    "index": 2,
                    "start": 31.5,
                    "end": 36.8,
                    "text": "Type '310-555-5555' in the phone number filter field."
                },
                {
                    "index": 3,
                    "start": 44.7,
                    "end": 46.1,
                    "text": "Apply the filters."
                }
            ]
        },
        {
            "task_index": 2,
            "task": "Review the filtered customer information.",
            "actions": []
        },
        {
            "task_index": 3,
            "task": "Apply a filter based on the time customers joined, specifying a date range.",
            "actions": []
        },
        {
            "task_index": 4,
            "task": "Customize the view by selecting additional columns for more information.",
            "actions": [
                {
                    "index": 4,
                    "start": 100.5,
                    "end": 101.6,
                    "text": "Click on 'Columns'."
                },
                {
                    "index": 5,
                    "start": 106.9,
                    "end": 107.5,
                    "text": "Select the desired columns to view additional information."
                }
            ]
        },
        {
            "task_index": 5,
            "task": "Access detailed customer information by selecting the edit option.",
            "actions": [
                {
                    "index": 6,
                    "start": 126.9,
                    "end": 127.2,
                    "text": "Click on 'Edit' under the 'Action' column on the right side."
                }
            ]
        }
    ]
}