browser_type
Enter text into web elements using Selenium WebDriver. Specify the locator strategy, value, and text to automate input actions for web testing and browser interaction.
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 |