-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path47.json
31 lines (31 loc) · 927 Bytes
/
47.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
{
"sites": [
"shopping"
],
"task_id": "shopping_0",
"require_login": true,
"storage_state": "./.auth/shopping_state.json",
"start_url": "http://127.0.0.1:7770/catalogsearch/result/?q=red+blanket",
"geolocation": null,
"intent": "Buy the least expensive red blanket (in any size) from \"Blankets & Throws\" category.",
"require_reset": false,
"eval": {
"eval_types": [
"program_html"
],
"reference_answers": null,
"reference_url": "",
"program_html": [
{
"url": "func:shopping_get_latest_order_url()",
"locator": "document.querySelector(\".order-details-items.ordered\").outerText",
"required_contents": {
"must_include": [
"B09CDFW6YM"
]
}
}
]
},
"steps": 4
}