return new ElementBuilderImpl<FLUENT>(new ElementLocatorConditionFactory(element), fluentBase);
}
@Override
public ElementBuilder<FLUENT> element(SearchContext searchContext, By element) {
return new ElementBuilderImpl<FLUENT>(new ElementLocatorConditionFactory(searchContext, element), fluentBase);
}