click_and_snapshot
Click a page element by reference, wait a set time, and retrieve the updated snapshot. Use it to handle buttons that open dialogs or navigate to new pages.
Instructions
Click element by ref + wait + return snapshot. Perfect for buttons that trigger navigation/dialog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Element ref from browser_snapshot | |
| wait_ms | No | Wait after click before snapshot |