| test a combo in a table [message #27220] |
Thu, 12 March 2009 11:54  |
Brice Laurel Messages: 72 Registered: July 2009 |
Member |
|
|
Hi list,
I want to test a table. I know that I can get it with
SWTBotTable table = bot.getTable();
In my table, I have a column which elements are selected on a list. I want
to do something likes this :
SWTBotItem item = table.getTableItem(1);
item.getColumn(2).ComboBox().setSelection("Web");
because this cell is a comboBox.
I don't know how I can do it with SWTBot.
Thanks in advance for your help.
|
|
|
|
Powered by
FUDForum. Page generated in 0.04400 seconds