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?
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
SWTBot-users mailing list
SWTBot-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/swtbot-users
http://swtbot.org/ - a functional testing tool for SWT/Eclipse