import org.eclipse.swt.widgets.Widget
import org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException
import org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinder
import org.eclipse.swtbot.swt.finder.finders.ControlFinder
import org.eclipse.swtbot.swt.finder.finders.Finder
import org.eclipse.swtbot.swt.finder.finders.MenuFinder
import org.hamcrest.Matcher
import static org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory.allOf
import static org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory.inGroup
import static org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory.widgetOfType
import static org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory.withId
import static org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactory.withMnemonic
import org.eclipse.swtbot.swt.finder.SWTBot