33 lines
896 B
JSON
33 lines
896 B
JSON
{
|
|
"sites": [
|
|
"shopping_admin"
|
|
],
|
|
"task_id": 456,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/shopping_admin_state.json",
|
|
"start_url": "http://localhost:28083/admin",
|
|
"geolocation": null,
|
|
"intent_template": "Disable {{product}} from the site, they are facing some quality issues.",
|
|
"instantiation_dict": {
|
|
"product": "Cora Pant"
|
|
},
|
|
"intent": "Disable Cora Pant from the site, they are facing some quality issues.",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "",
|
|
"program_html": [
|
|
{
|
|
"url": "http://localhost:28083/admin/catalog/product/edit/id/1840/",
|
|
"locator": "document.querySelector('[name=\"product[status]\"').value",
|
|
"required_contents": {
|
|
"exact_match": "2"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"intent_template_id": 242
|
|
} |