Package com.vaadin.testbench
Interface HasSearchContext
- All Known Subinterfaces:
HasElementQuery,HasHelper
- All Known Implementing Classes:
TestBenchElement
public interface HasSearchContext
Interface for classes providing a
SearchContext, i.e. if a class can
provide a search context while not directly implementing the
SearchContext interface, this interface should be implemented-
Method Summary
Modifier and TypeMethodDescriptionorg.openqa.selenium.SearchContextGet a reference or a new instance of the SearchContext applicable to this class
-
Method Details
-
getContext
org.openqa.selenium.SearchContext getContext()Get a reference or a new instance of the SearchContext applicable to this class- Returns:
- a
SearchContextinstance
-