Page.SetRadioValue

Page.SetRadioValue ( 

string Value,

string GroupID = "",

number Type = RADIOGROUP_VALUE )

Example 1

Page.SetRadioValue("RadioButtonInstall", "", RADIOGROUP_TEXT);

Selects the radio button whose text is "RadioButtonInstall".

Example 2

Page.SetRadioValue("RadioButton1", "Group1", RADIOGROUP_OBJECTNAME);

Selects the radio button whose name is "RadioButton1" and that is part of the "Group1" radio button group.

Example 3

Page.SetRadioValue("Data1", "", RADIOGROUP_VALUE);

Selects the radio button whose value is "Data1" and who is part of the default radio button group.

See also:  Related Actions