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 Type
    Method
    Description
    org.openqa.selenium.SearchContext
    Get 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 SearchContext instance