-
Notifications
You must be signed in to change notification settings - Fork 1
/
20.json
32 lines (32 loc) · 973 Bytes
/
20.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
31
32
{
"sites": [
"classifieds"
],
"task_id": "classifieds_31",
"require_login": true,
"storage_state": "./.auth/classifieds_state.json",
"start_url": "http://127.0.0.1:9980/index.php?page=item&id=47273",
"geolocation": null,
"intent": "Navigate to the latest listing of a white Google Pixel phone and post a comment offering $10 less than their asking price.",
"image": null,
"require_reset": true,
"eval": {
"eval_types": [
"program_html"
],
"reference_answers": null,
"reference_url": "",
"program_html": [
{
"url": "http://127.0.0.1:9980/index.php?page=item&id=47273",
"locator": "func:get_query_text(__page__, '.comments_list')",
"required_contents": {
"must_include": [
"$250"
]
}
}
]
},
"steps": 2
}