56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"sites": [
|
|
"map"
|
|
],
|
|
"task_id": 761,
|
|
"require_login": true,
|
|
"storage_state": null,
|
|
"start_url": "https://www.openstreetmap.org",
|
|
"geolocation": null,
|
|
"intent_template": "Get directions from {{location/address_1}} to {{location/address_2}} using {{transportation}} options.",
|
|
"instantiation_dict": {
|
|
"location/address_1": "Carnegie Science Museum",
|
|
"location/address_2": "Hunt library CMU",
|
|
"transportation": "walk"
|
|
},
|
|
"intent": "Get directions from Carnegie Science Museum to Hunt library CMU using walk options.",
|
|
"require_reset": false,
|
|
"eval": {
|
|
"eval_types": [
|
|
"program_html"
|
|
],
|
|
"reference_answers": null,
|
|
"reference_url": "",
|
|
"program_html": [
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector(\"div#content select.routing_engines\").selectedIndex",
|
|
"required_contents": {
|
|
"exact_match": "2"
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('[name=\"route_from\"').value",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"Carnegie Science Center",
|
|
"Allegheny County",
|
|
"Pittsburgh"
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"url": "last",
|
|
"locator": "document.querySelector('[name=\"route_to\"').value",
|
|
"required_contents": {
|
|
"must_include": [
|
|
"Hunt Library",
|
|
"Pittsburgh"
|
|
]
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"intent_template_id": 54
|
|
} |