browser_type
Type text into a web element using locator strategies like CSS, XPath, or ID. Enter specified text into the targeted editable field with configurable timeout for reliable automation.
Instructions
Type into an editable field
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| by | Yes | Locator strategy to find element | |
| value | Yes | Value for the locator strategy | |
| timeout | No | Maximum time to wait for element in milliseconds | |
| text | Yes | Text to enter into the element |