browser_type
Automates text input into web elements using Selenium. Specify the target element and text to type, with an option to submit the form, enabling efficient web automation and testing.
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 |