type_text
Type text into a specified web element by providing a locator strategy, value, and text. Optionally clear the element first. Uses Selenium to automate input for browser testing.
Instructions
Type text into an element, optionally clearing it first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | Yes | ||
| value | Yes | ||
| text | Yes | ||
| clear_first | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||