Interface HasSearchContext

  • All Known Subinterfaces:
    HasElementQuery, HasHelper
    All Known Implementing Classes:
    ParallelTest, TestBenchElement, TestBenchTestCase

    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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.openqa.selenium.SearchContext getContext()
      Get a reference or a new instance of the SearchContext applicable to this class
    • Method Detail

      • getContext

        org.openqa.selenium.SearchContext getContext()
        Get a reference or a new instance of the SearchContext applicable to this class
        Returns:
        a SearchContext instance