Set Value
Fill an input Element with text or a Value.
Last updated
Fill an input Element with text or a Value.
Set value types into an input, textarea, or similar control. Use it when you need to enter a username, password, search term, or any other field value.
This is the Action Set value step. The Data Set value step writes to storage instead of filling a form field. They share a label and do different jobs.

Enter text into a form field from plain text or a Value.
Prefer Set value over Send keys for ordinary typing. Use Send keys for special keys such as Enter or Tab.
Turn on Clear Value when the field may already contain text you need to replace.
Element
The input Element to fill
Value
Text and/or Values to type
Clear Value
Clear the field before typing (false by default)
Status on fail
When should screenshots be taken?
Always (default) or On Failures
Pro tip: Type $ in Value to insert Assets Values or built-ins such as $testEmail.
Tags: action, input, setValue, fill, type, value
Last updated