Activity «Get SAP GUI combo box entries» can be found in section «SAP».
Activity extracts all entries from a SAP GUI combo box element. Each entry has two properties, key and value.
Click on the image to enlarge it.
Property; Class; Type; Options; Description
XPath; In; String; With XPath; XPath
Timeout (s); In; Int32; With XPath; Timeout (s)
Element; In; Activities.Desktop.Core.UIElement; With SAP GUI element; Element
Entries; Out; List*<*KeyValuePair*<*String, String*>*>*; *; Entries
Opton; Description
With XPath; By searching with XPath.
With SAP GUI element; By pointing to the concrete element.