Selects a radio button.
Selector for the radio button.
Value of the radio button.
await setRadioButton(page, 'input[id="radio-btn"]', 'some value'); Copy
await setRadioButton(page, 'input[id="radio-btn"]', 'some value');
Generated using TypeDoc
Selects a radio button.