Input text into form fields and text areas
Field Name | Type | Required | Description |
---|---|---|---|
Locator | string | Yes | CSS selector for the input element |
Text to Fill | text/dropdown | Conditional | Text to enter, or selection from variables declared in previous steps |
Use variables Toggle | toggle | No | Use variables from previous steps instead of manual text |
Random Data Toggle | toggle | No | Generate random dummy data instead of manual text |
Variable Name | string | Conditional | Name to store generated dummy data (required when using random data) |
{{VARIABLE_NAME}}
syntaxrandomslug@uoz0hbri.mailosaur.net
and can receive actual emails during test execution.
input[name='username']
johndoe
input[type='password']
{{PASSWORD}}
input[name='email']
userEmail
(from dropdown of assigned variables)input[name='email']
Internet Email
(from Personal category)generatedEmail
input[name='fullName']
Person Full Name
(from Personal category)customerName
input[name='email']
Supatest Email
(from Contact category)testEmail
randomslug@uoz0hbri.mailosaur.net
that can be used with the Check Email step to verify emails sent to this address.
data-testid
attributes for better test stability{{VARIABLE_NAME}}
syntax with uppercase names