Package com.vaadin.testbench
Interface HasSearchContext
-
- All Known Subinterfaces:
HasElementQuery,HasHelper
- All Known Implementing Classes:
ParallelTest,TestBenchElement,TestBenchTestCase
public interface HasSearchContextInterface for classes providing aSearchContext, i.e. if a class can provide a search context while not directly implementing theSearchContextinterface, this interface should be implemented
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.openqa.selenium.SearchContextgetContext()Get a reference or a new instance of the SearchContext applicable to this class
-