spa_fill
Fill input fields in single-page apps (React/Vue/Angular) by triggering native framework change events. Supports CSS selectors and optional navigation.
Instructions
Fill an input field with React/Vue/Angular compatibility. Properly triggers framework change events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to navigate to first (optional) | |
| value | Yes | Value to fill | |
| session | No | Session ID | default |
| spaMode | No | ||
| selector | Yes | CSS selector for input field | |
| screenshot | No | Take screenshot after action |