-
Notifications
You must be signed in to change notification settings - Fork 1
/
65.json
30 lines (30 loc) · 1.04 KB
/
65.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": [
"shopping"
],
"task_id": "shopping_57",
"require_login": true,
"storage_state": "./.auth/shopping_state.json",
"start_url": "http://127.0.0.1:7770/home-kitchen/home-decor-products/artificial-plants-flowers.html",
"geolocation": null,
"intent": "Add the first one on this page with 'garden' written on it to my wish list.",
"require_reset": false,
"eval": {
"eval_types": [
"program_html"
],
"reference_answers": null,
"reference_url": "",
"program_html": [
{
"url": "http://127.0.0.1:7770/wishlist/?limit=50",
"locator": "document.querySelector('.products-grid.wishlist').textContent",
"required_contents": {
"must_include": [
"Artificial Succulent Plant Pot Milk White Ceramic Flowerpot Wine Bottle can Shape Home Office Desktop Countertop Decoration Small Potted Plant (ws8003)"
]
}
}
]
}
}