Automating clicking of checkboxes in a webpage?

Clicking with CSS selectors is now possible. Check out the announcement: October Development Update

For your specific case, assuming the list of checkboxes always has the same order, you can jump to a specific check box using the :nth-child CSS selector. Feel free to let us know if you need help setting it up.

2 Likes