| { | |
| "name": "contact-form", | |
| "url": "http://127.0.0.1:9000/contact", | |
| "allowedOrigins": [ | |
| "http://127.0.0.1:9000" | |
| ], | |
| "controls": [ | |
| { | |
| "id": "name", | |
| "op": "fill", | |
| "selector": "#name", | |
| "label": "Name", | |
| "value": "Test Contact" | |
| }, | |
| { | |
| "id": "agree", | |
| "op": "check", | |
| "selector": "#agree", | |
| "label": "Use test data" | |
| }, | |
| { | |
| "id": "save", | |
| "op": "click", | |
| "purpose": "submit", | |
| "selector": "#save", | |
| "label": "Save" | |
| } | |
| ], | |
| "success": { | |
| "selector": "#status", | |
| "kind": "text", | |
| "value": "Saved" | |
| } | |
| } | |