browser_type
Simulate text input into web elements using Selenium WebDriver. Specify the target element, input text, and optionally submit the form to automate tasks like form filling or data entry.
Instructions
Type text into editable element
Input Schema
Name | Required | Description | Default |
---|---|---|---|
element | Yes | Human-readable element description | |
ref | Yes | Exact target element reference from the page snapshot | |
submit | No | Whether to submit entered text (press Enter after) | |
text | Yes | Text to type into the element |