Hi Ketan,
i have a code that reads something like this.
bot.menu(file).menu(new).menu(other...).click();
this brings up the standard eclipse new wizard.
now if i try to find all the controls using
ChildrenControlFinder finder = new
ChildrenControlFinder(bot.activeshell().widget);
List Controls = finder.getControls(new ClassMatcher(AllMatcher.class));
controls is empty...something might be getting screwed with the
findControlsInternal() recursive method cos there are controls there.
anyone else facing this or has gotten allmatcher working?
Thanks
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
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