35 lines
818 B
JSON
35 lines
818 B
JSON
{
|
|
"sites": [
|
|
"shopping"
|
|
],
|
|
"task_id": 512,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/shopping_state.json",
|
|
"start_url": "http://localhost:28082",
|
|
"geolocation": null,
|
|
"intent_template": "Add a {{product}} to my wish list.",
|
|
"instantiation_dict": {
|
|
"product": "toothpaste"
|
|
},
|
|
"intent": "Add a toothpaste to my wish list.",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "",
|
|
"program_html": [
|
|
{
|
|
"url": "http://localhost:28082/wishlist/",
|
|
"locator": "document.querySelector('.products-grid.wishlist').outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"toothpaste"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"intent_template_id": 189
|
|
} |