measure_interaction
Click an element and measure the time until a condition is met, such as network idle or a specific selector appears. Returns timing in milliseconds.
Instructions
Click an element and measure time until a condition is met (networkidle or a selector appears). Returns timing in ms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of element to click | |
| wait_for | No | CSS selector to wait for (default: waits for networkidle) | |
| session_id | Yes | Session ID |