ExtendedDoubleSelect double-clicks an item in the list by scrolling the item into view and clicking it with the mouse. ExtendedDoubleSelect is useful with lists that assign special meaning to a double-click event. For example, most File Open list boxes open the file whose name is double-clicked in the list box.
We do not recommend trying to record a ExtendedDoubleSelect action. Due to varying machine speeds and operating systems, the timing may be such that Silk Test Classic cannot successfully record ExtendedDoubleSelect. Instead, we recommend recording Select, then manually changing the Select statement to ExtendedDoubleSelect.
ExtendedDoubleSelect() does not work properly with Internet Explorer 7.