So getting an item of a combobox is not a problem so far, for example with this piece of code
But is there a way to check if a combobox does not have an item with this specific value,Code:ST.comboBox('locator') .expand(); // Interact with the combobox's boundlist using the dataView API, locating a record by field name and value ST.dataView('boundlist:visible') .itemWith('fieldName', 'fieldValue');
for example testing whether the deletion of an entry was succesful or not?