	private Matcher<? extends Widget> withLabel(String label) {
		return WidgetMatcherFactory.withLabel(label, finder);
	}
