TWAZI

Fill Input

Fills text or values into input fields on a web page.

Inputs

  • Web Page required: Browser instance with loaded page
  • Selector required: CSS or XPath selector for the input element
  • Value required: Text or value to enter into the input
  • Clear First: Whether to clear existing input value (default: true)
  • Simulate Typing: Whether to simulate human typing (default: false)

Example

{
  "Web Page": "<browser_instance>",
  "Selector": "#search-input",
  "Value": "cryptocurrency trading",
  "Clear First": true,
  "Simulate Typing": true
}

Outputs

  • Success: Boolean indicating if input was filled successfully
  • Web Page: Updated browser instance
Fill input workflow example

On this page

Edit on GitHub