type_text
Input text into specified fields on Firefox using Playwright automation. Automate form filling or data entry by defining selectors and text content through the MCP-enabled Firefox server.
Instructions
Type text into an input field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
selector | Yes | ||
tabId | No | ||
text | Yes |
Input Schema (JSON Schema)
{
"properties": {
"selector": {
"type": "string"
},
"tabId": {
"type": "string"
},
"text": {
"type": "string"
}
},
"required": [
"selector",
"text"
],
"type": "object"
}