type_text
Type text into a webpage input field using a CSS selector. Optionally clear existing text, press Enter, and navigate to a URL first. Returns a screenshot for visual verification.
Instructions
Type text into an input field or textarea by CSS selector. Returns a screenshot after typing so you can visually verify the result. Options to clear existing text first and press Enter after typing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| selector | Yes | CSS selector of the input element (e.g., 'input[name="email"]', '#search') | |
| text | Yes | Text to type into the element | |
| url | No | Optional URL to navigate to before typing | |
| clearFirst | No | Clear existing text before typing (default: false) | |
| pressEnter | No | Press Enter after typing (default: false) |