Thank you so much for the help you've given me. You've been very responsive and helpful.
Apologies if this question is simple, but how do I check the contents of a tooltip that is attached to a choice in a combobox that results from clicking in a cell in a table?
E.g.:
assertTrue(mainWindow.getTable().editCell(0, 1).getComboBox().[Get a choice from the combobox].tooltipContains("Tooltip text"));
I know that I can reference the contents of the cell using this method, along with the contents of the combobox, and to select a choice in there, but I don't know how to check the tooltip contents for the different choices in the combobox.
Thanks for your help,
Bassam