Radio-set and enabled buttons

maro

New Member
I can enable and disable certain radio buttons by using enable(label) or disable(label), but is there any way to figure out if a certain radio button is enabled or not? Basically something similar to the sensitive attribute but for just one of the buttons. I can't find any usable attribute or method.

I'm writing some testroutines which among other things need to verify that under certain circumstances only some of the radio buttons are enabled.
 
You can use the 'screen-value' attribute of the radio set to test what 'element' of the radio set is currently selected.
 
Yes, I know, but I need to know which 'elements' that are enabled and thus can be selected, not which 'element' that currently is selected.
 
Back
Top