ResultVariable
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
Page.GetRadioValue
OverviewExamples
string Page.GetRadioValue ( string GroupID = "",
number Type = RADIOGROUP_VALUE )
De s cr ip t ion
Gets the radiobutton value, object name, or text of the selected radio button on the page.
Tip: You can select a radio button on a page by text, value or object name using the
Page.SetRadioValue action.
P arame t er s
GroupID
(string) The ID of the group whose selected radiobutton you want. When an empty string is passed, this is the default radiobutton group of the page.