RadioListSelect Method

Class

DomRadioButton.

Action

Selects the specified item.

Syntax

radiobutton.RadioListSelect(item)
Variable Description
item The item to select. LISTITEM

Notes

This functionality is supported only if you are using the Open Agent.

This method works only with Internet Explorer version 7 or later.

Example

rb.RadioListSelect("Chimpanzee")
Verify(rb.RadioListSelectedItem, "Chimpanzee")
rb.RadioListSelect(4)
Verify(rb.RadioListSelectedItem, 4)