How to check whether a radio button status (is enabled or disabled). Is there any selenium2 keyword for this? Please help.
Asked
Active
Viewed 2,321 times
1 Answers
2
In case you mearly want to test if a radio button has a certain value set, then you should use 1 Radio Button Should be Set To
Documentation
In case you have logic that enables an entire radio button group, and want to test for that then the standard keyword Element Should be Enabled
is more appropriate. Documentation

A. Kootstra
- 6,827
- 3
- 20
- 43