-
Notifications
You must be signed in to change notification settings - Fork 135
/
Copy path2.json
30 lines (30 loc) · 897 Bytes
/
2.json
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
{
"sites": ["misc"],
"task_id": 2,
"require_login": false,
"storage_state": null,
"start_url": "https://russmaxdesign.github.io/exercise",
"geolocation": null,
"intent_template": "",
"instantiation_dict": {},
"intent": "Check out the classification section",
"require_reset": false,
"eval": {
"eval_types": ["url_match"],
"reference_answers": null,
"reference_url": "https://russmaxdesign.github.io/exercise/#link-two",
"program_html": [
{
"url": "",
"required_contents": []
}
]
},
"reference_action_sequence": {
"action_set_tag": "playwright",
"action_sequence": [
"page.get_by_role(\"navigation\").get_by_role(\"link\", name=\"Classification\").click()",
"page.stop(\"Wilson and Reade\")"
]
}
}