44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"sites": [
|
|
"shopping_admin"
|
|
],
|
|
"task_id": 710,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/shopping_admin_state.json",
|
|
"start_url": "http://localhost:28083/admin",
|
|
"geolocation": null,
|
|
"intent_template": "Create a {{type}} report from {{start_date}} to {{end_date}}",
|
|
"instantiation_dict": {
|
|
"type": "shipping",
|
|
"start_date": "08/05/2022",
|
|
"end_date": "03/01/2023"
|
|
},
|
|
"intent": "Create a shipping report from 08/05/2022 to 03/01/2023",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"url_match",
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "http://localhost:28083/admin/reports/report_sales/shipping",
|
|
"program_html": [
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('[id=\"sales_report_from\"').value",
|
|
"required_contents": {
|
|
"exact_match": "8/5/22"
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('[id=\"sales_report_to\"').value",
|
|
"required_contents": {
|
|
"exact_match": "3/1/23"
|
|
}
|
|
}
|
|
],
|
|
"url_note": "GOLD in PRED"
|
|
},
|
|
"intent_template_id": 271
|
|
} |