browser_frame_probe
Inspect a frame's DOM accessibility by returning URL, title, readyState, clickable counts, and text sample, revealing if the UI is canvas-based when counts are zero.
Instructions
Run a small diagnostic inside a frame: url, title, readyState, counts (buttons, clickables), textSample. Use to see if Playwright can see DOM (if probe fails or counts=0, UI may be canvas).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeoutMs | No | Timeout to resolve frame | |
| frameSelector | Yes | Chained iframe selector, e.g. iframe#pplayer_iframe >> iframe#modulePlayerIframe |