| [SWTBotEditor] Can not doubleclick on cell element [message #795316] |
Fri, 10 February 2012 05:20 |
empiret empiret Messages: 3 Registered: February 2012 |
Junior Member |
|
|
My Editor contains rows and columns.
But it does not contain SWTTable element, it contains SWTBotTree:
SWTBotEditor mappingFile = bot.editorByTitle("File");
SWTBotTree tree = myEditor.bot().tree();
My file contains columns and rows and I would like to doubleclick on a specific cell that has no text value. After double clicking on it, I can edit it and set my text.
The problem is that I can not get the object value of a cell X, Y.
Any help to find a cell object in a SWTBotEditor and double click on it?
Thank you.
|
|
|
Powered by
FUDForum. Page generated in 0.13070 seconds