Version

GetItems Method (UltraExplorerBarTestObject)

This action will return a string list of the visible items in the specified group.
Syntax
'Declaration
 
Public Function GetItems( _
   ByVal group As Rational.Test.Ft.Script.Subitem _
) As Rational.Test.Ft.Sys.HashtableEx
public Rational.Test.Ft.Sys.HashtableEx GetItems( 
   Rational.Test.Ft.Script.Subitem group
)

Parameters

group
The parent group to get items for. Group can be identified by: Text: Using AtText() Actual Index: Using AtPosition VisibleIndex using AtIndex key: using AtName

Return Value

List of visible Items text
Remarks
If the ExcplorerBar style is OutlookNavigationPane then the passed in group must be selected in order to return the visible items.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also