{
  "version": "2.0.0",
  "goal": "Fill the search filters of the gallery fixture store",
  "origin": "https://productgrid.test",
  "grants": ["observe", "detectfields", "fillform", "click"],
  "steps": [
    { "id": "observe", "kind": "observe", "label": "Observe the search filters" },
    { "id": "fields", "kind": "detectfields", "label": "Detect the filter fields" },
    { "id": "fill", "kind": "fillform", "label": "Fill the filter values", "gate": true, "target": "form.filter-form", "options": "{\"fields\":[{\"name\":\"category\"},{\"name\":\"maxprice\"}]}" },
    { "id": "apply", "kind": "click", "label": "Apply the search filters", "gate": true, "target": "form.filter-form button" }
  ]
}
