Back to all steps
Fill form
Step fields
(form)
Fill several fields of one form at once. Enter the form name (visible text: "Sign in", "Sign up") and press "Find fields" — the system opens the page at this step and lists all visible form fields. Enter values, remove the extra ones. You can also enable form submission.
Usage example
Fill several fields of one form in a single step — handy for login, registration, and checkout forms.
How to use:
- Specify the form name — text visible on the page that makes the form easy to recognise: “Sign in”, “Registration”, “Checkout”. This is needed because a page may contain several forms (including hidden ones).
- Click “Find fields” — the system replays the test up to this step and shows all visible fields of the found form.
- Enter the values. Remove unneeded fields with the cross icon.
- If needed, enable “Submit the form” and pick the submit button.
How it works: each field is addressed by its label (as on screen), with a CSS-selector fallback. All fields and the button are searched within the selected form, so neighbouring forms are not affected.
Checkboxes and radio buttons are shown in the step as a checkbox/radio — set the desired state (e.g. “Remember me”) and it will be reproduced during the run.