40414243444546
* Constructs a bot that will match the contents of the given parentWidget. * * @param parent the parent */ public SWTFormsBot(Widget parent) { this(new ChildrenControlFinder(parent), new MenuFinder()); }