Cai
2026-08-29 3608f74e165a7118a602ce4b3d97d805e7912cb1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "schema_version": 1,
  "contract_id": "bili-supported-chrome-visible-runtime-v2",
  "controller_id": "bili-supported-chrome-controller-v1",
  "binding_algorithm": "hmac-sha256-controller-envelope-v1",
  "transport": "codex_chrome_visible_page",
  "overall_deadline_seconds": 120,
  "refresh_action_timeout_seconds": 35,
  "observation_timeout_seconds": 45,
  "page_internal_settle_timeout_seconds": 15,
  "max_refresh_count": 1,
  "max_observation_count": 1,
  "refresh_action_outcomes": [
    "CONFIRMED",
    "TIMEOUT",
    "PRE_DISPATCH_ERROR",
    "POST_DISPATCH_ERROR"
  ],
  "observation_outcomes": [
    "READABLE",
    "TIMEOUT",
    "ERROR",
    "ACCESS_BLOCKED",
    "NOT_ATTEMPTED",
    "DEADLINE_EXHAUSTED"
  ],
  "forbidden_fallbacks": [
    "raw_cdp",
    "coordinate_control",
    "visible_dom",
    "screenshot",
    "cookie_or_session_expansion"
  ]
}