34 lines
927 B
JSON
34 lines
927 B
JSON
{
|
|
"sites": [
|
|
"shopping_admin"
|
|
],
|
|
"task_id": 490,
|
|
"require_login": true,
|
|
"storage_state": "./.auth/shopping_admin_state.json",
|
|
"start_url": "http://localhost:28083/admin",
|
|
"geolocation": null,
|
|
"intent_template": "Change the page title of \"{{old-heading}}\" page on my site to \"{{heading}}\".",
|
|
"instantiation_dict": {
|
|
"old-heading": "About us",
|
|
"heading": "Secret"
|
|
},
|
|
"intent": "Change the page title of \"About us\" page on my site to \"Secret\".",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "",
|
|
"program_html": [
|
|
{
|
|
"url": "http://localhost:28083/admin/cms/page/edit/page_id/5/",
|
|
"locator": "document.querySelector('input[name=\"title\"').value",
|
|
"required_contents": {
|
|
"exact_match": "Secret"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"intent_template_id": 275
|
|
} |