Tick a checkbox
To tick a checkbox, use the Click element step.
Use the Click element step
Open the step finder, search for click, and add the Click element step.
- Click Select and choose the checkbox.
Fallback methods
If the Click element step doesn't work for your checkbox, try these alternatives.
Press key(s) step
The Press key(s) step records keystrokes. For example, press Tab to move focus to the checkbox and Space to tick it.
JavaScript
The Write javascript step can tick checkboxes directly.