I'm starting to play with SWT Bot and so far have found it to have some nice
features.   However all the things I try to do I run into a wall and can't
get passed.  I think its just because I haven't quite figured it out but
here is a short list of what I'm stuck on.

Backgroup:
An eclipse RCP application that has a few views, preference dialogs, and a
couple form editors.

1. How can I use a bot to just simulate a key press.  I.E.  Command keys to
make menus act, or a return key when in a text field.
2. How do I access views menu (not the context menu)
3. When calling a menu (bot.menu("Edit").menu("Preferences...").click()) it
works fine, but when doing bot.menu("WIndow").menu("Other...").click() it
doesn't find Other...  I know the menu is there as I can see it on the
screen with that name.


Thanks for the help and pointing in the right direction.
steve
-------------------------------------------------------------------------
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

Reply via email to