| How to access a List [message #543132] |
Mon, 28 June 2010 09:49  |
Victor Messages: 16 Registered: June 2010 |
Junior Member |
|
|
Hi All,
I'm doing some automated tests in Motodev Studio for Android (http://developer.motorola.com/) and I'm having some trouble with the ListDialog.
I've tried many different ways to get the Project on the list, like the image below.

but the SWTBot can't find the widget list().
The basic code that a I tried follows:
SWTWorkbenchBot bot = new SWTWorkbenchBot ();
bot.list().setFocus();
bot.list().select("test");
Then I tried some variations of this code.
Someone can help me?
Thanks a lot.
[Updated on: Mon, 28 June 2010 09:57] Report message to a moderator
|
|
|
|
| Re: How to access a List [message #543426 is a reply to message #543180] |
Tue, 29 June 2010 08:27  |
Victor Messages: 16 Registered: June 2010 |
Junior Member |
|
|
Thanks a lot.
It is a table.
But the funny thing is that the Plug-in Spy tell me that the widget is a ListDialog. This is why I was trying to access like a list.
Thanks again Ketan.
|
|
|
Powered by
FUDForum. Page generated in 0.01655 seconds