37 lines
956 B
JSON
37 lines
956 B
JSON
{
|
|
"sites": [
|
|
"shopping_admin"
|
|
],
|
|
"task_id": 676,
|
|
"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": "suspected of being fraudulent"
|
|
},
|
|
"intent": "Lookup orders that are suspected of being fraudulent",
|
|
"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": [
|
|
"Suspected Fraud"
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"url_note": "GOLD in PRED"
|
|
},
|
|
"intent_template_id": 253
|
|
} |