package com.constellio.app.ui.tools; import com.constellio.sdk.tests.selenium.adapters.constellio.ConstellioWebElement; public class LookupWebElement extends AutocompleteWebElement { public LookupWebElement(ConstellioWebElement element) { super(element); } }