spa_iframe_fill
Fill input fields inside iframes using CSS selectors. Optionally navigate to a URL first and capture a screenshot.
Instructions
Fill an input field inside an iframe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | URL to navigate to first (optional) | |
| frame | Yes | CSS selector for the iframe | |
| value | Yes | Value to fill | |
| session | No | Session ID | default |
| selector | Yes | CSS selector for input inside iframe | |
| screenshot | No | Take screenshot after action |