browser_click_at_rel_debug
Verify the exact page coordinates and in-frame pixel where a relative click (rx, ry) would land via a returned frame screenshot.
Instructions
Return frame screenshot plus exact page coordinates and in-frame pixel where click_at_rel(rx, ry) would click. No dot drawn; use to verify target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rx | Yes | Relative X in 0..1 | |
| ry | Yes | Relative Y in 0..1 | |
| frameSelector | Yes | Chained iframe selector |