Type
The Type step is used to simulate user input by typing a text value into a specified, typable HTML element such as an input field or a textarea.
⌨️ Purpose
This step allows Snappit to programmatically enter text into form fields, search boxes, login inputs, or any other typable UI elements.
🧭 Behavior
- Locates the target element using the provided target element
- Types the provided value text into the element, simulating human typing
- Clears existing text in the field before typing
- Waits until typing is complete before moving to the next step
warning
Type step will clear already existing text in the input and replaces it with given value.
✅ Use Cases
- Filling out login forms
- Entering search terms
- Typing responses in chat interfaces
- Completing web forms during automation
By using the Type step, Snappit makes it easy to automate any interaction that requires text input in a structured, reliable, and repeatable way.