Blueprint
blueprint-testing-robot
/
reactivecircus.blueprint.testing.action
/
clickRadioButton
click
Radio
Button
fun
RobotActions
.
clickRadioButton
(
@
IdRes
radioGroupId
:
Int
,
buttonText
:
String
)
Click on the radio button with
buttonText
within the radio group associated with
radioGroupId
.