Below one is the object for combobox or down,
cmbbx = waitForObject(names.ComboBox).delegateModel.items
print(cmbbx)
when printing the cmbbx, It doesn't contain the list/values/content available in combobox. Tried with all properties of combobox. Anyone can help out? Thanks for the reply in advance.