drain_events
Retrieve all cached Chrome DevTools Protocol events queued since the last drain. Get each event with method, params, sessionId, and tabId to filter by tab and track browser activity.
Instructions
drain_events() → list — 拉取自上次 drain 后所有缓存的 CDP 事件。 每个事件为 {method, params, sessionId, tabId}(tabId 用于按标签过滤)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||