firefox-devtools-mcpTools Reference
fill_by_uid
Enter text in input by UID
fill_by_uid
Enter text into an input element identified by its UID.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
uid | string | Yes | Element UID from snapshot |
text | string | Yes | Text to enter |
Example
{
"tool": "fill_by_uid",
"arguments": {
"uid": "uid-input-email",
"text": "user@example.com"
}
}