DomRadioButton.
Selects the specified item.
radiobutton.RadioListSelect(item)
Variable | Description |
---|---|
item | The item to select. LISTITEM |
This functionality is supported only if you are using the Open Agent.
This method works only with Internet Explorer version 7 or later.
rb.RadioListSelect("Chimpanzee") Verify(rb.RadioListSelectedItem, "Chimpanzee") rb.RadioListSelect(4) Verify(rb.RadioListSelectedItem, 4)