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.
I'm writing some testroutines which among other things need to verify that under certain circumstances only some of the radio buttons are enabled.