selectRadioButtonInputElement method
Selects the RadioButtonInputElement elements (<input type="radio">
).
Implementation
List<RadioButtonInputElement> selectRadioButtonInputElement() =>
querySelectorAllTyped<RadioButtonInputElement>("input[type='radio']");