Click a radio button

To click a radio button, use the Click element step.

Use the Click element step


Open the step finder, search for click, and add the Click element step.

  1. Click Select and choose the radio button.

Fallback methods


If the Click element step doesn't work for your radio button, try these alternatives.

Press key(s) step

The Press key(s) step records keystrokes. For example, press Tab to move focus to the radio button and Space to select it.

CSS selector loop

Use the attribute selector or another custom CSS selector to match the right radio button when the visual picker can't.

JavaScript

The Write javascript step can click radio buttons directly.