How to automate ticking a checkbox

To tick a checkbox we use the "Click element" step.

# Primary method for checking boxes


To automate ticking checkboxes, use the Step Finder to search for "Click" and then add the "Click element" step.

How
  1. Click "Select" to choose the tick box.

# Secondary methods


We recommend trying these secondary methods only as a fallback to our primary method.

# Press key(s) step

The "Press key(s)" step can be used to record and replay keystrokes. For example, you could "tab" to a button and press "return" to click it.

# JavaScript

The Write JavaScript step can also be used to click on buttons. Learn more.