spa_click
Click an element while automatically waiting for the single-page app to stabilize. Handles React, Vue, Angular, and generic SPAs.
Instructions
Click an element with SPA-aware waiting. Waits for DOM to stabilize after click.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to navigate to first (optional) | |
| session | No | Session ID | default |
| spaMode | No | ||
| selector | Yes | CSS selector to click | |
| screenshot | No | Take screenshot after action | |
| waitForIdle | No | Wait for DOM idle after click |