ComboBoxWrapper
Wrap a windows ComboBox control
The ComboBoxWrapper class is accessible via the
pywinauto.controls.win32_controls
module.
Attributes
['ComboBox', 'WindowsForms\\d*\\.COMBOBOX\\..*', 'TComboBox']
Methods
Get the dropped rectangle of the combobox
Return the number of items in the combobox
Return the selected index
Return the item data associted with this item
Return the text of the items of the combobox
Return the text of the items in the combobox
Return the properties of the control as a dictionary
Select the ComboBox item
item can be either a 0 based index of the item to select
or it can be the string that you want to select
Returns True if the handles of both controls are the same
See
the source
for more information.