browser_type
Enter text into web form fields using locators like ID, CSS, or XPath to automate data input during browser automation tasks.
Instructions
Type into an editable field
Input Schema
Name | Required | Description | Default |
---|---|---|---|
by | Yes | Locator strategy to find element | |
text | Yes | Text to enter into the element | |
timeout | No | Maximum time to wait for element in milliseconds | |
value | Yes | Value for the locator strategy |