You can record Flex Select methods using the Name or Index of the control that you select. By default, Silk Test records Select methods using the name of the control. However, you can change your environment to record Select events using the index for the control, or you can switch between the name and index for recording.
<ClassInfo Extends="FlexList" Name="FlexControlName" EnableIndexBasedSelection=”true” > … </ClassInfo>For instance, you might use "FlexList" as the " FlexControlName" and modify the FlexCommonControls.xml file.
With this adaption the IndexBasedSelection is used for recording FlexList::SelectIndex events.