{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://mooncat/sdk/browser.waitFor.schema.json",
  "title": "browser.waitFor",
  "description": "统一等待 DOM、Tab、Frame 或调用方组合状态。selector/text 等待页面节点；tabTarget/frameTarget 可等待指定实体出现或消失；condition 返回 truthy 时把同次观测证据放入结果 value。状态机目标默认 maxRefresh=0，只有旧 DOM 等待默认刷新。failFastOnError=true 时连接、句柄和 Frame 读取错误立即抛出。",
  "type": "object",
  "properties": {
    "options": {
      "type": null
    }
  },
  "required": [
    "options"
  ]
}
