List Webview Pages
webview_pagesDiscover debuggable webview pages in an Android app: automatically forwards a local port, queries /json/list, and returns type:page targets for CDP inspection.
Instructions
列出目标 App webview 的调试目标(/json/list,自动 adb forward),确认 type:page 页面。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | 本地转发端口,默认 9222 | |
| device | Yes | 目标设备 serial(同 mobile_list_available_devices 的 id) | |
| packageName | Yes | App 包名(其 webview 被调试) |