How to get selected radio button option

I tried web click and even web element condition but not able to choose radio options.

1 Like

Hi,

If you want to check whether the option with radio button is selected on not then you can use web element condition with is selected option.
Depending on result true/false you can proceed with further activities.