Back to all steps

Type text char by char

Step fields
1 selector (text)
2 text (text)
In a scenario, fields are joined with |.
Type text character by character (like a real user). Format: selector|text.
Example: #search|iPhone 15 Pro. Use this when fillField doesn't trigger JS event handlers.
Usage example

Type text character by character (slower than fillField, but imitates a real user — onkeydown/onkeyup fire).

Format: selector|text

Example: #search|iPhone 15 Pro

When to use: when the field has JS autocomplete and fillField does not trigger events.