[SWTBot-users] Selecting row in table does a double click
Brought to you by:
kpadegaonkar
|
From: Hans S. <han...@ya...> - 2008-06-10 09:30:17
|
I use "org.eclipse.swt.examples.addressbook.AddressBook" for testing SWT Bot.
I created a data set by clicking "File -> New Contact".
Then I wanted to select the row, just to select it. In real life this is just one mouse click.
This is the statement:
bot.table(bot.shell("Address Book - Untitled")).select(0);
Unfortunately it does a double click on the row, so that it is shown in a popup dialog for editing.
How can I just select the row?
|