browser_fill
Type text into an input field on the current browser page.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sessionId | string | Yes | Session ID from browser_navigate |
selector | string | Yes | CSS selector for the input field (e.g. #email, input[name=password]) |
value | string | Yes | Text to type into the field |
Example
Fill in the email field with "test@example.com"Notes
- Clears the field first, then types the new value
- Works with
input,textarea, and contenteditable elements - Returns a screenshot after filling