37 lines
913 B
JSON
37 lines
913 B
JSON
{
|
|
"sites": [
|
|
"shopping_admin"
|
|
],
|
|
"task_id": 677,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/shopping_admin_state.json",
|
|
"start_url": "http://localhost:28083/admin",
|
|
"geolocation": null,
|
|
"intent_template": "Lookup orders that are {{status}}",
|
|
"instantiation_dict": {
|
|
"status": "processing"
|
|
},
|
|
"intent": "Lookup orders that are processing",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"url_match",
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "http://localhost:28083/admin/sales/order/",
|
|
"program_html": [
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector(\"div.admin__data-grid-filters-current\").outerText",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"Processing"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"url_note": "GOLD in PRED"
|
|
},
|
|
"intent_template_id": 253
|
|
} |