browser_type
Enables automated text input into specified elements within browser instances, supporting delays and timeouts for precise control in parallel testing or automation workflows.
Instructions
Type text into an element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
delay | No | Input delay in milliseconds | |
instanceId | Yes | Instance ID | |
selector | Yes | Element selector | |
text | Yes | Text to input | |
timeout | No | Timeout in milliseconds |